{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Analysis of Ficus RAD-seq data"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "### Table of contents\n",
    "[Software installation (conda)](#Required-software)  \n",
    "[The assembled RAD data](#The-assembled-data-sets)  \n",
    "[Phylogenetic analysis (raxml)](#Analysis-BPP)  \n",
    "[Plot results](#Plots)\n",
    "\n"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Required software\n",
    "All required software can be installed locally using *conda*. I assume here that you already have `ipyrad` installed using conda. "
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "metadata": {
    "collapsed": true
   },
   "outputs": [],
   "source": [
    "## conda install toytree   -c eaton-lab\n",
    "## conda install ipyrad    -c ipyrad \n",
    "## conda install bpp       -c ipyrad "
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 2,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "ipyrad v.0.6.20\n"
     ]
    }
   ],
   "source": [
    "## import packages\n",
    "import ipyrad as ip\n",
    "import ipyrad.analysis as ipa\n",
    "import numpy as np\n",
    "import toyplot\n",
    "import toytree\n",
    "import glob\n",
    "\n",
    "## print ipyrad info\n",
    "print \"ipyrad v.{}\".format(ip.__version__)"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Cluster setup\n",
    "see more information on ipyparallel setup here. "
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 181,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "host compute node: [40 cores] on tinus\n"
     ]
    }
   ],
   "source": [
    "## print ipyparallel cluster information\n",
    "import ipyparallel as ipp\n",
    "ipyclient = ipp.Client()\n",
    "print ip.cluster_info(ipyclient)"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "### Assembled data sets"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 5,
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "stream",
     "text": [
      "  loading Assembly: pharma_dhi_s4\n",
      "  from saved path: ~/Documents/Ficus/analysis-ipyrad/pharma_dhi_s4.json\n",
      "  loading Assembly: america_dhi_s4\n",
      "  from saved path: ~/Documents/Ficus/analysis-ipyrad/america_dhi_s4.json\n"
     ]
    }
   ],
   "source": [
    "## create subsampled pharma-clade branch\n",
    "pharma = ip.load_json(\"analysis-ipyrad/pharma_dhi_s4.json\")\n",
    "america = ip.load_json(\"analysis-ipyrad/america_dhi_s4.json\")"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Analysis BPP"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "#### Pharmacosyceae clade"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 6,
   "metadata": {
    "collapsed": true
   },
   "outputs": [],
   "source": [
    "## a tree hypothesis (guidetree) (here based on tetrad results)\n",
    "newick = \"((((glabrata, insipida), yoponensis), maxima), tonduzii);\"\n",
    "\n",
    "## a dictionary mapping sample names to 'species' names\n",
    "imap = {\n",
    "    \"glabrata\": [\"B133_glabrata\", \"A97_glabrata\", \"B134_glabrata\", \"B131_glabrataXmaxima\"],\n",
    "    \"insipida\": [\"A95_insipida\", \"B127_insipida\", \"C15_insipida\", \n",
    "                 \"B128_insipida\", \"B127_insipida\", \"A95_insipida\"],\n",
    "    \"yoponensis\": [\"C45_yoponensis\", \"C47_yoponensis\", \"C46_yoponensis\"],\n",
    "    \"maxima\": [\"A94_maxima\", \"C17_maxima\", \"B119_maxima\", \"B120_maxima\"],\n",
    "    \"tonduzii\": [\"C48_tonduzii\"],\n",
    "    }\n",
    "\n",
    "## loci must have data for at least N samples in each species.\n",
    "minmap = {\n",
    "    \"glabrata\": 4,\n",
    "    \"insipida\": 4,\n",
    "    \"yoponensis\": 3,\n",
    "    \"maxima\": 4, \n",
    "    \"tonduzii\": 1,\n",
    "    }"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 7,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div align=\"center\" class=\"toyplot\" id=\"tb72cb4ecc0ea4a3ebff32c41f1c10a7c\"><svg class=\"toyplot-canvas-Canvas\" height=\"125.0px\" id=\"t6ed36f09d1504ea991120a52b58949eb\" preserveAspectRatio=\"xMidYMid meet\" style=\"background-color:transparent;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-family:Helvetica;font-size:12px;opacity:1.0;stroke:rgb(16.1%,15.3%,14.1%);stroke-opacity:1.0;stroke-width:1.0\" viewBox=\"0 0 125.0 125.0\" width=\"125.0px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:toyplot=\"http://www.sandia.gov/toyplot\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g class=\"toyplot-coordinates-Cartesian\" id=\"t9f96b15ac89c418cbb4470bcf697fd36\"><clipPath id=\"tf77b3d59157b4ac9a1c849784e978a0f\"><rect height=\"120.0\" width=\"120.0\" x=\"2.5\" y=\"2.5\"></rect></clipPath><g clip-path=\"url(#tf77b3d59157b4ac9a1c849784e978a0f)\"><g class=\"toyplot-mark-Text\" id=\"t9d9efdfbc1e240c2b8c34ab74ab30b67\" style=\"-toyplot-anchor-shift:15px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(55.053191489361708,17.857142857142861)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">tonduzii</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(55.053191489361708,40.178571428571431)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">maxima</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(55.053191489361708,62.5)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">yoponensis</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(55.053191489361708,84.821428571428584)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">glabrata</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(55.053191489361708,107.14285714285714)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">insipida</tspan></text></g></g><g class=\"toyplot-mark-Graph\" id=\"t9ff52b1c89734507be47c32160744317\"><g class=\"toyplot-Edges\"><path d=\"M 12.5 38.7834821429 L 12.5 17.8571428571\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 12.5 17.8571428571 L 55.0531914894 17.8571428571\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 12.5 38.7834821429 L 12.5 59.7098214286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 12.5 59.7098214286 L 23.1382978723 59.7098214286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 23.1382978723 59.7098214286 L 23.1382978723 40.1785714286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 23.1382978723 40.1785714286 L 55.0531914894 40.1785714286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 23.1382978723 59.7098214286 L 23.1382978723 79.2410714286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 23.1382978723 79.2410714286 L 33.7765957447 79.2410714286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 33.7765957447 79.2410714286 L 33.7765957447 62.5\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 33.7765957447 62.5 L 55.0531914894 62.5\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 33.7765957447 79.2410714286 L 33.7765957447 95.9821428571\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 33.7765957447 95.9821428571 L 44.414893617 95.9821428571\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 44.414893617 95.9821428571 L 44.414893617 84.8214285714\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 44.414893617 84.8214285714 L 55.0531914894 84.8214285714\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 44.414893617 95.9821428571 L 44.414893617 107.142857143\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 44.414893617 107.142857143 L 55.0531914894 107.142857143\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"12.5\" cy=\"38.783482142857139\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"12.5\" cy=\"17.857142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"55.053191489361708\" cy=\"17.857142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"12.5\" cy=\"59.709821428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"23.138297872340424\" cy=\"59.709821428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"23.138297872340424\" cy=\"59.709821428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"23.138297872340424\" cy=\"40.178571428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"55.053191489361708\" cy=\"40.178571428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"23.138297872340424\" cy=\"79.241071428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"33.776595744680854\" cy=\"79.241071428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"33.776595744680854\" cy=\"79.241071428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"33.776595744680854\" cy=\"62.5\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"55.053191489361708\" cy=\"62.5\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"33.776595744680854\" cy=\"95.982142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"44.414893617021271\" cy=\"95.982142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"44.414893617021271\" cy=\"95.982142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"44.414893617021271\" cy=\"84.821428571428584\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"55.053191489361708\" cy=\"84.821428571428584\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"44.414893617021271\" cy=\"107.14285714285714\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"55.053191489361708\" cy=\"107.14285714285714\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2dfbdaa7ae08468a864a82f023cabb0b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"12.5\" cy=\"38.783482142857139\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"23.138297872340424\" cy=\"59.709821428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"33.776595744680854\" cy=\"79.241071428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"44.414893617021271\" cy=\"95.982142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"55.053191489361708\" cy=\"17.857142857142861\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"55.053191489361708\" cy=\"40.178571428571431\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"55.053191489361708\" cy=\"62.5\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"55.053191489361708\" cy=\"84.821428571428584\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"55.053191489361708\" cy=\"107.14285714285714\" r=\"0.0\"></circle></g></g></g></g></g></svg><div class=\"toyplot-interactive\"><ul class=\"toyplot-mark-popup\" onmouseleave=\"this.style.visibility='hidden'\" style=\"background:rgba(0%,0%,0%,0.75);border:0;border-radius:6px;color:white;cursor:default;list-style:none;margin:0;padding:5px;position:fixed;visibility:hidden\">\n",
       "            <li class=\"toyplot-mark-popup-title\" style=\"color:lightgray;cursor:default;padding:5px;list-style:none;margin:0\"></li>\n",
       "            <li class=\"toyplot-mark-popup-save-csv\" onmouseout=\"this.style.color='white';this.style.background='steelblue'\" onmouseover=\"this.style.color='steelblue';this.style.background='white'\" style=\"border-radius:3px;padding:5px;list-style:none;margin:0\">\n",
       "                Save as .csv\n",
       "            </li>\n",
       "        </ul><script>\n",
       "        (function()\n",
       "        {\n",
       "          var data_tables = [{\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2dfbdaa7ae08468a864a82f023cabb0b\", \"columns\": [[-4.0, -3.0, -2.0, -1.0, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 4.0, 3.0, 2.0, 1.0, 0.0]], \"filename\": \"toyplot\"}];\n",
       "\n",
       "          function save_csv(data_table)\n",
       "          {\n",
       "            var uri = \"data:text/csv;charset=utf-8,\";\n",
       "            uri += data_table.names.join(\",\") + \"\\n\";\n",
       "            for(var i = 0; i != data_table.columns[0].length; ++i)\n",
       "            {\n",
       "              for(var j = 0; j != data_table.columns.length; ++j)\n",
       "              {\n",
       "                if(j)\n",
       "                  uri += \",\";\n",
       "                uri += data_table.columns[j][i];\n",
       "              }\n",
       "              uri += \"\\n\";\n",
       "            }\n",
       "            uri = encodeURI(uri);\n",
       "\n",
       "            var link = document.createElement(\"a\");\n",
       "            if(typeof link.download != \"undefined\")\n",
       "            {\n",
       "              link.href = uri;\n",
       "              link.style = \"visibility:hidden\";\n",
       "              link.download = data_table.filename + \".csv\";\n",
       "\n",
       "              document.body.appendChild(link);\n",
       "              link.click();\n",
       "              document.body.removeChild(link);\n",
       "            }\n",
       "            else\n",
       "            {\n",
       "              window.open(uri);\n",
       "            }\n",
       "          }\n",
       "\n",
       "          function open_popup(data_table)\n",
       "          {\n",
       "            return function(e)\n",
       "            {\n",
       "              var popup = document.querySelector(\"#tb72cb4ecc0ea4a3ebff32c41f1c10a7c .toyplot-mark-popup\");\n",
       "              popup.querySelector(\".toyplot-mark-popup-title\").innerHTML = data_table.title;\n",
       "              popup.querySelector(\".toyplot-mark-popup-save-csv\").onclick = function() { popup.style.visibility = \"hidden\"; save_csv(data_table); }\n",
       "              popup.style.left = (e.clientX - 50) + \"px\";\n",
       "              popup.style.top = (e.clientY - 20) + \"px\";\n",
       "              popup.style.visibility = \"visible\";\n",
       "              e.stopPropagation();\n",
       "              e.preventDefault();\n",
       "            }\n",
       "\n",
       "          }\n",
       "\n",
       "          for(var i = 0; i != data_tables.length; ++i)\n",
       "          {\n",
       "            var data_table = data_tables[i];\n",
       "            var event_target = document.querySelector(\"#\" + data_table.id);\n",
       "            event_target.oncontextmenu = open_popup(data_table);\n",
       "          }\n",
       "        })();\n",
       "        </script></div></div>"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    }
   ],
   "source": [
    "## check your (starting) tree hypothesis\n",
    "toytree.tree(newick).draw();"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 12,
   "metadata": {
    "collapsed": true
   },
   "outputs": [],
   "source": [
    "## create a bpp object to run algorithm 00\n",
    "boo = ipa.bpp(\n",
    "    locifile=pharma.outfiles.loci,\n",
    "    guidetree=newick, \n",
    "    imap=imap, \n",
    "    minmap=minmap,   \n",
    "    workdir=\"analysis-bpp/\",\n",
    "    )"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 13,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "burnin          10000               \n",
       "cleandata       0                   \n",
       "copied          False               \n",
       "delimit_alg     (0, 5)              \n",
       "finetune        (0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01)\n",
       "infer_delimit   0                   \n",
       "infer_sptree    0                   \n",
       "nsample         50000               \n",
       "sampfreq        25                  \n",
       "seed            12345               \n",
       "tauprior        (2, 2000, 1)        \n",
       "thetaprior      (2, 2000)           \n",
       "usedata         1                   "
      ]
     },
     "execution_count": 13,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "## set some optional params, leaving others at their defaults\n",
    "boo.params.burnin = 10000\n",
    "boo.params.nsample = 50000\n",
    "boo.params.sampfreq = 25\n",
    "boo.params\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 14,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "maxloci   500                 \n",
       "minmap    {'insipida': 4, 'tonduzii': 1, 'maxima': 4, 'glabrata': 4, 'yoponensis': 3}\n",
       "minsnps   4                   "
      ]
     },
     "execution_count": 14,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "## set some optional filters leaving others at their defaults\n",
    "boo.filters.maxloci=500\n",
    "boo.filters.minsnps=4\n",
    "\n",
    "## print filters\n",
    "boo.filters"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 15,
   "metadata": {},
   "outputs": [
    {
     "name": "stderr",
     "output_type": "stream",
     "text": [
      "input files created for job pharma-ltest (500 loci)\n"
     ]
    }
   ],
   "source": [
    "## write files \n",
    "boo.write_bpp_files(prefix=\"pharma-ltest\")"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 21,
   "metadata": {},
   "outputs": [
    {
     "name": "stderr",
     "output_type": "stream",
     "text": [
      "submitted 3 bpp jobs [pharma-loci500] (500 loci)\n"
     ]
    }
   ],
   "source": [
    "boo.submit_bpp_jobs(\n",
    "    prefix=\"pharma-loci500\", \n",
    "    nreps=3, \n",
    "    ipyclient=ipyclient, \n",
    "    seed=12345, \n",
    "    randomize_order=True,\n",
    "    )"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Tree inference"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 31,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "burnin          10000               \n",
       "cleandata       0                   \n",
       "copied          False               \n",
       "delimit_alg     (0, 5)              \n",
       "finetune        (0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01)\n",
       "infer_delimit   0                   \n",
       "infer_sptree    1                   \n",
       "nsample         50000               \n",
       "sampfreq        25                  \n",
       "seed            285080861           \n",
       "tauprior        (2, 2000, 1)        \n",
       "thetaprior      (2, 2000)           \n",
       "usedata         1                   "
      ]
     },
     "execution_count": 31,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "b10 = boo.copy()\n",
    "b10.params.infer_sptree = 1\n",
    "b10.params"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 133,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "maxloci   500                 \n",
       "minmap    {'insipida': 4, 'tonduzii': 1, 'maxima': 4, 'glabrata': 4, 'yoponensis': 3}\n",
       "minsnps   4                   "
      ]
     },
     "execution_count": 133,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "b10.filters.maxloci = 500\n",
    "b10.filters"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 47,
   "metadata": {},
   "outputs": [
    {
     "name": "stderr",
     "output_type": "stream",
     "text": [
      "submitted 3 bpp jobs [pharma-loci500-b10] (500 loci)\n"
     ]
    }
   ],
   "source": [
    "b10.submit_bpp_jobs(\n",
    "    prefix=\"pharma-loci500-b10\", \n",
    "    nreps=3, \n",
    "    ipyclient=ipyclient, \n",
    "    seed=12345, \n",
    "    randomize_order=True,\n",
    "    )"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 182,
   "metadata": {},
   "outputs": [
    {
     "name": "stderr",
     "output_type": "stream",
     "text": [
      "submitted 10 bpp jobs [pharma-loci50-bb10] (50 loci)\n"
     ]
    }
   ],
   "source": [
    "bb10 = b10.copy()\n",
    "bb10.filters.maxloci = 50\n",
    "bb10.filters\n",
    "\n",
    "bb10.submit_bpp_jobs(\n",
    "    prefix=\"pharma-loci50-bb10\", \n",
    "    nreps=10, \n",
    "    ipyclient=ipyclient, \n",
    "    seed=12345, \n",
    "    randomize_order=True,\n",
    "    )"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "collapsed": true
   },
   "source": [
    "## Plot results"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "#### fixed tree"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 50,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div>\n",
       "<table border=\"1\" class=\"dataframe\">\n",
       "  <thead>\n",
       "    <tr style=\"text-align: right;\">\n",
       "      <th></th>\n",
       "      <th>count</th>\n",
       "      <th>mean</th>\n",
       "      <th>std</th>\n",
       "      <th>min</th>\n",
       "      <th>25%</th>\n",
       "      <th>50%</th>\n",
       "      <th>75%</th>\n",
       "      <th>max</th>\n",
       "    </tr>\n",
       "  </thead>\n",
       "  <tbody>\n",
       "    <tr>\n",
       "      <th>theta_1glabrata</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0011</td>\n",
       "      <td>0.0001</td>\n",
       "      <td>0.0008</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0012</td>\n",
       "      <td>0.0016</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_2insipida</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0011</td>\n",
       "      <td>0.0001</td>\n",
       "      <td>0.0008</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0011</td>\n",
       "      <td>0.0017</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_3maxima</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0038</td>\n",
       "      <td>0.0003</td>\n",
       "      <td>0.0030</td>\n",
       "      <td>0.0036</td>\n",
       "      <td>0.0038</td>\n",
       "      <td>0.0040</td>\n",
       "      <td>0.0046</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_5yoponensis</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0020</td>\n",
       "      <td>0.0002</td>\n",
       "      <td>0.0016</td>\n",
       "      <td>0.0019</td>\n",
       "      <td>0.0020</td>\n",
       "      <td>0.0021</td>\n",
       "      <td>0.0025</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_6glabratainsipidayoponensismaximatonduzii</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0157</td>\n",
       "      <td>0.0008</td>\n",
       "      <td>0.0135</td>\n",
       "      <td>0.0152</td>\n",
       "      <td>0.0157</td>\n",
       "      <td>0.0162</td>\n",
       "      <td>0.0181</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_7glabratainsipidayoponensismaxima</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0015</td>\n",
       "      <td>0.0009</td>\n",
       "      <td>0.0001</td>\n",
       "      <td>0.0008</td>\n",
       "      <td>0.0013</td>\n",
       "      <td>0.0020</td>\n",
       "      <td>0.0051</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_8glabratainsipidayoponensis</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0019</td>\n",
       "      <td>0.0012</td>\n",
       "      <td>0.0001</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0016</td>\n",
       "      <td>0.0024</td>\n",
       "      <td>0.0070</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>theta_9glabratainsipida</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0132</td>\n",
       "      <td>0.0019</td>\n",
       "      <td>0.0079</td>\n",
       "      <td>0.0120</td>\n",
       "      <td>0.0132</td>\n",
       "      <td>0.0143</td>\n",
       "      <td>0.0191</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>tau_6glabratainsipidayoponensismaximatonduzii</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0030</td>\n",
       "      <td>0.0002</td>\n",
       "      <td>0.0024</td>\n",
       "      <td>0.0029</td>\n",
       "      <td>0.0030</td>\n",
       "      <td>0.0031</td>\n",
       "      <td>0.0036</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>tau_7glabratainsipidayoponensismaxima</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0030</td>\n",
       "      <td>0.0002</td>\n",
       "      <td>0.0024</td>\n",
       "      <td>0.0029</td>\n",
       "      <td>0.0030</td>\n",
       "      <td>0.0031</td>\n",
       "      <td>0.0036</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>tau_8glabratainsipidayoponensis</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0029</td>\n",
       "      <td>0.0002</td>\n",
       "      <td>0.0024</td>\n",
       "      <td>0.0028</td>\n",
       "      <td>0.0030</td>\n",
       "      <td>0.0031</td>\n",
       "      <td>0.0036</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>tau_9glabratainsipida</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>0.0011</td>\n",
       "      <td>0.0002</td>\n",
       "      <td>0.0008</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0010</td>\n",
       "      <td>0.0011</td>\n",
       "      <td>0.0016</td>\n",
       "    </tr>\n",
       "    <tr>\n",
       "      <th>lnL</th>\n",
       "      <td>760.0000</td>\n",
       "      <td>-69160.9028</td>\n",
       "      <td>43.5274</td>\n",
       "      <td>-69280.3200</td>\n",
       "      <td>-69189.8015</td>\n",
       "      <td>-69157.8950</td>\n",
       "      <td>-69129.9325</td>\n",
       "      <td>-68997.7510</td>\n",
       "    </tr>\n",
       "  </tbody>\n",
       "</table>\n",
       "</div>"
      ],
      "text/plain": [
       "                                                   count        mean     std  \\\n",
       "theta_1glabrata                                 760.0000      0.0011  0.0001   \n",
       "theta_2insipida                                 760.0000      0.0011  0.0001   \n",
       "theta_3maxima                                   760.0000      0.0038  0.0003   \n",
       "theta_5yoponensis                               760.0000      0.0020  0.0002   \n",
       "theta_6glabratainsipidayoponensismaximatonduzii 760.0000      0.0157  0.0008   \n",
       "theta_7glabratainsipidayoponensismaxima         760.0000      0.0015  0.0009   \n",
       "theta_8glabratainsipidayoponensis               760.0000      0.0019  0.0012   \n",
       "theta_9glabratainsipida                         760.0000      0.0132  0.0019   \n",
       "tau_6glabratainsipidayoponensismaximatonduzii   760.0000      0.0030  0.0002   \n",
       "tau_7glabratainsipidayoponensismaxima           760.0000      0.0030  0.0002   \n",
       "tau_8glabratainsipidayoponensis                 760.0000      0.0029  0.0002   \n",
       "tau_9glabratainsipida                           760.0000      0.0011  0.0002   \n",
       "lnL                                             760.0000 -69160.9028 43.5274   \n",
       "\n",
       "                                                        min         25%  \\\n",
       "theta_1glabrata                                      0.0008      0.0010   \n",
       "theta_2insipida                                      0.0008      0.0010   \n",
       "theta_3maxima                                        0.0030      0.0036   \n",
       "theta_5yoponensis                                    0.0016      0.0019   \n",
       "theta_6glabratainsipidayoponensismaximatonduzii      0.0135      0.0152   \n",
       "theta_7glabratainsipidayoponensismaxima              0.0001      0.0008   \n",
       "theta_8glabratainsipidayoponensis                    0.0001      0.0010   \n",
       "theta_9glabratainsipida                              0.0079      0.0120   \n",
       "tau_6glabratainsipidayoponensismaximatonduzii        0.0024      0.0029   \n",
       "tau_7glabratainsipidayoponensismaxima                0.0024      0.0029   \n",
       "tau_8glabratainsipidayoponensis                      0.0024      0.0028   \n",
       "tau_9glabratainsipida                                0.0008      0.0010   \n",
       "lnL                                             -69280.3200 -69189.8015   \n",
       "\n",
       "                                                        50%         75%  \\\n",
       "theta_1glabrata                                      0.0010      0.0012   \n",
       "theta_2insipida                                      0.0010      0.0011   \n",
       "theta_3maxima                                        0.0038      0.0040   \n",
       "theta_5yoponensis                                    0.0020      0.0021   \n",
       "theta_6glabratainsipidayoponensismaximatonduzii      0.0157      0.0162   \n",
       "theta_7glabratainsipidayoponensismaxima              0.0013      0.0020   \n",
       "theta_8glabratainsipidayoponensis                    0.0016      0.0024   \n",
       "theta_9glabratainsipida                              0.0132      0.0143   \n",
       "tau_6glabratainsipidayoponensismaximatonduzii        0.0030      0.0031   \n",
       "tau_7glabratainsipidayoponensismaxima                0.0030      0.0031   \n",
       "tau_8glabratainsipidayoponensis                      0.0030      0.0031   \n",
       "tau_9glabratainsipida                                0.0010      0.0011   \n",
       "lnL                                             -69157.8950 -69129.9325   \n",
       "\n",
       "                                                        max  \n",
       "theta_1glabrata                                      0.0016  \n",
       "theta_2insipida                                      0.0017  \n",
       "theta_3maxima                                        0.0046  \n",
       "theta_5yoponensis                                    0.0025  \n",
       "theta_6glabratainsipidayoponensismaximatonduzii      0.0181  \n",
       "theta_7glabratainsipidayoponensismaxima              0.0051  \n",
       "theta_8glabratainsipidayoponensis                    0.0070  \n",
       "theta_9glabratainsipida                              0.0191  \n",
       "tau_6glabratainsipidayoponensismaximatonduzii        0.0036  \n",
       "tau_7glabratainsipidayoponensismaxima                0.0036  \n",
       "tau_8glabratainsipidayoponensis                      0.0036  \n",
       "tau_9glabratainsipida                                0.0016  \n",
       "lnL                                             -68997.7510  "
      ]
     },
     "execution_count": 50,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "import pandas as pd\n",
    "tab = pd.read_csv(\"analysis-bpp/pharma-loci500-r0.mcmc.txt\", sep=\"\\t\", index_col=0)\n",
    "pd.set_option('display.float_format', lambda x: '%.4f' % x)\n",
    "tab.describe().T"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "#### inferred tree"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 190,
   "metadata": {},
   "outputs": [],
   "source": [
    "def plotit(mtre):\n",
    "    ## set up axes\n",
    "    canvas = toyplot.Canvas(width=450, height=350)\n",
    "    axes = canvas.cartesian()\n",
    "\n",
    "    ## plot the tree\n",
    "    mtre.draw_cloudtree(\n",
    "        axes=axes,\n",
    "        edge_style={\"opacity\": 0.01},\n",
    "        use_edge_lengths=True,\n",
    "        orient='right',\n",
    "        );\n",
    "\n",
    "    ## style axes\n",
    "    axes.y.show = False\n",
    "    axes.x.show = True\n",
    "    axes.x.ticks.show = True\n",
    "    axes.x.ticks.locator = toyplot.locator.Explicit(\n",
    "        locations=np.linspace(0, -3, 3) / 1000.,\n",
    "        labels=np.linspace(0, 3, 3),\n",
    "        )\n",
    "    axes.x.label.text = \"Divergence time (substitutions/site x 10<sup>-3</sup>)\"\n",
    "    return canvas, axes"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 191,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "(<toyplot.canvas.Canvas at 0x7f8a39bddd50>,\n",
       " <toyplot.coordinates.Cartesian at 0x7f8a39bdd690>)"
      ]
     },
     "execution_count": 191,
     "metadata": {},
     "output_type": "execute_result"
    },
    {
     "data": {
      "text/html": [
       "<div align=\"center\" class=\"toyplot\" id=\"t5f433d27d20f4d998b110f67995ed118\"><svg class=\"toyplot-canvas-Canvas\" height=\"350.0px\" id=\"t6ae4712364874c058755621c6a157890\" preserveAspectRatio=\"xMidYMid meet\" style=\"background-color:transparent;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-family:Helvetica;font-size:12px;opacity:1.0;stroke:rgb(16.1%,15.3%,14.1%);stroke-opacity:1.0;stroke-width:1.0\" viewBox=\"0 0 450.0 350.0\" width=\"450.0px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:toyplot=\"http://www.sandia.gov/toyplot\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g class=\"toyplot-coordinates-Cartesian\" id=\"t6bfe282ce1124dae87dcf6acb18fe109\"><clipPath id=\"t78fc6c8728c64139a785ee17a23df861\"><rect height=\"270.0\" width=\"370.0\" x=\"40.0\" y=\"40.0\"></rect></clipPath><g clip-path=\"url(#t78fc6c8728c64139a785ee17a23df861)\"><g class=\"toyplot-mark-Text\" id=\"t9a7fe6e29454456b9e7b9c9e834ea0bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0f9dc95a98844cc39acbfd42fc39c9c6\"><g class=\"toyplot-Edges\"><path d=\"M 242.154642242 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.154642242 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9337166263 219.728053435 L 242.154642242 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9337166263 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3529696909 167.545324427 L 85.9337166263 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3529696909 167.545324427 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 111.635257634 L 85.3529696909 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.481849287873871\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"85.352969690935936\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"85.93371662631067\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"242.15464224210984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3c3dc1e516cf4879965e98f6688f4221\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.481849287873871\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.352969690935936\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.93371662631067\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.15464224210984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tef48441e92ec4932b0b4a89c7d951cec\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf8d4b40960e54f0886eb11801b898197\"><g class=\"toyplot-Edges\"><path d=\"M 238.67016063 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.67016063 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.9142544928 219.728053435 L 238.67016063 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.9142544928 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.3335075574 167.545324427 L 66.9142544928 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.3335075574 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.9705407228 111.635257634 L 66.3335075574 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.9705407228 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"65.970540722804728\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"66.33350755741391\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"66.914254492788643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"238.67016062986153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc83efcb258804ab79240eab5ba7282e4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.970540722804728\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.33350755741391\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.914254492788643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.67016062986153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td23b8b5a71c34a4999d5823fb618cfa0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb0e5123b8d484bbb9fb4e92928d615cd\"><g class=\"toyplot-Edges\"><path d=\"M 241.864268774 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.864268774 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 219.728053435 L 241.864268774 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7958947118 167.545324427 L 81.9410814456 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7958947118 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.5055212441 111.635257634 L 81.7958947118 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.5055212441 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"81.505521244078409\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"81.795894711765783\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"81.941081445609456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"241.86426877442247\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1f32035a5bb64b29a170ff976861ef61\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.505521244078409\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.795894711765783\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.941081445609456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.86426877442247\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t322e78b66d514766932eef3c09b6d6eb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9cd0379ed8f84bb482eb036652fc6bcb\"><g class=\"toyplot-Edges\"><path d=\"M 240.122027968 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.122027968 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6743799341 219.728053435 L 240.122027968 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6743799341 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2388197326 152.635973282 L 78.6743799341 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.5291932003 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.5291932003 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2388197326 152.635973282 L 78.5291932003 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.23881973259563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.674379934126677\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"240.12202796829826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.529193200283004\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4370f852bd2642dda92dc269f233b45f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.23881973259563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.674379934126677\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.12202796829826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.529193200283004\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta7315f6a5e7c463089782b9161930fb0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tafb7620658334e76906717d3e81a95d6\"><g class=\"toyplot-Edges\"><path d=\"M 237.436073392 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.436073392 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.392948784 219.728053435 L 237.436073392 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.392948784 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.0299819494 152.635973282 L 83.392948784 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.0299819494 152.635973282 L 84.4818492879 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"83.029981949437072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"83.392948784046254\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"237.43607339219022\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.481849287873871\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t521297a52dcd47729cce7a025373b806\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.029981949437072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.392948784046254\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.43607339219022\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.481849287873871\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta2a275389aef467a92504d6a49f2582c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfdaab1867ca14d34bdc2f54504d2ae87\"><g class=\"toyplot-Edges\"><path d=\"M 242.517609077 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.517609077 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5544426548 219.728053435 L 242.517609077 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5544426548 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 152.635973282 L 84.5544426548 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3529696909 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3529696909 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 152.635973282 L 85.3529696909 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"84.409255920952006\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"84.554442654795679\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"242.51760907671903\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.352969690935936\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta66e565c9f7a409baf7f32adffb6478e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.409255920952006\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.554442654795679\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.51760907671903\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.352969690935936\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf89cc9e6832d447d96ab7808297c17aa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef62bc1127c14dd39668795db0e6f77d\"><g class=\"toyplot-Edges\"><path d=\"M 243.098356012 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.098356012 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.0520764073 219.728053435 L 243.098356012 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.0520764073 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.9068896735 152.635973282 L 71.0520764073 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.6328233427 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.6328233427 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.9068896735 152.635973282 L 71.6328233427 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"70.906889673489829\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.052076407333487\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"243.09835601209372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.632823342708235\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1dd3b794672349de9a3357abc4b68c76\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.906889673489829\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.052076407333487\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.09835601209372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.632823342708235\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5eb1a4b739d24d26bf2f67fd85694b66\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t49bcceb32b2e47c99e0b9134ff63b83f\"><g class=\"toyplot-Edges\"><path d=\"M 244.622816717 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.622816717 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 219.728053435 L 244.622816717 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.690687071 152.635973282 L 82.5944217479 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.690687071 152.635973282 L 84.4818492879 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.690687071032443\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"82.59442174790604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"244.62281671745239\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.481849287873871\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te8c926b303dc42269127fc28d9a92b4b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.690687071032443\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.59442174790604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.62281671745239\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.481849287873871\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba4e5893fd914d488cf9edb7f09cf814\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tde3cd71a3b7249408af5dab09a174f2e\"><g class=\"toyplot-Edges\"><path d=\"M 249.2687922 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 249.2687922 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2477620502 219.728053435 L 249.2687922 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2477620502 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2314549133 152.635973282 L 83.2477620502 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0715385409 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0715385409 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2314549133 152.635973282 L 90.0715385409 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"82.23145491329683\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.247762050202581\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"249.26879220045009\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"90.071538540855499\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcab271eaa3ae4e42b589a5007e6bbe9e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.23145491329683\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.247762050202581\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"249.26879220045009\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.071538540855499\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t22f3ef236caf48589d978d5b74303f0d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t615803d4456247f59f4c04260a044fff\"><g class=\"toyplot-Edges\"><path d=\"M 243.533916214 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.533916214 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7396084817 219.728053435 L 243.533916214 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7396084817 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.2714340064 152.635973282 L 82.7396084817 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6759574324 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6759574324 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.2714340064 152.635973282 L 87.6759574324 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.271434006407134\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"82.739608481749713\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"243.53391621362476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.675957432434799\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t636f75d931594da4bd23bb16b7272437\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.271434006407134\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.739608481749713\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.53391621362476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.675957432434799\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tadf701888f10416aacb300c03d137d9d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tefbb331e590d48f1916ee67a82442908\"><g class=\"toyplot-Edges\"><path d=\"M 239.468687666 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.468687666 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.9705407228 219.728053435 L 239.468687666 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.9705407228 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.7364534851 152.635973282 L 65.9705407228 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.7127815289 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.7127815289 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.7364534851 152.635973282 L 67.7127815289 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"64.736453485133481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"65.970540722804756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"239.46868766600181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"67.7127815289289\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t35d43da29f92423bbb869f4f69b264bb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.736453485133481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.970540722804756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.46868766600181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.7127815289289\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb869cd9a522b463a948d17dbfe7aa35c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te861727f8d4a45bdbdcb17c5ab7686f0\"><g class=\"toyplot-Edges\"><path d=\"M 237.653853493 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.653853493 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.3440273733 219.728053435 L 237.653853493 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.3440273733 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1099401357 152.635973282 L 80.3440273733 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2877411433 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2877411433 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1099401357 152.635973282 L 81.2877411433 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"79.109940135657695\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"80.344027373328998\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"237.65385349295576\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"81.2877411433129\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t260d4adffaef4888b9c17c45287ef4b8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.109940135657695\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.344027373328998\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.65385349295576\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.2877411433129\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tffc81946d96c443bb218befa5202ba7d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1058738bfab8430baa21aba5e54aa75e\"><g class=\"toyplot-Edges\"><path d=\"M 239.904247868 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.904247868 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.8847952156 219.728053435 L 239.904247868 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.8847952156 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7958947118 152.635973282 L 82.8847952156 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4581773317 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4581773317 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7958947118 152.635973282 L 87.4581773317 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"81.795894711765811\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.8847952155934\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"239.90424786753277\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.458177331669305\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc1c2b4ae46984d9fbc778784329519a5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.795894711765811\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.8847952155934\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.90424786753277\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.458177331669305\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd1ac7a166aa4324bfa24443d7e77682\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te36a1b9c45c146abb8f18eacbb503a66\"><g class=\"toyplot-Edges\"><path d=\"M 236.564952989 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.564952989 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.5439228389 219.728053435 L 236.564952989 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.5439228389 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.1646488674 152.635973282 L 70.5439228389 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.6254585234 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.6254585234 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.1646488674 152.635973282 L 75.6254585234 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"69.164648867365685\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.543922838880647\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"236.56495298912816\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"75.625458523409435\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te2145b6acea6470d89589f1b0abd42c7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.164648867365685\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.543922838880647\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.56495298912816\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.625458523409435\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t51fce7b4b6634320b19e209b26fee839\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td2094c4c5ba147ddb62eb0d505e9e850\"><g class=\"toyplot-Edges\"><path d=\"M 237.581260126 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.581260126 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.9868478597 219.728053435 L 237.581260126 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.9868478597 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.5512876582 152.635973282 L 66.9868478597 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.9468687666 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.9468687666 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.5512876582 152.635973282 L 68.9468687666 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"66.551287658179461\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"66.986847859710494\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"237.58126012603395\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"68.946868766600176\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf5adcc97e6c24065a773363864debc93\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.551287658179461\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.986847859710494\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.58126012603395\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.946868766600176\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td0052f25ea1f456aa5465297ecf1ddbd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2150720c5b5d49cc8c38afffb32f5801\"><g class=\"toyplot-Edges\"><path d=\"M 236.637546356 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.637546356 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2062054588 219.728053435 L 236.637546356 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2062054588 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.8432386242 152.635973282 L 76.2062054588 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9484462649 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9484462649 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.8432386242 152.635973282 L 77.9484462649 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.843238624174916\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"76.206205458784112\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"236.63754635604997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"77.948446264908284\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te90596b8831e431daa43f1f0f82d3ab1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.843238624174916\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.206205458784112\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.63754635604997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.948446264908284\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t343d93c036f04486af38537c31fb367e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8de359dcb0614f0e837d1d13954e0e3e\"><g class=\"toyplot-Edges\"><path d=\"M 88.6922645693 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.493937121 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.493937121 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8374513032 175.0 L 245.493937121 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8374513032 175.0 L 92.1041528147 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 175.0 L 88.8374513032 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"88.692264569340566\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"88.837451303184224\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"245.49393712051443\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"92.104152814667046\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8b0bf53d1083451f975214706995855c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.692264569340566\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.837451303184224\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.49393712051443\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.104152814667046\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5c9d7c6a0aad429a968fd7711a024649\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t290761c6a219486a868724df84990037\"><g class=\"toyplot-Edges\"><path d=\"M 92.2493395485 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.566530487 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.566530487 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 175.0 L 245.566530487 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.501311421 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.501311421 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 175.0 L 103.501311421 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2493395485 175.0 L 92.5397130162 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.249339548510704\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.539713016198078\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"245.5665304874363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.50131142139588\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2f4c947058d145c09957953780cc3cd5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.249339548510704\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.539713016198078\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.5665304874363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.50131142139588\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8ab5eedbf0ef4436b5f722a5126418e1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t01c8ad36808e4ded8ddd934d3ebe8de6\"><g class=\"toyplot-Edges\"><path d=\"M 70.0357692704 175.0 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.693832586 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.693832586 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1809560043 175.0 L 235.693832586 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2403972309 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2403972309 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1809560043 175.0 L 87.2403972309 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.0357692704 175.0 L 70.1809560043 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"70.03576927042775\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"70.180956004271422\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"235.69383258606609\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.240397230903767\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t424f1ba44aec4b53a10a672e8d8b6217\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.03576927042775\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.180956004271422\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.69383258606609\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.240397230903767\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbaf39a41358f4453b6fb0ec618df6c9b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta4f3b078b03a4b11901d19603dafb1e4\"><g class=\"toyplot-Edges\"><path d=\"M 95.51604106 130.271946565 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.759070615 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.759070615 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.51604106 130.271946565 L 101.759070615 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2982609592 197.364026718 L 95.51604106 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.098356012 264.45610687 L 304.00419086 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.098356012 264.45610687 L 304.00419086 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2982609592 197.364026718 L 243.098356012 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.298260959227974\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.516041059993512\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.75907061527172\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"243.09835601209372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.00419085951728\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.00419085951728\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tedae5691559b48d3b89afa4bc528d461\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.298260959227974\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.516041059993512\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.75907061527172\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.09835601209372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.00419085951728\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.00419085951728\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t157cd8acfe6d4151871021ad5d58ae35\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t444038ae06f04b259ae7d4f76e92e565\"><g class=\"toyplot-Edges\"><path d=\"M 105.243552228 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.243552228 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8716430753 152.635973282 L 105.243552228 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.904257349 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 246.074684056 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 246.074684056 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.904257349 219.728053435 L 246.074684056 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8716430753 152.635973282 L 101.904257349 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.871643075303922\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.24355222752004\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.90425734911543\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"246.07468405588918\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2bd7231be3b44ae3b0fb5571b6d5e784\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.871643075303922\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.24355222752004\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.90425734911543\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"246.07468405588918\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t37901139affb4f3e88e9c8602d959951\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta268c7d45fe0431e836fb83afc77e164\"><g class=\"toyplot-Edges\"><path d=\"M 103.428718054 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.428718054 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0731160392 152.635973282 L 103.428718054 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.23460991 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.904247868 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.904247868 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.23460991 219.728053435 L 239.904247868 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0731160392 152.635973282 L 100.23460991 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.073116039163637\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.42871805447405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.23460990991308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"239.90424786753275\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t73c6e4b17323404d9272412a4140263b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.073116039163637\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.42871805447405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.23460990991308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.90424786753275\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t61d3f4f5c8a64ab6afd7fb52e5ae9224\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2e9a6ef37c364a18a4a40e1f46fc9adf\"><g class=\"toyplot-Edges\"><path d=\"M 90.2167252747 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2167252747 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7885298925 152.635973282 L 90.2167252747 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4418701948 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.339808069 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.339808069 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4418701948 219.728053435 L 240.339808069 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7885298925 152.635973282 L 86.4418701948 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.788529892466997\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"90.216725274699201\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"86.441870194763538\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"240.33980806906382\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9efe8970e75b494597e6e3a8d8a29ef3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.788529892466997\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.216725274699201\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.441870194763538\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.33980806906382\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t168edf421a514f08be3703e556395e5a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t959e7bafd21b41e881911614b45f19da\"><g class=\"toyplot-Edges\"><path d=\"M 95.7338211608 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7338211608 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5470778355 152.635973282 L 95.7338211608 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7085717062 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.065741738 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.065741738 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7085717062 219.728053435 L 241.065741738 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5470778355 152.635973282 L 89.7085717062 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.547077835496907\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.733821160759049\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.708571706246332\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"241.06574173828224\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tebde6cad297944e798c16209dd13ccd3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.547077835496907\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.733821160759049\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.708571706246332\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.06574173828224\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t09aca25b457746679befaf1a3dc8e8e3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e80a02f26ce49e985d7f484fa5a6edf\"><g class=\"toyplot-Edges\"><path d=\"M 91.3782191454 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.3782191454 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2167252747 152.635973282 L 91.3782191454 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.3782191454 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.936862141 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.936862141 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.3782191454 219.728053435 L 241.936862141 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2167252747 152.635973282 L 91.3782191454 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"90.216725274699201\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.378219145448639\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.378219145448639\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"241.93686214134433\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t72980d0d6b65415281e5e46cc3183b14\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.216725274699201\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.378219145448639\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.378219145448639\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.93686214134433\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td90bef6da14d4d73a184aa728a0013aa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t02212c4fc80a44c8ae58746bb1c8e1e9\"><g class=\"toyplot-Edges\"><path d=\"M 96.2419747292 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.2419747292 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.8537584401 152.635973282 L 96.2419747292 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2893186416 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.210928472 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.210928472 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2893186416 219.728053435 L 241.210928472 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.8537584401 152.635973282 L 90.2893186416 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.85375844008999\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.241974729211904\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.289318641621037\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"241.21092847212591\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td096d4e8045c4b30a6e2ca50414980c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.85375844008999\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.241974729211904\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.289318641621037\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.21092847212591\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t813a9890ee9b4e7d812d1234812f82fe\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t95747cf5ec3742eeaa2917fa0488fdfe\"><g class=\"toyplot-Edges\"><path d=\"M 87.3129905978 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6996293886 152.635973282 L 87.3129905978 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.2077829571 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.904247868 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.904247868 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.2077829571 219.728053435 L 239.904247868 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6996293886 152.635973282 L 85.2077829571 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.69962938863938\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.312990597825603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"85.207782957092263\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"239.90424786753277\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t097a804fecdf4dd7b16f1aa8f81f6dc5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.69962938863938\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.312990597825603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.207782957092263\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.90424786753277\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t170166b377864bdcb79c6997fcd1b668\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4d129f57e9a549cab594b39e6aecad57\"><g class=\"toyplot-Edges\"><path d=\"M 95.3708543261 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.3708543261 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3945262824 152.635973282 L 95.3708543261 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0478665847 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 248.179891697 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 248.179891697 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0478665847 219.728053435 L 248.179891697 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3945262824 152.635973282 L 93.0478665847 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.394526282354406\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.370854326149825\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.047866584650961\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"248.17989169662252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td4002f81802246adb687547e616a8acf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.394526282354406\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.370854326149825\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.047866584650961\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"248.17989169662252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t324ae81ad9314d9ca0a4d7035b64d9a7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfe538c2605d6426f91b9acb44c676981\"><g class=\"toyplot-Edges\"><path d=\"M 89.1278247709 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1278247709 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1809560043 152.635973282 L 89.1278247709 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.6417656603 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.113085651 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.113085651 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.6417656603 219.728053435 L 235.113085651 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1809560043 152.635973282 L 76.6417656603 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"70.180956004271422\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"89.127824770871598\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"76.641765660315173\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.11308565069137\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb90b4ee86534425a92e7820d46c1e6d2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.180956004271422\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.127824770871598\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.641765660315173\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.11308565069137\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf99026195ea44b3e9155cfb3af1422d3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6db08030326849b1bffd31f2d5fcf293\"><g class=\"toyplot-Edges\"><path d=\"M 85.6433431586 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.6433431586 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.9631759035 152.635973282 L 85.6433431586 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.763280438 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.541281033 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.541281033 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.763280438 219.728053435 L 239.541281033 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.9631759035 152.635973282 L 79.763280438 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"69.963175903505913\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.64334315862331\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.763280437954279\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"239.54128103292356\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdaeb92bef5334273a65f9dbab1e6cad3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.963175903505913\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.64334315862331\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.763280437954279\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.54128103292356\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t75fe7d364fd54603985dc1ddd8adbfa4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb3070a915c3444dfaeb87b77b1aacee4\"><g class=\"toyplot-Edges\"><path d=\"M 88.2567043678 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2567043678 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.5439228389 152.635973282 L 88.2567043678 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9247743087 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.178314198 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.178314198 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9247743087 219.728053435 L 239.178314198 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.5439228389 152.635973282 L 80.9247743087 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"70.543922838880647\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"88.256704367809533\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"80.924774308703718\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"239.17831419831438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t609dd88ddc5649c5ab3dcd060a6e40ad\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.543922838880647\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.256704367809533\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.924774308703718\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.17831419831438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2d417c363a264c9daf34af81470940bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6a9c6197765e4a6cbf327dce4d3e7bc1\"><g class=\"toyplot-Edges\"><path d=\"M 84.5544426548 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5544426548 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.5912667513 152.635973282 L 84.5544426548 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.0594412266 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.556010672 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.556010672 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.0594412266 219.728053435 L 231.556010672 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.5912667513 152.635973282 L 67.0594412266 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"64.59126675128978\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.554442654795707\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"67.059441226632345\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"231.55601067152122\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b199251d2ad4cd4b132ba00389f4e09\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.59126675128978\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.554442654795707\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.059441226632345\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.55601067152122\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf848a403a934467ab995c0d5cae254e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t296bedeb06c249f0858a5ab480b619c3\"><g class=\"toyplot-Edges\"><path d=\"M 87.6759574324 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6759574324 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.9705407228 152.635973282 L 87.6759574324 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.8742753997 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.419766255 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.419766255 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.8742753997 219.728053435 L 236.419766255 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.9705407228 152.635973282 L 68.8742753997 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"65.970540722804728\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.675957432434799\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"68.874275399678325\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"236.41976625528449\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf730965d233c48e2b3d40c988be2b870\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.970540722804728\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.675957432434799\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.874275399678325\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.41976625528449\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t203c31fe75ed448ab98c2ba598422ccf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t48f94b0780774d138ee46d677a1311ea\"><g class=\"toyplot-Edges\"><path d=\"M 95.6612277938 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6612277938 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0047324949 152.635973282 L 95.6612277938 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3840064664 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.483417305 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.483417305 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3840064664 219.728053435 L 231.483417305 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0047324949 152.635973282 L 78.3840064664 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"77.004732494924383\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"95.661227793837199\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"78.384006466439331\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"231.48341730459941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1c5d0dd035b6436fa5a1ae1e07fde517\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.004732494924383\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.661227793837199\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.384006466439331\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.48341730459941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5d45601772eb43108974e0b0ff951a27\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t536628a55d1c40acaee23837044e5f32\"><g class=\"toyplot-Edges\"><path d=\"M 99.6538629745 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6538629745 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.8285089856 152.635973282 L 99.6538629745 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4581773317 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.033127464 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.033127464 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4581773317 219.728053435 L 239.033127464 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.8285089856 152.635973282 L 87.4581773317 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"83.828508985577315\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.653862974538384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.458177331669305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"239.03312746447074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb1adf9d48cbe4a74b5a864525ca54a22\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.828508985577315\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.653862974538384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.458177331669305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.03312746447074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0363408ffe8a49efb702742438dd4688\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc7eb1132bc1342b388eee0c0ca1769b2\"><g class=\"toyplot-Edges\"><path d=\"M 99.6538629745 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6538629745 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.111517634 152.635973282 L 99.6538629745 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.299828976 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.299828976 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 219.728053435 L 242.299828976 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.111517634 152.635973282 L 92.1041528147 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.11151763396586\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"99.653862974538384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.104152814667046\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"242.29982897595349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e8308026c5245418902167f034b1001\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.11151763396586\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.653862974538384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.104152814667046\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.29982897595349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tccf3a2b075ec4efab6befef5676d321e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tabcd2cfd7bb44c9ab764ae8bc0a8ff0b\"><g class=\"toyplot-Edges\"><path d=\"M 90.6522854762 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.6522854762 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 152.635973282 L 90.6522854762 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.0552314039 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.127815289 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.127815289 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.0552314039 219.728053435 L 227.127815289 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 152.635973282 L 89.0552314039 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.312990597825603\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"90.652285476230247\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"89.05523140394979\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"227.127815289289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t76fc1aca421348ba9c08fbb1e91d5443\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.312990597825603\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.652285476230247\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.05523140394979\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.127815289289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf24e8dcf224345f29b3195bec0bbe1fd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc41166a14dbd4fc493e6381dde4f1ffd\"><g class=\"toyplot-Edges\"><path d=\"M 79.6180937041 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 152.635973282 L 79.6180937041 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9736957194 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.884785734 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.884785734 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9736957194 219.728053435 L 220.884785734 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 152.635973282 L 83.9736957194 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"77.440292696455415\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.61809370411062\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"83.973695719420988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"220.88478573401079\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t745a7e16d5794196a58e8c5b72a8207d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.440292696455415\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.61809370411062\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.973695719420988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.88478573401079\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3807b5c2d98a4493a2d022a5b6aee123\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb67baaac7f844c1c82ed724d32dd625d\"><g class=\"toyplot-Edges\"><path d=\"M 82.2314549133 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2314549133 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9647534018 152.635973282 L 82.2314549133 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.521828381 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.933707145 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.933707145 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.521828381 219.728053435 L 223.933707145 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9647534018 152.635973282 L 82.521828381 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"78.964753401814036\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.23145491329683\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.521828380984175\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"223.93370714472806\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t53bd4c3ce96e482ba234f623e37d2964\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.964753401814036\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.23145491329683\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.521828380984175\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.93370714472806\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t90ec8455b74540b099dee51f3a26bcdd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb8965b494a6b4fb99595973f91f97c68\"><g class=\"toyplot-Edges\"><path d=\"M 89.2004181378 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 152.635973282 L 89.2004181378 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4345053755 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.443438211 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.443438211 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4345053755 219.728053435 L 233.443438211 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 152.635973282 L 90.4345053755 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.950023763216393\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.200418137793449\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"90.434505375464695\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.44343821148902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcba41320c0b743289ed4b0ffc4fc82a6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.950023763216393\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.200418137793449\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.434505375464695\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.44343821148902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t47d08157690b4fbb82b9f02d818be50c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0750c93747f8423f9bb396ea8761929e\"><g class=\"toyplot-Edges\"><path d=\"M 86.0789033602 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.0789033602 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8448161225 152.635973282 L 86.0789033602 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.926342325 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.926342325 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 219.728053435 L 227.926342325 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8448161225 152.635973282 L 89.6359783393 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.844816122483053\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.078903360154328\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.635978339324481\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"227.9263423254292\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf2d10c64f58a4fb5bf0448e03825f224\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.844816122483053\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.078903360154328\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.635978339324481\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.9263423254292\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5d5796f529154a1f8defa3c85a50d8cf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teff93f25cd934df580c48e036d58be23\"><g class=\"toyplot-Edges\"><path d=\"M 86.224090094 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.224090094 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.521828381 152.635973282 L 86.224090094 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0715385409 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.006300512 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.006300512 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0715385409 219.728053435 L 224.006300512 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.521828381 152.635973282 L 90.0715385409 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"82.521828380984232\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.224090093998029\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.071538540855542\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"224.00630051164987\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7ee5a8b2166541f89d4de26e3e3bdaf2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.521828380984232\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.224090093998029\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.071538540855542\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.00630051164987\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3df05d38ec314d4aaf9e3109f3602cdc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3fa0c3b0a4254fec871ff878aef05e44\"><g class=\"toyplot-Edges\"><path d=\"M 91.5959992462 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5959992462 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 152.635973282 L 91.5959992462 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.533925695 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.533925695 219.728053435 L 226.184101519 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 152.635973282 L 105.533925695 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.635978339324481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"91.595999246214177\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"105.53392569520739\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"226.18410151930505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tda5abe40b1464c28bcdb628dfb2c207e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.635978339324481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.595999246214177\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.53392569520739\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.18410151930505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t59528cbbb1064175972fe1538f9b0916\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1fbbe633c0584412af4b4abf91335b5f\"><g class=\"toyplot-Edges\"><path d=\"M 108.437660372 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.437660372 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.292473638 152.635973282 L 108.437660372 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.553387829 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.855326457 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.855326457 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.553387829 219.728053435 L 236.855326457 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.292473638 152.635973282 L 124.553387829 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.29247363823733\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.43766037208098\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"124.55338782872941\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"236.85532645681553\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t00525b7ae4ef419880f56af3793b4c4c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.29247363823733\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.43766037208098\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.55338782872941\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.85532645681553\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teba237b799434e02bfdfe57d1b3ffcc2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t32d25f4929954db1943d13dc5157beb5\"><g class=\"toyplot-Edges\"><path d=\"M 95.8064145277 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8064145277 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4271405562 152.635973282 L 95.8064145277 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5323481969 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.095201015 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.095201015 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5323481969 219.728053435 L 225.095201015 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4271405562 152.635973282 L 96.5323481969 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.427140556165909\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"95.806414527680857\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"96.53234819689925\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"225.09520101547747\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5248774e2d0240e6a1f762751337c41c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.427140556165909\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.806414527680857\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.53234819689925\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.09520101547747\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td9278083f06b4aa2b9f000d14fcc44ce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5249c4a990834835a86354115dbc4c55\"><g class=\"toyplot-Edges\"><path d=\"M 85.7885298925 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7885298925 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4981564248 152.635973282 L 85.7885298925 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8048370294 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.367689848 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.367689848 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8048370294 219.728053435 L 215.367689848 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4981564248 152.635973282 L 86.8048370294 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.498156424779637\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.788529892466997\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"86.804837029372734\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"215.36768984795094\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf01af7679b384d2097080a62c8395d0a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.498156424779637\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.788529892466997\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.804837029372734\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.36768984795094\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb4ace91560454d90bdff636902f28117\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbb963fd633ee4dba8fd86ed35b97843c\"><g class=\"toyplot-Edges\"><path d=\"M 77.0773258618 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0773258618 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7869523942 152.635973282 L 77.0773258618 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9247743087 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.231445432 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.231445432 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9247743087 219.728053435 L 220.231445432 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7869523942 152.635973282 L 80.9247743087 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"76.786952394158845\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.077325861846205\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"80.924774308703718\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"220.23144543171421\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t87d394058399446b8fadec0225cdba7d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.786952394158845\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.077325861846205\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.924774308703718\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.23144543171421\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3826950c93734c76a8fd2122959f15b9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5795ec56622a4acca00ab3f1e9186770\"><g class=\"toyplot-Edges\"><path d=\"M 104.662805292 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.662805292 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.250917047 152.635973282 L 104.662805292 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.541290515 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.90845769 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.90845769 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.541290515 219.728053435 L 217.90845769 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.250917047 152.635973282 L 101.541290515 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.25091704681884\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"104.66280529214532\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.54129051450622\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"217.90845769021536\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t77966a955bcc4b50a42990650db6606c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.25091704681884\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.66280529214532\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.54129051450622\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.90845769021536\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc3336093abad4551b6f9788fd6dd6446\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc717f33359d24515ad161ab45fcc0b06\"><g class=\"toyplot-Edges\"><path d=\"M 99.5086762407 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5086762407 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8064145277 152.635973282 L 99.5086762407 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6938420676 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.312981116 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.312981116 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6938420676 219.728053435 L 225.312981116 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8064145277 152.635973282 L 97.6938420676 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"95.806414527680857\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.508676240694669\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"97.693842067648688\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"225.31298111624298\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9e8c8ae3de5942c8be86e1447834ac81\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.806414527680857\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.508676240694669\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.693842067648688\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.31298111624298\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teeb29b55d57c4fc188694155d72ee903\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4499a24e88db434fb681c722a0dfee5e\"><g class=\"toyplot-Edges\"><path d=\"M 86.2966834609 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.2966834609 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 152.635973282 L 86.2966834609 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8048370294 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.182524021 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.182524021 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8048370294 219.728053435 L 217.182524021 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 152.635973282 L 86.8048370294 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"84.481849287873871\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.296683460919837\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.804837029372734\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"217.18252402099694\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t902bd51cb14a4961afd61e7dfacd0932\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.481849287873871\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.296683460919837\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.804837029372734\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.18252402099694\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t354d5804ef144fc2897732db591d15e7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t59ed292701e94481af19b832adf45e8f\"><g class=\"toyplot-Edges\"><path d=\"M 82.5944217479 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 152.635973282 L 82.5944217479 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.409246439 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.409246439 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 219.728053435 L 222.409246439 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 152.635973282 L 82.5944217479 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.376641647140531\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.59442174790604\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.59442174790604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"222.40924643936938\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb1b40eff7f2845e4aa6a623921e49bb4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.376641647140531\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.59442174790604\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.59442174790604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.40924643936938\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2b97b51da8314073ae2fa8d9b62d3621\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc4e29396e0eb4df2874147da2a5681aa\"><g class=\"toyplot-Edges\"><path d=\"M 90.2893186416 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2893186416 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1441319078 152.635973282 L 90.2893186416 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.538126036 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.538126036 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 219.728053435 L 221.538126036 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1441319078 152.635973282 L 91.813779347 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.144131907777364\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.289318641621037\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.813779346979686\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"221.53812603630735\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03262179fea1405dbca110975d532996\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.144131907777364\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.289318641621037\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.813779346979686\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.53812603630735\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1c7ff78f0cc34562b9b75b558e4a3706\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf4ed0974ecf94e62955b19dc0b199c3d\"><g class=\"toyplot-Edges\"><path d=\"M 94.6449206569 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6449206569 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.8463936208 152.635973282 L 94.6449206569 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8790078946 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.102565835 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.102565835 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8790078946 219.728053435 L 221.102565835 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.8463936208 152.635973282 L 95.8790078946 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"93.846393620791176\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.644920656931419\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"95.87900789460268\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"221.1025658347763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2d3da553a5ce46dda8c3230877b027d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.846393620791176\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.644920656931419\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.87900789460268\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.1025658347763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t348d36e1bcf54974b3641252686a79f2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb7caf89e2cba4e23822d7d9bfe256f58\"><g class=\"toyplot-Edges\"><path d=\"M 89.6359783393 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6033640655 152.635973282 L 89.6359783393 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1441319078 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.336653072 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.336653072 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1441319078 219.728053435 L 222.336653072 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6033640655 152.635973282 L 90.1441319078 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.603364065512977\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"89.635978339324481\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.144131907777364\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"222.33665307244758\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t652a73532cb2444cb36734db0ba401e6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.603364065512977\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.635978339324481\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.144131907777364\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.33665307244758\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd4bd3789dfd4f73a7646b179c7e4d48\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf98438dd47094a9993ca526b1d173238\"><g class=\"toyplot-Edges\"><path d=\"M 100.452390011 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.452390011 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.5649624707 152.635973282 L 100.452390011 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.630191018 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.732234181 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.732234181 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.630191018 219.728053435 L 224.732234181 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.5649624707 152.635973282 L 102.630191018 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"98.564962470710796\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"100.45239001067861\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.63019101833382\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"224.73223418086826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t57ed04a46c3a4d5086a5d6134caee708\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.564962470710796\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.45239001067861\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.63019101833382\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.73223418086826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te7d005f8ebc44c9ba64baf9461c6a63d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t69f4498457b14769b083e0c33afdd261\"><g class=\"toyplot-Edges\"><path d=\"M 84.5544426548 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5544426548 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7559156187 152.635973282 L 84.5544426548 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.706984726 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.706984726 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 219.728053435 L 218.706984726 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7559156187 152.635973282 L 86.9500237632 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.755915618655465\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.554442654795707\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.950023763216421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"218.70698472635561\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6a56fe54702446c38b4d4228a823bfe3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.755915618655465\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.554442654795707\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.950023763216421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.70698472635561\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10f56cf6620d4af1accffc5c2ee3373c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t93cf8ff289d144c9b8cb1d62d1e68d4f\"><g class=\"toyplot-Edges\"><path d=\"M 80.9973676756 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9973676756 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1825335026 152.635973282 L 80.9973676756 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.634400841 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.215138295 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.215138295 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.634400841 219.728053435 L 219.215138295 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1825335026 152.635973282 L 80.634400841 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"79.18253350257956\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"80.99736767562554\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"80.634400841016358\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"219.21513829480847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t50984c07a126464cbf86947cacb8924e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.18253350257956\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.99736767562554\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.634400841016358\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.21513829480847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t89eaa5267b9946b3a45168d1b962b3a6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9dd4071ed17645c1a4767ff75e48484a\"><g class=\"toyplot-Edges\"><path d=\"M 78.3114130995 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3114130995 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3513921926 152.635973282 L 78.3114130995 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5455003372 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.547068354 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.547068354 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5455003372 219.728053435 L 226.547068354 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3513921926 152.635973282 L 79.5455003372 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"76.351392192627799\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"78.311413099517495\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.54550033718877\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"226.54706835391428\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t45c6db6c0dc947bd94c386199230f42c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.351392192627799\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.311413099517495\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.54550033718877\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.54706835391428\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t045229bf2dc24773bba30fb8173ef0fb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t383b0e126fc84f7793ce19b17fd78869\"><g class=\"toyplot-Edges\"><path d=\"M 86.6596502955 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6596502955 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 152.635973282 L 86.6596502955 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.071529059 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.071529059 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 219.728053435 L 228.071529059 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 152.635973282 L 84.4818492879 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.118882453264689\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"86.659650295529076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.481849287873871\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"228.0715290592729\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf205a7cd44374ead82aa5b37d771cfd7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.118882453264689\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.659650295529076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.481849287873871\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.0715290592729\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1b43d36a5c08455abc4ded090636a87b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9079fa7eef5140c59cdfdb1c6abc223c\"><g class=\"toyplot-Edges\"><path d=\"M 88.982638037 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.982638037 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5870569286 152.635973282 L 88.982638037 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0952104971 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.532338715 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.532338715 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0952104971 219.728053435 L 234.532338715 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5870569286 152.635973282 L 87.0952104971 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.587056928607211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.982638037027925\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"87.095210497060094\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"234.53233871531665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e568d89d57a4de3aa36f18852412b8f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.587056928607211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.982638037027925\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.095210497060094\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.53233871531665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8de824d3f48149c5857b0cc5eb208f60\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te8855bfe1654447b8b6309f010b70039\"><g class=\"toyplot-Edges\"><path d=\"M 93.2656466854 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.2656466854 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 152.635973282 L 93.2656466854 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.354537708 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.354537708 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 232.354537708 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 152.635973282 L 89.3456048716 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.692264569340566\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"93.265646685416471\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"89.345604871637121\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"232.35453770766145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te6f859df23bc4d56b54eb4a5abdbf536\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.692264569340566\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.265646685416471\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.345604871637121\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.35453770766145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t119c8cea4e7f44ea900787171e32ba2d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8f62060a8b844bf0a1d8be5392183c40\"><g class=\"toyplot-Edges\"><path d=\"M 94.2093604554 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2093604554 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7738002539 152.635973282 L 94.2093604554 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3545471892 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.361902527 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.361902527 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3545471892 219.728053435 L 228.361902527 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7738002539 152.635973282 L 94.3545471892 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"93.773800253869325\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"94.209360455400372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"94.354547189244073\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"228.36190252696022\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6db4bc25732a4675b2e042872742ab06\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.773800253869325\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.209360455400372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.354547189244073\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.36190252696022\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t59a0e5c16e314a92b9856f06e308ad4d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbaaab1b5810e49efb3a49391874be08e\"><g class=\"toyplot-Edges\"><path d=\"M 77.7306661641 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.7306661641 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2951059626 152.635973282 L 77.7306661641 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5854794303 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.612296902 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.612296902 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5854794303 219.728053435 L 230.612296902 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2951059626 152.635973282 L 77.5854794303 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.295105962611714\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.730666164142747\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.585479430299088\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"230.61229690153729\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tac5bc16380624ef1b1bad4b551e24bca\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.295105962611714\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.730666164142747\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.585479430299088\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.61229690153729\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad10eea37ba84e8ea9e47eb3d3d0581c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t161c965cea894d798e28793e99a5826e\"><g class=\"toyplot-Edges\"><path d=\"M 84.5544426548 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5544426548 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 152.635973282 L 84.5544426548 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9174094894 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.153064744 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.153064744 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9174094894 219.728053435 L 233.153064744 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 152.635973282 L 84.9174094894 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.118882453264661\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.554442654795679\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.917409489404903\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.15306474380171\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6d12eb6fd30740fc9bbb5ad76d0da11b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.118882453264661\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.554442654795679\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.917409489404903\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.15306474380171\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t33277be52464462bafbf152dc3fde855\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te7a8d0270ce14159bc3c3ab14d17008b\"><g class=\"toyplot-Edges\"><path d=\"M 64.3734866505 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.3734866505 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.1557065498 152.635973282 L 64.3734866505 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.1646488674 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.556010672 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.556010672 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.1646488674 219.728053435 L 231.556010672 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.1557065498 152.635973282 L 69.1646488674 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"64.155706549758747\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"64.373486650524256\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"69.164648867365685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"231.55601067152122\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf5964da1fac044a28e1b7d7d0fa10bc7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.155706549758747\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.373486650524256\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.164648867365685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.55601067152122\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9334e16e9d794738ada0af9b5f344c19\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6a971f8d394740b3b08b1595832d2cd6\"><g class=\"toyplot-Edges\"><path d=\"M 78.8921600349 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2388197326 152.635973282 L 78.8921600349 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1262472726 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.806405046 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.806405046 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1262472726 219.728053435 L 233.806405046 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2388197326 152.635973282 L 80.1262472726 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"78.23881973259563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"78.892160034892186\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.126247272563461\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"233.80640504609823\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td1dc5be5bed64969bbab2972fefcc94b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.23881973259563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.892160034892186\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.126247272563461\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.80640504609823\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0175da01c7a54e079afa19941fe01bb2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf8a3cd90174340c4add0b10a79c25bd2\"><g class=\"toyplot-Edges\"><path d=\"M 82.3040482802 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0699610425 152.635973282 L 82.3040482802 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2314549133 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.330865751 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.330865751 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2314549133 219.728053435 L 235.330865751 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0699610425 152.635973282 L 82.2314549133 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"81.069961042547391\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.304048280218666\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.23145491329683\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"235.33086575145688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t85b7eb9bb79d419cabf56ce1cffd524b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.069961042547391\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.304048280218666\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.23145491329683\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.33086575145688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac38fb78134040ad8b14ad22e4bd52a1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9c8d0777e49e4cd39ae6b110d9cd437f\"><g class=\"toyplot-Edges\"><path d=\"M 72.5765371127 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.5765371127 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3661218312 152.635973282 L 72.5765371127 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0920555004 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.225658111 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.225658111 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0920555004 219.728053435 L 233.225658111 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3661218312 152.635973282 L 69.0920555004 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"68.366121831225442\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"72.576537112692137\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"69.092055500443848\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"233.22565811072351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad4b03a0ddc142f6a8d3064825bfdd2e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.366121831225442\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.576537112692137\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.092055500443848\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.22565811072351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9cd2e54a45274325bbd2c6fcdddd668e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t91019e935f294cc080fe5c7360d8a5d3\"><g class=\"toyplot-Edges\"><path d=\"M 72.9395039473 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.9395039473 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.9305616297 152.635973282 L 72.9395039473 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.5439228389 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.200408656 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.200408656 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.5439228389 219.728053435 L 227.200408656 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.9305616297 152.635973282 L 70.5439228389 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"67.930561629694381\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"72.939503947301318\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"70.543922838880604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"227.20040865621084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3ec7f80ba6d94891bf674d3df640efe2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.930561629694381\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.939503947301318\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.543922838880604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.20040865621084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbaa5572a2f254c909dc5b139d94e9cb4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t489c4638d39b48fbaa0ade3c3b59df30\"><g class=\"toyplot-Edges\"><path d=\"M 65.0268269528 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.0268269528 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.3971586067 152.635973282 L 65.0268269528 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.7038392113 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.813769865 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.813769865 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.7038392113 219.728053435 L 229.813769865 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.3971586067 152.635973282 L 62.7038392113 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"61.397158606728816\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"65.026826952820812\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"62.703839211321913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"229.81376986539703\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t11f9d691d12642e9811b547963c16924\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.397158606728816\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.026826952820812\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"62.703839211321913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.81376986539703\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9a5a0ab04aa94dfd97523331a03ebbcf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t70d4720b2688477b8efadc92e55a0345\"><g class=\"toyplot-Edges\"><path d=\"M 84.8448161225 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8448161225 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.5039437458 152.635973282 L 84.8448161225 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2461845519 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.338230571 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.338230571 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2461845519 219.728053435 L 231.338230571 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.5039437458 152.635973282 L 74.2461845519 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"72.503943745770286\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.844816122483053\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"74.246184551894459\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"231.33823057075571\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t945514483687449c88393f2708855652\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.503943745770286\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.844816122483053\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.246184551894459\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.33823057075571\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta22f878120a9475e8b4d22a2fae363db\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t31fdbc7d46e44569b91bce9987e74172\"><g class=\"toyplot-Edges\"><path d=\"M 76.2062054588 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2062054588 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 53.5570749792 152.635973282 L 76.2062054588 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.6223035268 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.764848455 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.764848455 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.6223035268 219.728053435 L 226.764848455 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 53.5570749792 152.635973282 L 57.6223035268 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"53.557074979170118\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"76.206205458784112\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"57.622303526793146\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"226.76484845467982\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03aa35e020b548c4ac3e9694c998e72b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"53.557074979170118\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.206205458784112\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.622303526793146\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.76484845467982\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3cd69c22374d412682a5c35110aeb449\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6ebff94ff1e4b47a5824e2f883d75d7\"><g class=\"toyplot-Edges\"><path d=\"M 73.0846906811 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.0846906811 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.3008932836 152.635973282 L 73.0846906811 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.8416611259 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.241965248 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.241965248 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.8416611259 219.728053435 L 234.241965248 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.3008932836 152.635973282 L 66.8416611259 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"64.300893283602406\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"73.08469068114502\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"66.841661125866793\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"234.24196524762925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6afc249bd130433e97512cbeb9294bc2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.300893283602406\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.08469068114502\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.841661125866793\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.24196524762925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6e49f0d16d06401fb431ed41192bef4e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t71b00d7ace50458daf6d2776a0380a92\"><g class=\"toyplot-Edges\"><path d=\"M 84.1188824533 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 152.635973282 L 84.1188824533 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5691722934 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.330865751 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.330865751 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5691722934 219.728053435 L 235.330865751 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 152.635973282 L 76.5691722934 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"73.955811084207085\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"84.118882453264661\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"76.569172293393322\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"235.33086575145688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1deb8ff5000544a58a32c41c33668b4a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.955811084207085\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.118882453264661\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.569172293393322\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.33086575145688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t31820245688a42b4b52374b2d2f8c94d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t01b2f3a402dd4a8c92962f98f07028b2\"><g class=\"toyplot-Edges\"><path d=\"M 82.1588615464 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1588615464 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.763280438 152.635973282 L 82.1588615464 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.280376324 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.290886658 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.290886658 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.280376324 219.728053435 L 237.290886658 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.763280438 152.635973282 L 85.280376324 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"79.763280437954279\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.158861546374993\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"85.280376324014128\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"237.29088665834658\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfea4b74e35ac45aba3f43bbfb0c11d02\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.763280437954279\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.158861546374993\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.280376324014128\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.29088665834658\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t15c59420ab1b4503b3997b912bdcb029\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb6e81c87a20840c6b315989f3d560912\"><g class=\"toyplot-Edges\"><path d=\"M 77.2225125957 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2225125957 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.988425358 152.635973282 L 77.2225125957 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0699610425 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.162007061 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.162007061 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0699610425 219.728053435 L 238.162007061 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.988425358 152.635973282 L 81.0699610425 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"75.988425358018588\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"77.222512595689878\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"81.069961042547391\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"238.16200706140864\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te3507b0456a3426f8298a7cef2d78e4e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.988425358018588\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.222512595689878\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.069961042547391\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.16200706140864\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2c3e686b56644811b2601d541fd65885\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t637e2501565f4a01af84fa9bb13aaa58\"><g class=\"toyplot-Edges\"><path d=\"M 84.409255921 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4492350141 152.635973282 L 84.409255921 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0226171301 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.733811679 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.733811679 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0226171301 219.728053435 L 233.733811679 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4492350141 152.635973282 L 87.0226171301 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.449235014062339\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.409255920952006\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.022617130138244\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"233.73381167917637\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta7516e65a672467e8f717ca10554b3e9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.449235014062339\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.409255920952006\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.022617130138244\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.73381167917637\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t294a6b11e90b4d0ca3ad530bb114c4ad\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td208275ab3c0441ca4aea49de08b5fee\"><g class=\"toyplot-Edges\"><path d=\"M 70.7617029396 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.7617029396 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.9305616297 152.635973282 L 70.7617029396 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3824289681 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.467110168 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.467110168 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3824289681 219.728053435 L 230.467110168 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.9305616297 152.635973282 L 69.3824289681 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"67.930561629694409\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.761702939646156\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"69.382428968131208\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"230.46711016769365\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t99b92ae91801403eb06524233005cded\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.930561629694409\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.761702939646156\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.382428968131208\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.46711016769365\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t76984c7de7da47eab006bccbe2d8d5b8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcc0f7719bcad488c99646422cc3607e0\"><g class=\"toyplot-Edges\"><path d=\"M 77.0773258618 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0773258618 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.0846906811 152.635973282 L 77.0773258618 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.314558615 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.314558615 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 219.728053435 L 234.314558615 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.0846906811 152.635973282 L 73.9558110842 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"73.08469068114502\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.077325861846205\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"73.955811084207085\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"234.31455861455112\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3cf90708eb05452d9ddbe4db26282c4e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.08469068114502\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.077325861846205\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.955811084207085\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.31455861455112\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc663d905a9b847178b87fcf91ef11b1d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1735fcb96b744527a2be6e8994b2e6f8\"><g class=\"toyplot-Edges\"><path d=\"M 79.9084671718 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9084671718 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.1499192288 152.635973282 L 79.9084671718 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.7306661641 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.321923434 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.321923434 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.7306661641 219.728053435 L 230.321923434 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.1499192288 152.635973282 L 77.7306661641 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"77.149919228768027\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.908467171797923\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"77.730666164142747\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"230.32192343384992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t86e648c4e57b44d499ba37cee6bf5fc6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.149919228768027\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.908467171797923\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.730666164142747\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.32192343384992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t05f87594c3a54419b8e6a7549a3c6749\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t78c639f04a914fddabe2bc7a23a50321\"><g class=\"toyplot-Edges\"><path d=\"M 76.932139128 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.932139128 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.9158319911 152.635973282 L 76.932139128 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7143590272 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.296673979 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.296673979 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7143590272 219.728053435 L 224.296673979 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.9158319911 152.635973282 L 76.7143590272 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.915831991096738\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.932139128002504\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.714359027236995\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"224.29667397933721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t71366c41537d4651b6f85afe76aaf5dd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.915831991096738\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.932139128002504\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.714359027236995\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.29667397933721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te9b4c5bcd3ad471494f9ba5be6a2fd15\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t67b162552f0a42ed94923d31d06b47bc\"><g class=\"toyplot-Edges\"><path d=\"M 76.4239855595 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4239855595 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.4387151981 152.635973282 L 76.4239855595 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7780100766 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.489204626 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.489204626 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7780100766 219.728053435 L 218.489204626 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.4387151981 152.635973282 L 71.7780100766 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"68.438715198147293\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"76.423985559549664\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"71.778010076551922\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"218.48920462559005\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t69448415639d48e8a17e6103066fb332\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.438715198147293\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.423985559549664\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.778010076551922\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.48920462559005\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc80f1f578a3948ea965e5c3fe2eba5fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9023828c26aa474fa0ec8e0749f0da3f\"><g class=\"toyplot-Edges\"><path d=\"M 84.1914758202 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1914758202 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7143590272 152.635973282 L 84.1914758202 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6580727972 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.392939302 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.392939302 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6580727972 219.728053435 L 221.392939302 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7143590272 152.635973282 L 77.6580727972 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"76.714359027237023\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.191475820186497\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"77.658072797220939\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"221.39293930246365\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf773770bace14d28a630f449efd7c235\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.714359027237023\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.191475820186497\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.658072797220939\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.39293930246365\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8cc81a37ffac4583bfb11bc5f99faf48\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t370d3266d5614bcab5232e2edfc7be45\"><g class=\"toyplot-Edges\"><path d=\"M 89.9989451739 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.9989451739 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7322436625 152.635973282 L 89.9989451739 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6196712024 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.675947951 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.675947951 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6196712024 219.728053435 L 225.675947951 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7322436625 152.635973282 L 88.6196712024 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.732243662450912\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"89.998945173933691\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.619671202418743\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"225.67594795085222\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc193949bbf44cf4a197aa9cefbfe460\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.732243662450912\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.998945173933691\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.619671202418743\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.67594795085222\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t487d943a333d48679ba55814ca6bd164\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc21750fce8774cb7bb55feb2d45a2841\"><g class=\"toyplot-Edges\"><path d=\"M 97.0405017654 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0405017654 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9352941246 152.635973282 L 97.0405017654 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5086762407 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.361902527 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.361902527 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5086762407 219.728053435 L 228.361902527 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9352941246 152.635973282 L 99.5086762407 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.935294124618792\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.040501765352133\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.508676240694712\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"228.36190252696028\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d28f7fc9e104fb38a716037cd130cb9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.935294124618792\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.040501765352133\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.508676240694712\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.36190252696028\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t20e9a4cb97364beba5dd9271d500ff66\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc7b960e6da5742c99fa52cfded3acd99\"><g class=\"toyplot-Edges\"><path d=\"M 104.880585393 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.880585393 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.330875233 152.635973282 L 104.880585393 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.016829809 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.547068354 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.547068354 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.016829809 219.728053435 L 226.547068354 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.330875233 152.635973282 L 100.016829809 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"97.330875233039478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.88058539291082\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.01682980914757\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"226.54706835391426\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0e334248518b4e73bdd9230db5c8de83\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.330875233039478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.88058539291082\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.01682980914757\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.54706835391426\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta9e8856d5978490691b4034f3f54369f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5e5efc0c913c434783f8a5ed553d61cd\"><g class=\"toyplot-Edges\"><path d=\"M 77.2951059626 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2951059626 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.8742753997 152.635973282 L 77.2951059626 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.1572840481 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.038914785 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.038914785 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.1572840481 219.728053435 L 226.038914785 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.8742753997 152.635973282 L 73.1572840481 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"68.874275399678325\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.295105962611714\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"73.15728404806687\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"226.0389147854614\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61618fd42caa41e690235325b08ab8aa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.874275399678325\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.295105962611714\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.15728404806687\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.0389147854614\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc4ba1cc6ec8e424da5ea9abc74554bda\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc446255bbab4453a9ca767642b7b71a4\"><g class=\"toyplot-Edges\"><path d=\"M 91.0878456778 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0878456778 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 152.635973282 L 91.0878456778 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.950014282 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.950014282 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 219.728053435 L 224.950014282 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 152.635973282 L 81.9410814456 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.618093704110578\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.087845677761294\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.941081445609456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"224.9500142816338\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t141fc2a0f0dc4cd9a6db24cfc8bee94f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.618093704110578\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.087845677761294\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.941081445609456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.9500142816338\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4574a48a4c4d4c41b8f1b67cdd969654\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdc2583b353a34df1acfe09a36adee68e\"><g class=\"toyplot-Edges\"><path d=\"M 84.1914758202 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1914758202 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.578114611 152.635973282 L 84.1914758202 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7159365255 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.071529059 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.071529059 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7159365255 219.728053435 L 228.071529059 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.578114611 152.635973282 L 85.7159365255 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.578114611000231\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.191475820186469\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"85.715936525545118\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"228.07152905927288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbc48f2b192834c708f4f3db5cdb2c1e0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.578114611000231\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.191475820186469\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.715936525545118\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.07152905927288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t147d511371214e839b91718885e161c7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tccd9a3f3713947c08602fb621f6597c9\"><g class=\"toyplot-Edges\"><path d=\"M 106.550232832 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.550232832 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.9116221684 152.635973282 L 106.550232832 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.6375558376 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.741176498 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.741176498 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.6375558376 219.728053435 L 229.741176498 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.9116221684 152.635973282 L 98.6375558376 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"97.911622168414212\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.55023283211315\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"98.637555837632604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"229.74117649847526\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t687ca7313f21410ea15da5cbac2a1c90\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.911622168414212\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.55023283211315\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.637555837632604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.74117649847526\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3a745e41ed9545d9a550aeafbe6e06cf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t12202fd914274416b923b3f232ab5a79\"><g class=\"toyplot-Edges\"><path d=\"M 101.250917047 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.250917047 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4197757369 152.635973282 L 101.250917047 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5812696076 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.548645852 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.548645852 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5812696076 219.728053435 L 235.548645852 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4197757369 152.635973282 L 99.5812696076 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.419775736867109\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"101.25091704681884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.58126960761652\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"235.54864585222242\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5513389ae7341809d211ae5532fcff0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.419775736867109\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.25091704681884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.58126960761652\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.54864585222242\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbbbac0e180914f16b13eb11c4a15551c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb65b08f09173454b8b5110e810a54f70\"><g class=\"toyplot-Edges\"><path d=\"M 95.5886344269 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5886344269 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 152.635973282 L 95.5886344269 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2819538223 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.612296902 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.612296902 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2819538223 219.728053435 L 230.612296902 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 152.635973282 L 94.2819538223 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.813779346979686\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.588634426915348\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.281953822322251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"230.61229690153729\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t839655e221cf484a8d93c387726d5c87\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.813779346979686\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.588634426915348\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.281953822322251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.61229690153729\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t04f8643505374e2c80e8892e40b5f750\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td200da5bbe6c4c168267c8a15c682b6c\"><g class=\"toyplot-Edges\"><path d=\"M 104.807992026 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.807992026 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1530742254 152.635973282 L 104.807992026 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3145680961 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.750118816 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.750118816 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3145680961 219.728053435 L 234.750118816 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1530742254 152.635973282 L 96.3145680961 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"95.153074225384316\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.80799202598899\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"96.31456809613374\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"234.75011881608216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4034618faae6420e8013c5799dffbbb2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.153074225384316\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.80799202598899\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.31456809613374\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.75011881608216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9386c77245e04d5099fafdf82b28a05c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1824dc87322648db9a76ffa3952a7f94\"><g class=\"toyplot-Edges\"><path d=\"M 113.083635855 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.083635855 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.12203745 152.635973282 L 113.083635855 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.8406063 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.209350974 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.209350974 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.8406063 219.728053435 L 232.209350974 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.12203745 152.635973282 L 106.8406063 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"102.12203744988093\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"113.08363585507875\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"106.84060629980053\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"232.20935097381781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9606802909a24c3d98d56248b58da10e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.12203744988093\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.08363585507875\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.84060629980053\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.20935097381781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t05da8bb9d32c4382adb60eaba72096c0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbb37826ef3aa479486b650dd2f412353\"><g class=\"toyplot-Edges\"><path d=\"M 109.091000674 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.091000674 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8553359384 152.635973282 L 109.091000674 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.686477248 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.419766255 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.419766255 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.686477248 219.728053435 L 236.419766255 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8553359384 152.635973282 L 101.686477248 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"98.855335938398127\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"109.09100067437754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"101.68647724834987\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"236.41976625528446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f0ac9f3454d4b1fafad4c8d9d61924b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.855335938398127\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.09100067437754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.68647724834987\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.41976625528446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td89a82cc540948a391ed1225fdfda715\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tea6eed34e8d74588999346829888056c\"><g class=\"toyplot-Edges\"><path d=\"M 102.557597651 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.557597651 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9752732177 152.635973282 L 102.557597651 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0641737216 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.813769865 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.813769865 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0641737216 219.728053435 L 229.813769865 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9752732177 152.635973282 L 94.0641737216 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"92.975273217729111\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.55759765141198\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.064173721556699\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"229.81376986539706\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf68ebd2c6fb842b79c7510bcbd37ad44\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.975273217729111\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.55759765141198\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.064173721556699\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.81376986539706\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td2f8215c557740cc976d804ddcf93898\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t48f6db83a0c74b288ca13be5e099a969\"><g class=\"toyplot-Edges\"><path d=\"M 86.5144635617 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5144635617 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9337166263 152.635973282 L 86.5144635617 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5470778355 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.68331277 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.68331277 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5470778355 219.728053435 L 221.68331277 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9337166263 152.635973282 L 88.5470778355 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"85.93371662631067\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.514463561685403\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"88.547077835496907\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"221.68331277015102\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0cda3e15ba814e93accbaa8854a55d1d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.93371662631067\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.514463561685403\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.547077835496907\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.68331277015102\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f5298c69ba44918a7392c9fc0111d3d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tce4d3fa339c54672807663721cc65e50\"><g class=\"toyplot-Edges\"><path d=\"M 84.2640691871 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2640691871 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9011023525 152.635973282 L 84.2640691871 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6759574324 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.264059706 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.264059706 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6759574324 219.728053435 L 222.264059706 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9011023525 152.635973282 L 87.6759574324 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"83.901102352499151\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"84.264069187108348\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.675957432434814\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"222.26405970552577\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f56d851a1574b0595f9dd7a8cae1f43\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.901102352499151\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.264069187108348\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.675957432434814\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.26405970552577\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6c987287c7bd4f50aa2725adfa94872e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9352610d063247828af19a7305404a86\"><g class=\"toyplot-Edges\"><path d=\"M 83.3203554171 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.3203554171 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 152.635973282 L 83.3203554171 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 219.728053435 L 226.184101519 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 152.635973282 L 89.2004181378 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.376641647140531\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"83.320355417124432\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.200418137793449\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"226.1841015193051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta001c9b73fbf4d9baa1e84dcfd06ed87\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.376641647140531\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.320355417124432\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.200418137793449\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.1841015193051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc69f6f77186146ebbf1a091fcc3b349b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t27cfb01e7694408987a595ba408e41e3\"><g class=\"toyplot-Edges\"><path d=\"M 68.8016820328 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.8016820328 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.0594412266 152.635973282 L 68.8016820328 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.1972631412 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.1972631412 219.728053435 L 226.184101519 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.0594412266 152.635973282 L 71.1972631412 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"67.059441226632316\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"68.801682032756474\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"71.197263141177189\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"226.1841015193051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t22c45fb9498d447dbee6f1167c9e012e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.059441226632316\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.801682032756474\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.197263141177189\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.1841015193051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0a9fd169dd07422da55af08c58ea50c1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9c4736b8a38a4ef6a9777ecef8982f47\"><g class=\"toyplot-Edges\"><path d=\"M 79.2551268695 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.2551268695 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.8595457611 152.635973282 L 79.2551268695 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7559156187 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.200408656 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.200408656 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7559156187 219.728053435 L 227.200408656 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.8595457611 152.635973282 L 83.7559156187 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"76.859545761080696\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"79.255126869501396\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"83.755915618655465\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"227.20040865621084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t60abd73bb0dc4e138f87f6bf8574315d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.859545761080696\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.255126869501396\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.755915618655465\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.20040865621084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2ccc111a22b14aa794e3dabd7bc4b30e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t17f64b08b82142f5a1537589a37061c6\"><g class=\"toyplot-Edges\"><path d=\"M 80.1262472726 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1262472726 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9647534018 152.635973282 L 80.1262472726 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.7795875749 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.00787801 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.00787801 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.7795875749 219.728053435 L 233.00787801 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9647534018 152.635973282 L 80.7795875749 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.964753401814036\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"80.126247272563461\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"80.779587574860017\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"233.00787800995801\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta8aab435f26f48df90163942b8131cdf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.964753401814036\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.126247272563461\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.779587574860017\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.00787800995801\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac93f363fcb54821be3c4f6e232f28bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2a90c37213c14d0d9d85b2240238a3c1\"><g class=\"toyplot-Edges\"><path d=\"M 79.9084671718 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9084671718 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 152.635973282 L 79.9084671718 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.715927044 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.715927044 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 219.728053435 L 223.715927044 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 152.635973282 L 82.3766416471 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"78.892160034892186\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.908467171797952\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.376641647140488\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"223.71592704396252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t98f3b61cfd1e433e874d8d89862d882e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.892160034892186\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.908467171797952\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.376641647140488\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.71592704396252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc4219f4a54df431f8ad0bcda524bbfe8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t804fa8e2e07148d9bb89593d8e4da225\"><g class=\"toyplot-Edges\"><path d=\"M 78.8921600349 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.6417656603 152.635973282 L 78.8921600349 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0210396318 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.62702654 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.62702654 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0210396318 219.728053435 L 222.62702654 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.6417656603 152.635973282 L 78.0210396318 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"76.641765660315173\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"78.892160034892228\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"78.021039631830121\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"222.62702654013489\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4b0664ac02a64ccb9573008006e4c96a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.641765660315173\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.892160034892228\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.021039631830121\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.62702654013489\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta704f0928e434d11a6daea587dc3c772\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb66c266a97ff44ed9180050612a1e613\"><g class=\"toyplot-Edges\"><path d=\"M 62.1230922759 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.1230922759 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.9615984052 152.635973282 L 62.1230922759 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.1246697743 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.335075574 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.335075574 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.1246697743 219.728053435 L 213.335075574 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.9615984052 152.635973282 L 71.1246697743 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"60.961598405197776\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"62.123092275947208\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"71.124669774255338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"213.33507557413941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbfe130e9ea9146f9b6ee43e4f80cd591\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.961598405197776\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"62.123092275947208\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.124669774255338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.33507557413941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf7cb5c7d38ab433a8312145c4870e202\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3ef4fb34f1ca49c5a3fb4b25dff402a7\"><g class=\"toyplot-Edges\"><path d=\"M 72.286163645 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.3587570119 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3114130995 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.748541318 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.748541318 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3114130995 219.728053435 L 225.748541318 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.3587570119 137.726622137 L 78.3114130995 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.286163645 126.544608779 L 72.3587570119 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"72.286163645004777\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"72.358757011926627\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"78.311413099517495\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"225.74854131777403\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9000870546ed4a7f95dda15c48e7270a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.286163645004777\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.358757011926627\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.311413099517495\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.74854131777403\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t52f182b232ca47e4b8a2d89211ea1707\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6e74173f2b0e4e60b8557b8493ea7dea\"><g class=\"toyplot-Edges\"><path d=\"M 96.6775349307 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.7501282977 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.904257349 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.799040227 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.799040227 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.904257349 219.728053435 L 237.799040227 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.7501282977 137.726622137 L 101.904257349 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6775349307 126.544608779 L 96.7501282977 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.677534930742922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.750128297664787\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"101.9042573491154\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"237.79904022679941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t35db79b06427487da526ac74479a4b2e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.677534930742922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.750128297664787\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.9042573491154\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.79904022679941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfd814e6295de4627bf39b4b26d9fc952\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d831d6a75e6443f950d248e502bc23e\"><g class=\"toyplot-Edges\"><path d=\"M 93.9915803546 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9915803546 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9189869877 152.635973282 L 93.9915803546 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.218302773 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.160429563 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.160429563 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.218302773 219.728053435 L 229.160429563 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9189869877 152.635973282 L 99.218302773 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.918986987713026\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.991580354634863\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"99.218302773007338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"229.16042956310051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t75d8b8d9e75b41449fdd3392ec57e990\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.918986987713026\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.991580354634863\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.218302773007338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.16042956310051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7879338e25274c4185921d4dd0526322\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7c68eb577f8144eaa77a3a41b84f9f75\"><g class=\"toyplot-Edges\"><path d=\"M 115.188843496 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.188843496 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.268801682 152.635973282 L 115.188843496 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.172536359 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.735389177 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.735389177 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.172536359 219.728053435 L 242.735389177 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.268801682 152.635973282 L 114.172536359 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"111.26880168203273\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"115.18884349581208\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.17253635890633\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"242.73538917748454\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t63c21855209a4f3492de159d0558b16c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.26880168203273\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.18884349581208\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.17253635890633\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.73538917748454\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t89be4102817f467eb7c78c8f5542c42d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8c9e8a06f769462f9376f2eaaf1c91a1\"><g class=\"toyplot-Edges\"><path d=\"M 119.689632245 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.689632245 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.624403697 152.635973282 L 119.689632245 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.785897568 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.72644686 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.72644686 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.785897568 219.728053435 L 237.72644686 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.624403697 152.635973282 L 116.785897568 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"115.62440369734313\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.68963224496616\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"116.78589756809257\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"237.7264468598776\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcc79c84ba2f34a3385e3658ca8f952d6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.62440369734313\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.68963224496616\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.78589756809257\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.7264468598776\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td6bad9ff67054ffc96003533b87705a4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t55d19a1da1d144d68f00c25aadf3967d\"><g class=\"toyplot-Edges\"><path d=\"M 108.365067005 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.365067005 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.130979767 152.635973282 L 108.365067005 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.292473638 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.89530555 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.89530555 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.292473638 219.728053435 L 234.89530555 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.130979767 152.635973282 L 108.292473638 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.13097976748786\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.36506700515912\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.29247363823728\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"234.89530554992587\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t929c603c12f84efc9398aa59944b0101\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.13097976748786\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.36506700515912\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.29247363823728\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.89530554992587\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td3a05adbccc64b0f8d336e2a150f036f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t30cbeee692494e43a2b8cc30dee425f8\"><g class=\"toyplot-Edges\"><path d=\"M 113.228822589 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.228822589 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.348759868 152.635973282 L 113.228822589 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.018407307 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.033127464 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.033127464 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.018407307 219.728053435 L 239.033127464 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.348759868 152.635973282 L 109.018407307 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.34875986825337\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.22882258892238\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"109.01840730745569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"239.03312746447074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t271b0e4092694ed7a843d2363353ad5c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.34875986825337\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.22882258892238\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.01840730745569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.03312746447074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb81ff13d4540445994dd0a34e81c7737\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t77110ba8c5bb4cb78c18e0ef680ec588\"><g class=\"toyplot-Edges\"><path d=\"M 94.7901073908 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7901073908 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7648579363 152.635973282 L 94.7901073908 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0878456778 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.403459118 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.403459118 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0878456778 219.728053435 L 235.403459118 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7648579363 152.635973282 L 91.0878456778 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"88.764857936262416\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.79010739077512\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.087845677761294\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"235.40345911837875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t23a7e80ed83d454b822a1fb0ba2420a6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.764857936262416\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.79010739077512\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.087845677761294\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.40345911837875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t248eafe31466425281fbd3aa7fe68df5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t77b6db28da3943c6b060a8afc899e042\"><g class=\"toyplot-Edges\"><path d=\"M 95.51604106 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.51604106 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 152.635973282 L 95.51604106 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0152523108 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.314558615 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.314558615 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0152523108 219.728053435 L 234.314558615 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 152.635973282 L 91.0152523108 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.200418137793477\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"95.51604105999354\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.015252310839458\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"234.31455861455115\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta444dfa0eb7f4775aff0c63436dfaabc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.200418137793477\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.51604105999354\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.015252310839458\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.31455861455115\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td7fa05a8d6794fdc9dc3dced9da9e7c0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te6823d82840b423daadae7c3ae092a00\"><g class=\"toyplot-Edges\"><path d=\"M 99.4360828738 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4360828738 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9915803546 152.635973282 L 99.4360828738 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4271405562 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.185679018 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.185679018 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4271405562 219.728053435 L 235.185679018 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9915803546 152.635973282 L 94.4271405562 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.991580354634863\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.436082873772861\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.427140556165909\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"235.18567901761318\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta0cef71705674b4996a06fcb8c664459\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.991580354634863\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.436082873772861\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.427140556165909\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.18567901761318\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf43b5d0225864f85a5f3ae087be64930\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t74176b7b1aeb4fbbb245e4d63ba5d9fa\"><g class=\"toyplot-Edges\"><path d=\"M 100.524983378 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.524983378 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.7101492046 152.635973282 L 100.524983378 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7990497084 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.637546356 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.637546356 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7990497084 219.728053435 L 236.637546356 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.7101492046 152.635973282 L 99.7990497084 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"98.710149204554455\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.52498337760044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"99.799049708382043\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"236.63754635604997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4dce322c89fe4c15a8925408fb6d6f3b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.710149204554455\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.52498337760044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.799049708382043\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.63754635604997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tffc24098632147368f381bdf92a6ede5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcb46256809964b3fa15df0314e1cc1df\"><g class=\"toyplot-Edges\"><path d=\"M 82.0136748125 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.0136748125 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4003136033 152.635973282 L 82.0136748125 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1262472726 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.23302293 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.23302293 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1262472726 219.728053435 L 229.23302293 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4003136033 152.635973282 L 80.1262472726 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"79.400313603345069\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.013674812531292\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"80.126247272563461\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"229.23302293002234\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5d0d1b4d81264e7cb7883d1a8bad369a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.400313603345069\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.013674812531292\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.126247272563461\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.23302293002234\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td9f91e5c7ed94cb9b3a366195e174f89\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta18ca647d0fb45ba811cedda6b3e1bd3\"><g class=\"toyplot-Edges\"><path d=\"M 80.7795875749 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.7795875749 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5128860634 152.635973282 L 80.7795875749 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.819566668 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.34559539 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.34559539 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.819566668 219.728053435 L 227.34559539 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5128860634 152.635973282 L 78.819566668 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"77.512886063377266\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"80.779587574860045\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.819566667970363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"227.34559539005451\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5fe45e7a3234989b543576735613ccd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.512886063377266\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.779587574860045\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.819566667970363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.34559539005451\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdda0d4bb23194827a54b1b97ca0c66bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t71ddfcf73ee048678264554acd11a74c\"><g class=\"toyplot-Edges\"><path d=\"M 73.9558110842 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3098356012 152.635973282 L 73.9558110842 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.342449875 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.280366842 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.280366842 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.342449875 219.728053435 L 223.280366842 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3098356012 152.635973282 L 71.342449875 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.309835601209357\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"73.955811084207085\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.342449875020861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"223.28036684243148\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc29e9e3cfa04cd69fc7f764d1fcf9d4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.309835601209357\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.955811084207085\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.342449875020861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.28036684243148\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf478838153864e1e94aee4b0487c9e1b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4e25d5b0d2e443ca957e84b23da9b183\"><g class=\"toyplot-Edges\"><path d=\"M 91.1604390447 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.1604390447 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2730115047 152.635973282 L 91.1604390447 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.184101519 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 219.728053435 L 226.184101519 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2730115047 152.635973282 L 89.5633849724 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.273011504715271\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.160439044683102\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.563384972402631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"226.18410151930505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfbde74a52f1b43c7bdc9d31004920293\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.273011504715271\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.160439044683102\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.563384972402631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.18410151930505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8f9abb12947c45dd99ee36564464f8fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6623725d4e545929537e58040d0d0b5\"><g class=\"toyplot-Edges\"><path d=\"M 104.227245091 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.227245091 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 152.635973282 L 104.227245091 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1441319078 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.071529059 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.071529059 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1441319078 219.728053435 L 228.071529059 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6359783393 152.635973282 L 90.1441319078 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.635978339324481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.22724509061426\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"90.144131907777364\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"228.07152905927288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t325ebc593de0499fa9fb0749a2c14885\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.635978339324481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.22724509061426\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.144131907777364\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.07152905927288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tec5598605c8645ce8c1da95f7bb9c918\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5dba64c70914415faf30cceadbf1a16b\"><g class=\"toyplot-Edges\"><path d=\"M 89.9989451739 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.9989451739 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2225125957 152.635973282 L 89.9989451739 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0936329988 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.523396398 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.523396398 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0936329988 219.728053435 L 229.523396398 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2225125957 152.635973282 L 78.0936329988 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"77.222512595689878\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.998945173933663\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"78.093632998751929\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"229.52339639770969\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t35205be50c924971860cf17af7840b25\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.222512595689878\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.998945173933663\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.093632998751929\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.52339639770969\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta8d4f7ba061245b6ae79288f94ce00be\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2e5e6946c00e4e7cb0138be8bdb147eb\"><g class=\"toyplot-Edges\"><path d=\"M 97.4760619669 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4760619669 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 152.635973282 L 97.4760619669 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.944226961 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.944226961 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 219.728053435 L 237.944226961 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 152.635973282 L 91.813779347 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.692264569340566\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.476061966883179\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"91.813779346979686\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"237.94422696064311\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0565c90902f54fa9bf149c6453082d38\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.692264569340566\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.476061966883179\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.813779346979686\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.94422696064311\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdf4a2b8d65c94874bb4dd3f6cdd236a2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te3847f2a732a481480b503b366b7c232\"><g class=\"toyplot-Edges\"><path d=\"M 93.9915803546 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9915803546 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7233013448 152.635973282 L 93.9915803546 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1025753164 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.862691276 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.862691276 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1025753164 219.728053435 L 232.862691276 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7233013448 152.635973282 L 83.1025753164 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"81.723301344843975\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.991580354634863\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.102575316358923\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"232.86269127611433\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbedd4cff5635416bb737edfec33307af\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.723301344843975\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.991580354634863\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.102575316358923\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.86269127611433\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f021a4baf2744389e97dac87a8c56b5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t53e7a32ae5ae49e5ad2ec51d5084d437\"><g class=\"toyplot-Edges\"><path d=\"M 86.7322436625 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7322436625 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0773258618 152.635973282 L 86.7322436625 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6580727972 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.984206054 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.984206054 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6580727972 219.728053435 L 235.984206054 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0773258618 152.635973282 L 77.6580727972 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"77.077325861846205\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"86.732243662450884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"77.658072797220939\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.98420605375344\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t59f041cb60b445f7b3a1243bc03d23c3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.077325861846205\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.732243662450884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.658072797220939\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.98420605375344\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t79a40297b97b4ab7adb0b77a552ef976\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t46c35709eb5743c3aa3eb2565bd56791\"><g class=\"toyplot-Edges\"><path d=\"M 103.428718054 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.428718054 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 152.635973282 L 103.428718054 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3219329154 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.492359622 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.492359622 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3219329154 219.728053435 L 236.492359622 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 152.635973282 L 92.3219329154 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.104152814667046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.42871805447405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.321932915432569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"236.49235962220632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8b21b18d40f64415b94e151ebe5d0252\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.104152814667046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.42871805447405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.321932915432569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.49235962220632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1cbb9116188042f3a234afb123814888\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0774462cd8a347a0956b6e771454a0eb\"><g class=\"toyplot-Edges\"><path d=\"M 239.250907565 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.250907565 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.521828381 219.728053435 L 239.250907565 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.521828381 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 152.635973282 L 82.521828381 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5959992462 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5959992462 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 152.635973282 L 91.5959992462 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.304048280218666\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.521828380984175\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"239.25090756523625\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.595999246214177\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t368f550744674a62addd9edbbde580dc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.304048280218666\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.521828380984175\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.25090756523625\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.595999246214177\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4376ee70b2744263a8136bbf7f33222e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t58cbc77e305a47889cae27bb488b525e\"><g class=\"toyplot-Edges\"><path d=\"M 239.541281033 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.541281033 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0078874915 219.728053435 L 239.541281033 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0078874915 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7175140239 152.635973282 L 95.0078874915 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1294022692 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1294022692 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7175140239 152.635973282 L 98.1294022692 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.717514023853283\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.007887491540657\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"239.54128103292362\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"98.129402269179764\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tedff886086b64f51887e70ca1d28b583\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.717514023853283\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.007887491540657\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.54128103292362\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.129402269179764\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc7204f66b4344258860a1478af3e8c86\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0f275dd511b4014805c4637b27f1189\"><g class=\"toyplot-Edges\"><path d=\"M 235.911612687 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.911612687 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7722227556 219.728053435 L 235.911612687 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7722227556 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2640691871 152.635973282 L 84.7722227556 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9337166263 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9337166263 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2640691871 152.635973282 L 85.9337166263 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.264069187108348\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.772222755561231\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"235.91161268683166\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"85.93371662631067\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tab17f6b889cc44169fd6cb68403a1ef3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.264069187108348\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.772222755561231\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.91161268683166\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.93371662631067\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taf8f990570484c0081013a8fe573e796\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2c758c760b5942f5bcf3e1e43d1345ab\"><g class=\"toyplot-Edges\"><path d=\"M 236.274579521 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.274579521 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.1204599516 219.728053435 L 236.274579521 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.1204599516 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0315594477 152.635973282 L 93.1204599516 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1693813623 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1693813623 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0315594477 152.635973282 L 96.1693813623 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.031559447745195\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.120459951572769\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"236.27457952144078\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.169381362290068\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7848bc4fa859445984da9851352426aa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.031559447745195\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.120459951572769\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.27457952144078\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.169381362290068\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad77b8fc20524251b750de1b7537f648\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1df57daf9d2e43a4aa6a00a6df54f7c6\"><g class=\"toyplot-Edges\"><path d=\"M 240.847961638 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.847961638 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.926351807 219.728053435 L 240.847961638 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.926351807 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9100446701 152.635973282 L 89.926351807 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.670170111 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.670170111 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9100446701 152.635973282 L 100.670170111 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.910044670106089\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.926351807011841\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"240.8479616375167\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.67017011144412\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3ecff3ace724ad6b30767ad7337bb07\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.910044670106089\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.926351807011841\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.8479616375167\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.67017011144412\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9c6befe9e5664dd7ba84d4b717c28a98\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb8c9b1e447464f5cb5adbbfecad19902\"><g class=\"toyplot-Edges\"><path d=\"M 237.363480025 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.363480025 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.0625962232 219.728053435 L 237.363480025 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.0625962232 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.5055212441 152.635973282 L 85.0625962232 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5144635617 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5144635617 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.5055212441 152.635973282 L 86.5144635617 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"81.505521244078437\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"85.062596223248605\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"237.36348002526842\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.514463561685403\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0bebe699cfc04b74bf35217e19025cb2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.505521244078437\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.062596223248605\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.36348002526842\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.514463561685403\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t647949f1642a4b0ead4eb1fd280bcc42\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcbfc521923a14c1da7b37d174902d32d\"><g class=\"toyplot-Edges\"><path d=\"M 236.927919824 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.927919824 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.0462890863 219.728053435 L 236.927919824 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.0462890863 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5381355179 152.635973282 L 84.0462890863 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.2077829571 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.2077829571 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5381355179 152.635973282 L 85.2077829571 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"83.538135517889941\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.046289086342824\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"236.92791982373734\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"85.207782957092263\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6935f2e630a2449d8b5027f3c14dbbee\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.538135517889941\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.046289086342824\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.92791982373734\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.207782957092263\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4472c3bf893f44b48a5d97be88d04ed3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tac5af93aaf8e4bc1bfc2b089504bb4b5\"><g class=\"toyplot-Edges\"><path d=\"M 232.790097909 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.790097909 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.6670151148 219.728053435 L 232.790097909 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.6670151148 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7233013448 152.635973282 L 82.6670151148 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.4671196493 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.4671196493 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7233013448 152.635973282 L 92.4671196493 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"81.723301344843932\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.667015114827848\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"232.7900979091925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.467119649276228\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tca10493067554af98440358f239d26ea\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.723301344843932\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.667015114827848\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.7900979091925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.467119649276228\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc594f72691514de49dd81c4fc6924d21\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0d8b0bdc6260411284aab48a5d0f37b5\"><g class=\"toyplot-Edges\"><path d=\"M 232.790097909 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.790097909 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0373467687 219.728053435 L 232.790097909 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0373467687 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 152.635973282 L 79.0373467687 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 152.635973282 L 79.6180937041 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.440292696455415\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.037346768735887\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"232.79009790919253\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.61809370411062\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t65b88948bbea4e01913664d5af03eb4c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.440292696455415\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.037346768735887\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.79009790919253\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.61809370411062\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1df80bf66f774698b360c87163b31fb8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t538056c293cb43dca5f2e26ac0292858\"><g class=\"toyplot-Edges\"><path d=\"M 228.579682628 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.579682628 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.8432386242 219.728053435 L 228.579682628 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.8432386242 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.6091513865 152.635973282 L 75.8432386242 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.988425358 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.988425358 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.6091513865 152.635973282 L 75.988425358 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"74.60915138650364\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.843238624174916\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"228.57968262772579\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.988425358018588\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t525dd1f8e98848e0857825e4ac996afe\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.60915138650364\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.843238624174916\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.57968262772579\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.988425358018588\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4e849539a6404d708f2eb3015296a43e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbf6550c71ced49a5b0b6d4a4e3f31487\"><g class=\"toyplot-Edges\"><path d=\"M 232.136757607 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.136757607 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1825335026 219.728053435 L 232.136757607 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1825335026 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2388197326 152.635973282 L 79.1825335026 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2388197326 152.635973282 L 84.9900028563 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"78.23881973259563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"79.18253350257956\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"232.13675760689594\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.990002856326754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t77a4a6c546d240ffa976c6fbc112e070\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.23881973259563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.18253350257956\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.13675760689594\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.990002856326754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t17564b048b214bc78efa6ca71f0d6c11\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7c8144161fda470d99f134bf00ec51d8\"><g class=\"toyplot-Edges\"><path d=\"M 233.225658111 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.225658111 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4729069703 219.728053435 L 233.225658111 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4729069703 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.4802717896 152.635973282 L 79.4729069703 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.4802717896 152.635973282 L 84.9900028563 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"75.480271789565734\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.472906970266919\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"233.22565811072351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"84.990002856326754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc3aebfe9e08b4832ad2bf851801dc017\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.480271789565734\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.472906970266919\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.22565811072351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.990002856326754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3e7146e65b1446e5b0ae77800419d77b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5b8d5b84fc274ee59e6bc3bc1555d34a\"><g class=\"toyplot-Edges\"><path d=\"M 230.031549966 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.031549966 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3277202364 219.728053435 L 230.031549966 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3277202364 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.3350850557 152.635973282 L 79.3277202364 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.3350850557 152.635973282 L 78.8921600349 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"75.335085055722061\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"79.327720236423261\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"230.03154996616257\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"78.892160034892228\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3c8576965ed84aa89ba09f7b4175c376\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.335085055722061\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.327720236423261\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.03154996616257\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.892160034892228\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9808b9b2431c42ebb1250fddd0588749\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8e10369caeb34d0ea0ff9095809d38b1\"><g class=\"toyplot-Edges\"><path d=\"M 228.797462728 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.797462728 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2877411433 219.728053435 L 228.797462728 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2877411433 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8106243504 152.635973282 L 81.2877411433 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6180937041 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8106243504 152.635973282 L 79.6180937041 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"73.810624350363454\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"81.287741143312928\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"228.79746272849133\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"79.618093704110635\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.0767842264392\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.0767842264392\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc596226db5e14f83b014ef539850dc2f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.810624350363454\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.287741143312928\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.79746272849133\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.618093704110635\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.0767842264392\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.0767842264392\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcb0df0d678dc4134892ac2ebf6c14cec\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc973ad7e9c724cc5826168dc8f77a067\"><g class=\"toyplot-Edges\"><path d=\"M 230.467110168 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.467110168 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3661218312 219.728053435 L 230.467110168 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3661218312 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.7674902606 152.635973282 L 68.3661218312 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.7438183044 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.7438183044 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.7674902606 152.635973282 L 60.7438183044 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"57.767490260636848\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"68.366121831225442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"230.46711016769365\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"60.74381830443226\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbda78f2f5697400e897910e3fa98b97a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.767490260636848\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.366121831225442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.46711016769365\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.74381830443226\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t19e7ca897b2046988807ed2e2749ab23\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8aa27cddaed54996b2d99fbba9baf217\"><g class=\"toyplot-Edges\"><path d=\"M 232.354537708 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.354537708 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.5291932003 219.728053435 L 232.354537708 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.5291932003 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.9068896735 152.635973282 L 78.5291932003 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5128860634 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5128860634 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.9068896735 152.635973282 L 77.5128860634 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.906889673489829\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.529193200283004\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"232.35453770766145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"77.512886063377238\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4f1f7542973742ee8cc445f5fb2c479f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.906889673489829\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.529193200283004\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.35453770766145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.512886063377238\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd702a2a14fe498b9de49b07102dbf7d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf53605d0c19e4ae08a9037fb1c7ab875\"><g class=\"toyplot-Edges\"><path d=\"M 230.975263736 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.975263736 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.7853748959 219.728053435 L 230.975263736 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.7853748959 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.0594412266 152.635973282 L 67.7853748959 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.398736105 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.398736105 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.0594412266 152.635973282 L 70.398736105 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"67.059441226632316\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"67.785374895850708\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"230.97526373614647\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"70.398736105036946\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tabf1363cf3f94279892b800549c68623\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.059441226632316\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.785374895850708\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.97526373614647\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.398736105036946\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8950b1a99bad4f1d9ed2dc68259a648b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8534b2786c344bef92306859b5b0197a\"><g class=\"toyplot-Edges\"><path d=\"M 236.056799421 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.056799421 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.757493117 219.728053435 L 236.056799421 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.757493117 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7411859801 152.635973282 L 92.757493117 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4108334193 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4108334193 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7411859801 152.635973282 L 93.4108334193 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.741185980057836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"92.757493116963587\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"236.0567994206753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"93.410833419260143\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdc48796c6081459a8a20a6260a258265\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.741185980057836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.757493116963587\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.0567994206753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.410833419260143\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t18cc641e5a61475896017504b5643877\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2e269bd5af814e9fa9f461ac3bc77dca\"><g class=\"toyplot-Edges\"><path d=\"M 233.370844845 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.370844845 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4997339231 219.728053435 L 233.370844845 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4997339231 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9026798508 152.635973282 L 94.4997339231 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.1367670885 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.1367670885 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9026798508 152.635973282 L 94.1367670885 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"92.90267985080726\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.499733923087717\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"233.37084484456719\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.13676708847855\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta1aff97a070b484997fc7cc50cda2478\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.90267985080726\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.499733923087717\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.37084484456719\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.13676708847855\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10160e44072e4936ae7e56f4efb691cb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta9ec0a5eb82c44e7bb6a7e5db4324b1c\"><g class=\"toyplot-Edges\"><path d=\"M 247.816924862 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 247.816924862 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.994735351 219.728053435 L 247.816924862 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.994735351 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.341395049 152.635973282 L 111.994735351 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.156229222 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.156229222 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.341395049 152.635973282 L 113.156229222 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"111.34139504895458\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"111.99473535125112\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"247.81692486201337\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.15622922200058\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7ec710b9a9324a04959d7e343f091fc3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.34139504895458\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.99473535125112\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"247.81692486201337\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.15622922200058\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t948697ebe19a47c8895c109685fc1778\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t02bc72f18f604fc0a6b3f43db0ca63ed\"><g class=\"toyplot-Edges\"><path d=\"M 244.33244325 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.33244325 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.662805292 219.728053435 L 244.33244325 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.662805292 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.719091522 152.635973282 L 104.662805292 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.042079264 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.042079264 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.719091522 152.635973282 L 106.042079264 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.71909152216141\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"104.66280529214532\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"244.33244324976502\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"106.04207926366027\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe3c5f3cb4dc4de0bae052aafcf0ee7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.71909152216141\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.66280529214532\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.33244324976502\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.04207926366027\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t467c0903d7264f3087fa4404482b47e0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d3c542ff9af47579ee6640353abb7cc\"><g class=\"toyplot-Edges\"><path d=\"M 233.153064744 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.153064744 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.018407307 219.728053435 L 233.153064744 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.018407307 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.613883881 152.635973282 L 109.018407307 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.194630817 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.194630817 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.613883881 152.635973282 L 102.194630817 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.61388388142802\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"109.01840730745569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"233.15306474380168\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"102.19463081680277\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdf59f3e5725d46a1a7c009c1f481c70a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.61388388142802\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.01840730745569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.15306474380168\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.19463081680277\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t175128eca13d42eebae08727eed5ab17\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9d1712084ac248b9a886a7a04fa563a0\"><g class=\"toyplot-Edges\"><path d=\"M 245.929497322 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.929497322 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.745918475 219.728053435 L 245.929497322 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.745918475 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.114672631 152.635973282 L 118.745918475 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.453967509 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.453967509 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.114672631 152.635973282 L 109.453967509 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.11467263058212\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.74591847498225\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"245.92949732204551\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.45396750898675\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf10efbc56a1f49d98ee1ec976af81962\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.11467263058212\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.74591847498225\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.92949732204551\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.45396750898675\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbadcc3084f3f4955b30f913d0f53c209\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tce7362f42d6d4fb3977b74b2e3eb7b84\"><g class=\"toyplot-Edges\"><path d=\"M 237.436073392 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.436073392 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8953150315 219.728053435 L 237.436073392 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8953150315 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.2419747292 152.635973282 L 96.8953150315 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4923691038 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4923691038 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.2419747292 152.635973282 L 98.4923691038 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.241974729211904\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.895315031508432\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"237.4360733921902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"98.492369103788945\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe85479c61ca4440ba958f30f1366779\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.241974729211904\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.895315031508432\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.4360733921902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.492369103788945\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb4d9c9e15fa8407ab80e67c0c1b3722a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9708a555c4cc4509972956546076b3cc\"><g class=\"toyplot-Edges\"><path d=\"M 231.628604038 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.628604038 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 219.728053435 L 231.628604038 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2477620502 152.635973282 L 84.409255921 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.8611232594 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.8611232594 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2477620502 152.635973282 L 85.8611232594 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"83.247762050202581\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.409255920952006\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"231.62860403844303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.861123259388819\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2307a297b8d74d81b1b9e396adc8507b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.247762050202581\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.409255920952006\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.62860403844303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.861123259388819\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac73be1dbd254e4fa8fcbf7d498e51a8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta16c180f74b943b0b987d5171da417f9\"><g class=\"toyplot-Edges\"><path d=\"M 233.733811679 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.733811679 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5455003372 219.728053435 L 233.733811679 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5455003372 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.2551268695 152.635973282 L 79.5455003372 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1025753164 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1025753164 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.2551268695 152.635973282 L 83.1025753164 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.255126869501396\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.54550033718877\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.73381167917643\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.102575316358923\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9ab2026788f94f47b0c594dbebb71690\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.255126869501396\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.54550033718877\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.73381167917643\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.102575316358923\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t230fa506bf8846c6814a25626f170dc7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t516779038d874518ba821fe4d195a987\"><g class=\"toyplot-Edges\"><path d=\"M 242.517609077 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.517609077 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 219.728053435 L 242.517609077 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3692768278 152.635973282 L 86.9500237632 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3692768278 152.635973282 L 92.5397130162 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.369276827841702\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.950023763216421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"242.51760907671903\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"92.539713016198078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te6b7079f50204b28b0ed00468920c5b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.369276827841702\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.950023763216421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.51760907671903\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.539713016198078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t343b94e5c4e04216ad3daf61af62ef35\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t035b23d288704ca7977fbcdf7e656b2f\"><g class=\"toyplot-Edges\"><path d=\"M 240.412401436 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.412401436 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6538629745 219.728053435 L 240.412401436 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6538629745 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3145680961 152.635973282 L 99.6538629745 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0731160392 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0731160392 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3145680961 152.635973282 L 99.0731160392 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.314568096133769\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.653862974538413\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"240.41240143598569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.073116039163665\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3fb661c9ffa64dafb0c999fbff568f8b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.314568096133769\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.653862974538413\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.41240143598569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.073116039163665\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t576e466178a847fc9c69ef25b0cff145\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb4b341960b8f44f6b65effded4c62d09\"><g class=\"toyplot-Edges\"><path d=\"M 241.210928472 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.210928472 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8300864839 219.728053435 L 241.210928472 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8300864839 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5959992462 152.635973282 L 92.8300864839 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.57232729 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.57232729 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5959992462 152.635973282 L 94.57232729 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"91.595999246214177\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.830086483885452\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"241.21092847212591\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.572327290009582\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3e8bca2866c415bb00dd05c202ad6e7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.595999246214177\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.830086483885452\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.21092847212591\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.572327290009582\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td5643ba7b3464118920fd4932a787e46\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t56749b3ad44249e8923e1ba0dae03c5a\"><g class=\"toyplot-Edges\"><path d=\"M 243.461322847 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.461322847 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3545471892 219.728053435 L 243.461322847 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3545471892 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7411859801 152.635973282 L 94.3545471892 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.2656466854 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.2656466854 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7411859801 152.635973282 L 93.2656466854 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.741185980057836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.354547189244073\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"243.4613228467029\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.265646685416471\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6c937c1e6dcd46379ac8e1b298821dfb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.741185980057836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.354547189244073\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.4613228467029\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.265646685416471\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teaf64f64fcf14ac6a5d6c7b30e433214\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t93b425c1a3d94fc0b9556d7a12dbd717\"><g class=\"toyplot-Edges\"><path d=\"M 236.710139723 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.710139723 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.7795875749 219.728053435 L 236.710139723 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.7795875749 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6017865672 152.635973282 L 80.7795875749 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6017865672 152.635973282 L 82.5944217479 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"78.601786567204812\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"80.779587574860017\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"236.71013972297183\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.594421747905997\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t99a06af05ad84e6ea63e4bfcbd29828d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.601786567204812\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.779587574860017\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.71013972297183\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.594421747905997\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8d2bfa47b4204a848e8597b1a9e6a2f3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t683723c90ede475794b66467ff78ad72\"><g class=\"toyplot-Edges\"><path d=\"M 236.492359622 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.492359622 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4492350141 219.728053435 L 236.492359622 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4492350141 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5455003372 152.635973282 L 82.4492350141 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6996293886 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6996293886 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5455003372 152.635973282 L 84.6996293886 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.54550033718877\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.449235014062367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"236.49235962220632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"84.69962938863938\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5c25f89345444bea42531693da17b05\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.54550033718877\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.449235014062367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.49235962220632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.69962938863938\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t22f35113479a44ba911ef354d223c469\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5f8ba6f0d2624600bfdc70cfc0182058\"><g class=\"toyplot-Edges\"><path d=\"M 230.467110168 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.467110168 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1099401357 219.728053435 L 230.467110168 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1099401357 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.8905825366 152.635973282 L 79.1099401357 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5602299758 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5602299758 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.8905825366 152.635973282 L 71.5602299758 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.890582536584063\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.109940135657695\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"230.46711016769359\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.56022997578637\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f02bfdd93dd4f459fad75330107aa21\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.890582536584063\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.109940135657695\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.46711016769359\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.56022997578637\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tca4016e7a2764e49a08050dd98c51a72\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t73a7b8b7e3774cb09bd5f050594d2c97\"><g class=\"toyplot-Edges\"><path d=\"M 228.28930916 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.28930916 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2951059626 219.728053435 L 228.28930916 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2951059626 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.4950014282 152.635973282 L 77.2951059626 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.0357692704 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.0357692704 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.4950014282 152.635973282 L 70.0357692704 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"67.495001428163334\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"77.295105962611714\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"228.28930916003841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"70.035769270427721\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t769cc9c6840840f998e95feebac8a32c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.495001428163334\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.295105962611714\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.28930916003841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.035769270427721\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf7ecce2056a7454e871bdc93291a5f61\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2f7f3b068a5f4d00b80f10f029a6b70d\"><g class=\"toyplot-Edges\"><path d=\"M 229.23302293 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.23302293 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.5055212441 219.728053435 L 229.23302293 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.5055212441 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.0536539056 152.635973282 L 81.5055212441 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.0536539056 152.635973282 L 81.9410814456 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"80.053653905641653\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.505521244078437\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"229.23302293002237\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.941081445609484\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf6226f5b5d184325a0d90e398861e155\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.053653905641653\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.505521244078437\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.23302293002237\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.941081445609484\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1e5cf900d5f64749a5b599d7e5f0bf00\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9f5fcb6b826a4fd7b44280a61113e327\"><g class=\"toyplot-Edges\"><path d=\"M 223.643333677 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.643333677 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7248788432 219.728053435 L 223.643333677 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7248788432 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 152.635973282 L 90.7248788432 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2730115047 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2730115047 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9500237632 152.635973282 L 89.2730115047 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.950023763216421\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.724878843152098\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"223.64333367704072\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.273011504715299\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t97b0104cb969422b8ca8a92dcbc5b716\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.950023763216421\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.724878843152098\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.64333367704072\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.273011504715299\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5a3a2c37b9594be8b7e1acdc56aa2e61\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t02feff6aa8944ebea0f3b573483a4395\"><g class=\"toyplot-Edges\"><path d=\"M 222.844806641 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.844806641 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9973676756 219.728053435 L 222.844806641 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.9973676756 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 152.635973282 L 80.9973676756 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.0862681795 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.0862681795 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.8921600349 152.635973282 L 82.0862681795 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"78.892160034892186\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"80.99736767562554\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"222.8448066409004\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.086268179453157\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t17a4137e5842411eb0e8ce36d2728d52\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.892160034892186\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.99736767562554\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.8448066409004\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.086268179453157\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0334d3dee7194df09b53d810a52947ac\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t316c545836d2404b8c7635bad85f0330\"><g class=\"toyplot-Edges\"><path d=\"M 223.715927044 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.715927044 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.819566668 219.728053435 L 223.715927044 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.819566668 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8032595311 152.635973282 L 78.819566668 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.2714340064 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.2714340064 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8032595311 152.635973282 L 80.2714340064 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"77.803259531064612\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.819566667970363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"223.71592704396252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"80.271434006407162\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4c92300826da4f189f6f5a8aff06991f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.803259531064612\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.819566667970363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.71592704396252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.271434006407162\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t224367ccd224485c8ed5e69d0fca4c43\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbe4c74af6a1f411b9335c15f555ee4d3\"><g class=\"toyplot-Edges\"><path d=\"M 217.618084223 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.618084223 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.6386106637 219.728053435 L 217.618084223 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.6386106637 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.404523426 152.635973282 L 58.6386106637 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.9126769945 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.9126769945 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.404523426 152.635973282 L 57.9126769945 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"57.40452342602763\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"58.638610663698913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"217.61808422252798\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"57.91267699448052\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb71c275e0ff0466cb35ba438da980cd0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.40452342602763\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"58.638610663698913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.61808422252798\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.91267699448052\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta507bd9fe8aa4626a9cd0ff638d0bded\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td391a33fff6d4c6792b26da61369e994\"><g class=\"toyplot-Edges\"><path d=\"M 227.200408656 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.200408656 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0226171301 219.728053435 L 227.200408656 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0226171301 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5707497917 152.635973282 L 87.0226171301 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5707497917 152.635973282 L 87.3129905978 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.570749791701445\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.022617130138244\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"227.20040865621084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.312990597825603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb5dd91160fc442ec9ebe8347753476a6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.570749791701445\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.022617130138244\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.20040865621084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.312990597825603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8f559a556a5948d8a2ebf9f583500e8e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t683043658f2f4ffb9662ff604c36a8a4\"><g class=\"toyplot-Edges\"><path d=\"M 214.932129646 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.932129646 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.2698565081 197.364026718 L 214.932129646 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4965789265 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4965789265 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.6328233427 130.271946565 L 76.4965789265 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.6328233427 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.2698565081 197.364026718 L 71.6328233427 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.269856508099039\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"214.9321296464199\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.632823342708235\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"76.4965789264715\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb0f05801fced44b8aa5e849f86f3a636\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.269856508099039\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.9321296464199\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.632823342708235\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.4965789264715\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t22ce0e2cdfbb4ac28acf371c3f90f928\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta7719a348f02485fa30791c6c7b05919\"><g class=\"toyplot-Edges\"><path d=\"M 58.7837973975 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.641756179 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.641756179 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.8563907645 175.0 L 214.641756179 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.4313503788 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.4313503788 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.8563907645 175.0 L 72.4313503788 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.7837973975 175.0 L 58.8563907645 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"58.783797397542578\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"58.856390764464436\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"214.64175617873255\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"72.431350378848435\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9e9e661822f34ab088af7ec25239e58f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"58.783797397542578\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"58.856390764464436\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.64175617873255\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.431350378848435\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te7a599de2f744e3cb95173d1a2f67134\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6fdf9bc807144477a635a178da4fc438\"><g class=\"toyplot-Edges\"><path d=\"M 73.4476575158 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.4476575158 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 152.635973282 L 73.4476575158 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.1451867338 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.883208236 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.883208236 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.1451867338 219.728053435 L 211.883208236 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 152.635973282 L 50.1451867338 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"50.0\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"73.44765751575423\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"50.145186733843666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"211.88320823570265\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t63aaa47cf5e14a80937126cb4ac7bfbe\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.0\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.44765751575423\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.145186733843666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"211.88320823570265\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t39b1196f6dba40d78fa611a71c22389c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4e46d2ca8916434cbec6bf35311acab3\"><g class=\"toyplot-Edges\"><path d=\"M 88.2567043678 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2567043678 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1588615464 152.635973282 L 88.2567043678 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.594412266 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.594412266 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3766416471 219.728053435 L 220.594412266 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1588615464 152.635973282 L 82.3766416471 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"82.158861546374993\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"88.256704367809533\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"82.376641647140531\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"220.59441226632342\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8050f4b755404668945487f07d145b71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.158861546374993\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.256704367809533\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.376641647140531\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.59441226632342\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfa0b7f1aa8d44bc3aff0827390545d39\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1271d0d3cd0e4079a5c938f5c56df6e8\"><g class=\"toyplot-Edges\"><path d=\"M 98.4197757369 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4197757369 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9100446701 152.635973282 L 98.4197757369 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.241965248 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.241965248 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 234.241965248 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9100446701 152.635973282 L 89.3456048716 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.910044670106089\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.419775736867109\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.345604871637121\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"234.24196524762925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t45b508bc349f4b49add611a42ba0d801\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.910044670106089\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.419775736867109\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.345604871637121\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.24196524762925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t27b74a02fff94704b170df6fd1729233\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teacd42e23447469b805536a52bc29fa2\"><g class=\"toyplot-Edges\"><path d=\"M 104.95317876 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.95317876 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0715385409 152.635973282 L 104.95317876 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7974722101 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.715927044 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.715927044 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7974722101 219.728053435 L 223.715927044 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0715385409 152.635973282 L 90.7974722101 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.071538540855499\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"104.95317875983265\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.79747221007392\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"223.71592704396252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb6d41026b7fe4e1a917cfae2269e0ace\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.071538540855499\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.95317875983265\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.79747221007392\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.71592704396252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4386ce78e41d47a3ad55bf09a7e76c72\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t016d4529d5254f929a816414b53edecc\"><g class=\"toyplot-Edges\"><path d=\"M 84.336662554 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.336662554 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.229877415 152.635973282 L 84.336662554 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8106243504 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.304038799 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.304038799 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8106243504 219.728053435 L 220.304038799 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.229877415 152.635973282 L 73.8106243504 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"73.229877414988692\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.33666255403017\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"73.810624350363426\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"220.30403879863604\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb19402398e9849beb095c7306bbf3f48\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.229877414988692\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.33666255403017\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.810624350363426\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.30403879863604\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teed1e9b7d3f049f8873790e61d30a47b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3a14bd201695484f87e21def4825f247\"><g class=\"toyplot-Edges\"><path d=\"M 100.670170111 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.670170111 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.6123063831 152.635973282 L 100.670170111 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9026798508 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.193043837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.193043837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9026798508 219.728053435 L 231.193043837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.6123063831 152.635973282 L 92.9026798508 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.612306383119886\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.67017011144412\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.90267985080726\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"231.19304383691201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcb261e2ed1a54a7c85a8b24f288abd41\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.612306383119886\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.67017011144412\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.90267985080726\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.19304383691201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8ff5b10b045a4cd0ad70574ee43f7e31\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t03a83390b9f34b9ea965b2f1b7434d81\"><g class=\"toyplot-Edges\"><path d=\"M 106.913199667 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.913199667 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.356124688 152.635973282 L 106.913199667 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.719091522 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.719091522 219.728053435 L 231.773790772 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.356124688 152.635973282 L 103.719091522 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"103.35612468755221\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"106.91319966672236\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"103.71909152216141\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"231.77379077228679\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6e8594d50fb04d6b810b70449e7b24d4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.35612468755221\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.91319966672236\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.71909152216141\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.77379077228679\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbf8257336fff406db91f5652accf8662\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5233d1f04127422dadef1e279a880b30\"><g class=\"toyplot-Edges\"><path d=\"M 101.541290515 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.541290515 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4271405562 152.635973282 L 101.541290515 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0078874915 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.516031578 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.516031578 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0078874915 219.728053435 L 233.516031578 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4271405562 152.635973282 L 95.0078874915 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.427140556165909\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.54129051450622\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.007887491540657\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.51603157841089\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8410f544dd2c485594170cc8e058c467\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.427140556165909\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.54129051450622\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.007887491540657\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.51603157841089\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td70683e5136945439fe478282b28d2b0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta843b44e605946b78974a0805af3d7c5\"><g class=\"toyplot-Edges\"><path d=\"M 109.67174761 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.67174761 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.332452731 152.635973282 L 109.67174761 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.622826199 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.024185147 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.024185147 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.622826199 219.728053435 L 234.024185147 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.332452731 152.635973282 L 106.622826199 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.33245273134763\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"109.67174760975226\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.622826199035\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"234.0241851468638\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te289929afb9246428bd01ad423ae57c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.33245273134763\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.67174760975226\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.622826199035\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.0241851468638\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6a8d23324e1c44768c5cd4126878f57c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5fd4baee8a0a4dfebef4c3e930a20440\"><g class=\"toyplot-Edges\"><path d=\"M 103.356124688 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.356124688 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.267224184 152.635973282 L 103.356124688 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.283531321 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.283531321 219.728053435 L 231.773790772 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.267224184 152.635973282 L 103.283531321 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"102.26722418372458\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.35612468755215\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.28353132063035\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"231.7737907722867\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t70fca680e9834552b9878560ffff4fc5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.26722418372458\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.35612468755215\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.28353132063035\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.7737907722867\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tebd918a6e1e9410e91567361d3e5e23f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta7dfe715539246879e99d0e293fb8897\"><g class=\"toyplot-Edges\"><path d=\"M 101.17832368 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.17832368 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.089423176 152.635973282 L 101.17832368 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.670170111 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.225658111 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.225658111 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.670170111 219.728053435 L 233.225658111 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.089423176 152.635973282 L 100.670170111 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.0894231760694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"101.17832367989699\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.67017011144414\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"233.22565811072351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3739682ab41846f884944ce456eade46\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.0894231760694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.17832367989699\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.67017011144414\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.22565811072351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc3d7cd913bda47b4ba73f0a1df0890b0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td662ab35215b4ce480ca44043b0bf94b\"><g class=\"toyplot-Edges\"><path d=\"M 94.0641737216 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0641737216 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1767461816 152.635973282 L 94.0641737216 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0641737216 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.45816785 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.45816785 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0641737216 219.728053435 L 225.45816785 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1767461816 152.635973282 L 94.0641737216 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.176746181588896\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.064173721556728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.064173721556728\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"225.45816785008668\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb031c2dcc21a42c6974d513359d36065\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.176746181588896\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.064173721556728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.064173721556728\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.45816785008668\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3d4eb0a9ebde4af789330ca9aa96820c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d24c22aa5134e84841b775df4575e1c\"><g class=\"toyplot-Edges\"><path d=\"M 92.1767461816 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1767461816 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 152.635973282 L 92.1767461816 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.603354584 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.603354584 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 225.603354584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6922645693 152.635973282 L 89.3456048716 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.692264569340608\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.176746181588896\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"89.34560487163715\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"225.60335458393041\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t697cd60ebafb49dd9c7431074967dc52\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.692264569340608\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.176746181588896\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.34560487163715\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.60335458393041\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td5d8cb7154924ec69739e6abfcdb97cd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7e68f7893bc547cf86b7945b97bfb931\"><g class=\"toyplot-Edges\"><path d=\"M 101.759070615 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.759070615 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 152.635973282 L 101.759070615 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.378209664 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.378209664 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 219.728053435 L 229.378209664 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.813779347 152.635973282 L 92.1041528147 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"91.813779346979686\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"101.75907061527172\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.104152814667046\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"229.37820966386607\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t97929911a0394173af21f0afe00b730a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.813779346979686\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.75907061527172\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.104152814667046\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.37820966386607\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t82a7b1c6767242519bacf1f69bb63fa9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taf6a41cae2684d8b8cbc2c493890c340\"><g class=\"toyplot-Edges\"><path d=\"M 81.6507079779 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.6507079779 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.0610187249 152.635973282 L 81.6507079779 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3513921926 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.361902527 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.361902527 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3513921926 219.728053435 L 228.361902527 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.0610187249 152.635973282 L 76.3513921926 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"76.061018724940439\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"81.650707977922082\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"76.351392192627799\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"228.36190252696025\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4fed101d469a4d0698084d604b048af9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.061018724940439\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.650707977922082\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.351392192627799\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.36190252696025\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb9cdb71d2d774023979d2e7eeeb40f93\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tec445212b2ec4a1fbc9521b87b3e2701\"><g class=\"toyplot-Edges\"><path d=\"M 76.3513921926 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3513921926 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.1898983219 152.635973282 L 76.3513921926 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.667005633 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.667005633 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 220.667005633 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.1898983219 152.635973282 L 75.5528651565 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.189898321878374\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"76.351392192627799\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.552865156487542\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"220.66700563324525\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta7e201476aca4a4c901767db704fa74d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.189898321878374\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.351392192627799\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.552865156487542\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.66700563324525\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5e566e4405134a1eb303649ae03b7165\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf64dd75699de4dbc8b678ea6ff48f882\"><g class=\"toyplot-Edges\"><path d=\"M 81.7958947118 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7958947118 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7143590272 152.635973282 L 81.7958947118 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8032595311 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.748541318 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.748541318 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8032595311 219.728053435 L 225.748541318 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7143590272 152.635973282 L 77.8032595311 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.714359027237023\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.795894711765811\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"77.803259531064612\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"225.74854131777403\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3db117d456da4ee5a84d944e1212d7da\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.714359027237023\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.795894711765811\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.803259531064612\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.74854131777403\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td5dd72d023224dbfab02bc2657942704\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t58abd099d050411c8ab6de233d332df9\"><g class=\"toyplot-Edges\"><path d=\"M 80.4892141072 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4892141072 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.690687071 152.635973282 L 80.4892141072 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4892141072 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.336653072 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.336653072 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4892141072 219.728053435 L 222.336653072 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.690687071 152.635973282 L 80.4892141072 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.690687071032443\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.489214107172685\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.489214107172685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"222.33665307244758\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3844f319d5364ba5ab0a1bed472e6762\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.690687071032443\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.489214107172685\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.489214107172685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.33665307244758\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4ff66f003f374b8983852aab65066b3a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d8d6d684d7b432ea005a0181935aabf\"><g class=\"toyplot-Edges\"><path d=\"M 100.307203277 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.307203277 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.9442364422 152.635973282 L 100.307203277 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.524983378 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.024185147 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.024185147 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.524983378 219.728053435 L 234.024185147 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.9442364422 152.635973282 L 100.524983378 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.944236442225701\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.3072032768349\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.52498337760044\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"234.02418514686372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tee21a1a240684efd82f346e624d7e16c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.944236442225701\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.3072032768349\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.52498337760044\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.02418514686372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t565411bae4334425b30f05574ef5f867\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6026992a116f44a9ae8a37e7c6a6fce1\"><g class=\"toyplot-Edges\"><path d=\"M 109.453967509 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.453967509 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.365067005 152.635973282 L 109.453967509 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.873220574 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.410823938 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.410823938 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.873220574 219.728053435 L 231.410823938 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.365067005 152.635973282 L 108.873220574 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.36506700515912\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"109.45396750898672\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.87322057361202\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"231.41082393767752\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t84812e067be040b38ad2d7d2947f384e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.36506700515912\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.45396750898672\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.87322057361202\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.41082393767752\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t22e7d1d268c54e258a9d0364900d0cbf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfec2d546f4d64abf9956f2de335a4173\"><g class=\"toyplot-Edges\"><path d=\"M 106.768012933 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.768012933 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.025772127 152.635973282 L 106.768012933 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.187265998 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.911612687 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.911612687 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.187265998 219.728053435 L 235.911612687 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.025772127 152.635973282 L 106.187265998 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.0257721267545\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.76801293287868\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.18726599750394\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.9116126868316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5c7a7edf5f4940369d780801a913367a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.0257721267545\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.76801293287868\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.18726599750394\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.9116126868316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t92e0041eabbf46329eea30032f7e0132\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc3e0f9f16d8f408f9a803894aced7825\"><g class=\"toyplot-Edges\"><path d=\"M 99.0005226722 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0005226722 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0405017654 152.635973282 L 99.0005226722 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4360828738 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.871633594 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.871633594 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4360828738 219.728053435 L 237.871633594 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0405017654 152.635973282 L 99.4360828738 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"97.040501765352133\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.000522672241829\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.436082873772861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"237.8716335937213\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6d033a106b494b04af47eab6d2dc9cd4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.040501765352133\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.000522672241829\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.436082873772861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.8716335937213\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta348dea81c1840cd8dc905d30949bd1b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0953b18ca074d768c03d020a2cc890a\"><g class=\"toyplot-Edges\"><path d=\"M 91.4508125124 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.4508125124 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 152.635973282 L 91.4508125124 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0315594477 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.507089261 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.507089261 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0315594477 219.728053435 L 228.507089261 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2004181378 152.635973282 L 92.0315594477 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"89.200418137793449\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.450812512370504\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"92.031559447745195\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"228.50708926080392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta7a22294a15340cda2ea3463c4053504\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.200418137793449\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.450812512370504\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.031559447745195\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.50708926080392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td39dfcee723449eaa7d5e8aa4be0db4e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4df775237a9746d5a241e37eab6e5d45\"><g class=\"toyplot-Edges\"><path d=\"M 92.5397130162 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2330324116 152.635973282 L 92.5397130162 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7338211608 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.588624945 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.588624945 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7338211608 219.728053435 L 233.588624945 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2330324116 152.635973282 L 95.7338211608 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.233032411604952\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"92.53971301619805\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.733821160759007\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.58862494533273\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t19873a20f2c44104a5a1c5cf4bf7c6c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.233032411604952\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.53971301619805\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.733821160759007\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.58862494533273\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t354222da99604b02a677fa3464eabadf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tafaa1da5e4f24218aeb74ce36ff0ebd0\"><g class=\"toyplot-Edges\"><path d=\"M 82.7396084817 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7396084817 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3840064664 152.635973282 L 82.7396084817 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6107288848 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.830077002 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.830077002 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6107288848 219.728053435 L 230.830077002 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3840064664 152.635973282 L 83.6107288848 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"78.384006466439303\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"82.739608481749713\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.610728884811778\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"230.83007700230277\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t898cb4a3b1384b5897fde24f752e14dd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.384006466439303\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.739608481749713\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.610728884811778\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.83007700230277\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ted216a367b2d4e1a912ff83443a56052\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf50adb07b4c04a5eb5cbbb1f753a4e56\"><g class=\"toyplot-Edges\"><path d=\"M 74.2461845519 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2461845519 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 152.635973282 L 74.2461845519 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4965789265 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.296673979 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.296673979 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4965789265 219.728053435 L 224.296673979 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.9558110842 152.635973282 L 76.4965789265 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"73.955811084207085\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"74.246184551894459\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"76.496578926471472\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"224.29667397933721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t82a961754a604832b0ac3990a1d23946\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.955811084207085\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.246184551894459\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.496578926471472\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.29667397933721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35295b1fe42546dc9900d1d729f48060\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta8a31dfb0fbd4f1fbe2b39649de766d7\"><g class=\"toyplot-Edges\"><path d=\"M 88.111517634 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.111517634 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 152.635973282 L 88.111517634 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7648579363 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.427131075 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.427131075 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7648579363 219.728053435 L 232.427131075 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 152.635973282 L 88.7648579363 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.312990597825603\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.11151763396586\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.764857936262416\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"232.42713107458329\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t094fbe275dd64c2599a9854bdcd5e179\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.312990597825603\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.11151763396586\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.764857936262416\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.42713107458329\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td6969ac87b304e56bc1dd19e5bb49864\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta694b970ba4e45989c9f82449f90932e\"><g class=\"toyplot-Edges\"><path d=\"M 94.2819538223 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2819538223 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6685926131 152.635973282 L 94.2819538223 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7012068869 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.998935692 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.998935692 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7012068869 219.728053435 L 227.998935692 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6685926131 152.635973282 L 93.7012068869 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.668592613136013\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.281953822322251\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.701206886947503\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"227.99893569235113\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4ceaab2d41b5447b965d4ce957ec3cd2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.668592613136013\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.281953822322251\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.701206886947503\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.99893569235113\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te530a8414dbb4e5fa3b908ed63a0764e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0188575683ea4959823a0cecf7855dac\"><g class=\"toyplot-Edges\"><path d=\"M 109.67174761 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.67174761 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.606519062 152.635973282 L 109.67174761 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.365067005 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.830077002 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.830077002 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.365067005 219.728053435 L 230.830077002 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.606519062 152.635973282 L 108.365067005 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.60651906212925\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.67174760975226\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.36506700515912\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"230.8300770023028\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf044e1c878c947459794dbda00b67e30\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.60651906212925\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.67174760975226\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.36506700515912\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.8300770023028\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t57e58b91eaa94554a8004af692d8a2d8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta31bf73504344ef5a1268a362d2e0555\"><g class=\"toyplot-Edges\"><path d=\"M 95.0804808585 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0804808585 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2167252747 152.635973282 L 95.0804808585 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7248788432 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.031549966 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.031549966 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7248788432 219.728053435 L 230.031549966 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2167252747 152.635973282 L 90.7248788432 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.216725274699201\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"95.080480858462494\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.724878843152098\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"230.03154996616257\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3def4ea822c54ba48d6f42ff35f6eb97\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.216725274699201\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.080480858462494\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.724878843152098\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.03154996616257\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t36c358d8f6de49608852eb8185f9c938\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t07ef0c4f79a54feebd7594527a700ca5\"><g class=\"toyplot-Edges\"><path d=\"M 115.261436863 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.261436863 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5560201531 152.635973282 L 115.261436863 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7738002539 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.338230571 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.338230571 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7738002539 219.728053435 L 231.338230571 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5560201531 152.635973282 L 93.7738002539 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.556020153103844\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.26143686273392\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.773800253869354\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"231.33823057075571\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf7ea139d0350413cabe45002eceb6654\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.556020153103844\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.26143686273392\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.773800253869354\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.33823057075571\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfa03bf0c967c484aa4d5dca59aa99b43\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf3b3f3222a794d59b4211636a0eb5562\"><g class=\"toyplot-Edges\"><path d=\"M 116.205150633 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.205150633 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.307203277 152.635973282 L 116.205150633 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.452390011 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.06416424 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.06416424 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.452390011 219.728053435 L 232.06416424 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.307203277 152.635973282 L 100.452390011 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"100.30720327683495\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.20515063271786\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"100.45239001067861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"232.06416423997413\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1221210521fd4195abb02064bf4ca820\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.30720327683495\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.20515063271786\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.45239001067861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.06416423997413\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0fd5470f90042cbb14af7abfd90f257\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t114f07aa978b4ecab3b6c2103649141d\"><g class=\"toyplot-Edges\"><path d=\"M 93.1930533185 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.1930533185 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7485507994 152.635973282 L 93.1930533185 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.523396398 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.523396398 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 219.728053435 L 229.523396398 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7485507994 152.635973282 L 89.5633849724 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.74855079935665\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"93.193053318494634\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.563384972402631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"229.52339639770969\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5c2b3087773143ddbbeb7a68e1df53a7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.74855079935665\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.193053318494634\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.563384972402631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.52339639770969\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb785343f38104b8981b6c09e8eeb955e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2b74cf351dc34e9481c4bdb9b9a22076\"><g class=\"toyplot-Edges\"><path d=\"M 94.0641737216 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0641737216 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.4508125124 152.635973282 L 94.0641737216 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9589660808 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.40188162 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.40188162 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9589660808 219.728053435 L 226.40188162 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.4508125124 152.635973282 L 91.9589660808 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.450812512370504\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"94.064173721556728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.958966080823387\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"226.40188162007061\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5ba9d6eeee364d57a9a6f700ee9131d3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.450812512370504\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.064173721556728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.958966080823387\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.40188162007061\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t58efd0dbc02345d9a6d8cd0377f24cf3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tde182cb0d9e8454d8f1630f3340d92d0\"><g class=\"toyplot-Edges\"><path d=\"M 92.5397130162 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8774303963 152.635973282 L 92.5397130162 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.706984726 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.706984726 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3456048716 219.728053435 L 218.706984726 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8774303963 152.635973282 L 89.3456048716 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"86.877430396294585\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.539713016198078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.34560487163715\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"218.70698472635561\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t28f620b7cc21411c980eb280a6ab1f15\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.877430396294585\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.539713016198078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.34560487163715\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.70698472635561\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5547d584fcfd4f9abf03cf90cf36fb78\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t00000625ffa748ca83673da1be9024cf\"><g class=\"toyplot-Edges\"><path d=\"M 97.2582818661 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.2582818661 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4345053755 152.635973282 L 97.2582818661 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3219329154 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.578105129 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.578105129 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3219329154 219.728053435 L 219.578105129 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4345053755 152.635973282 L 92.3219329154 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.434505375464738\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"97.258281866117656\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.321932915432569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"219.57810512941765\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf92a98020fd741318af57fa8ab96a7b8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.434505375464738\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.258281866117656\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.321932915432569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.57810512941765\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf5719b87eaf44a30954d0f85f37792c3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6b17b9ed7e274bccbaf037df7c76d67a\"><g class=\"toyplot-Edges\"><path d=\"M 74.5365580196 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.5365580196 130.271946565 L 77.4402926965 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.173591185 197.364026718 L 74.5365580196 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.957379101 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.957379101 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.173591185 197.364026718 L 220.957379101 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.173591184972636\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.536558019581818\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"77.440292696455415\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"220.95737910093263\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t78c72711374b4a9e80549e6d2cf06731\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.173591184972636\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.536558019581818\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.440292696455415\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.95737910093263\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t540eea31efc246b0a224c8aa832294bf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8f435ad3631a4ad8adf28a3dba8ea0a6\"><g class=\"toyplot-Edges\"><path d=\"M 90.3619120085 130.271946565 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2493395485 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2493395485 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.3619120085 130.271946565 L 92.2493395485 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2893186416 197.364026718 L 90.3619120085 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.498146943 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.498146943 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2893186416 197.364026718 L 223.498146943 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.289318641621065\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.361912008542902\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.249339548510733\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"223.49814694319701\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t10ce687ef53948689f6ebc4feaab4f68\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.289318641621065\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.361912008542902\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.249339548510733\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.49814694319701\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td271c571d078428691b6f29670229a83\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t221467f223a041d1a0c3106d9cadd3c2\"><g class=\"toyplot-Edges\"><path d=\"M 88.038924267 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.038924267 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3529696909 152.635973282 L 88.038924267 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5707497917 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.378209664 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.378209664 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5707497917 219.728053435 L 229.378209664 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3529696909 152.635973282 L 85.5707497917 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.352969690935936\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"88.038924267044024\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.570749791701445\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"229.37820966386604\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tec6d81a1e8684d64ac748abf6e22beba\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.352969690935936\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.038924267044024\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.570749791701445\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.37820966386604\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc47857518334e36ad0660efb5ee19ae\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t65614c10cb524a4d97274697d98b6cae\"><g class=\"toyplot-Edges\"><path d=\"M 88.3292977347 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.3292977347 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 152.635973282 L 88.3292977347 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6996293886 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.991570873 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.991570873 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6996293886 219.728053435 L 231.991570873 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4818492879 152.635973282 L 84.6996293886 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.481849287873871\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.329297734731384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.69962938863938\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"231.99157087305227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf1ae9cb35cd14aa4a8b6af94e0aeab9b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.481849287873871\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.329297734731384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.69962938863938\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.99157087305227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t12a1a0a8effa47c9b40604d0edd0580f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7c6c61c56d224869925f4c5de46f5090\"><g class=\"toyplot-Edges\"><path d=\"M 81.7958947118 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7958947118 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.7380309834 152.635973282 L 81.7958947118 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.062586742 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.062586742 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 223.062586742 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.7380309834 152.635973282 L 75.5528651565 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"73.738030983441575\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.795894711765783\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.552865156487542\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"223.06258674166594\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3c44637bc4b14c0386b73f30c20c489a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.738030983441575\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.795894711765783\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.552865156487542\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.06258674166594\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t116e4555ae1d4b8a86b2f24e1d1046d2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb226c71412db4d67be84045167a34dab\"><g class=\"toyplot-Edges\"><path d=\"M 90.5070987424 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.5070987424 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.690687071 152.635973282 L 90.5070987424 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.1767367 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.1767367 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 219.728053435 L 230.1767367 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.690687071 152.635973282 L 82.3040482802 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.690687071032443\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.507098742386546\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"82.304048280218666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"230.17673670000627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1618b5df93f34f0196fc7c1734afe8e1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.690687071032443\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.507098742386546\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.304048280218666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.17673670000627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbcb0e326309b472da6990656a082a1cc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2ae4f4a17fb345038b14ac10308fba5b\"><g class=\"toyplot-Edges\"><path d=\"M 85.7159365255 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7159365255 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1588615464 152.635973282 L 85.7159365255 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4492350141 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.354537708 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.354537708 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4492350141 219.728053435 L 232.354537708 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1588615464 152.635973282 L 82.4492350141 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.158861546374965\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"85.715936525545118\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.449235014062339\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"232.35453770766145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td50d2e7e06154618accb01ced8e632ff\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.158861546374965\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.715936525545118\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.449235014062339\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.35453770766145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8d29288c635945aa954f5ef54cf2707a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t53f604d940d047469427d8489ecd6461\"><g class=\"toyplot-Edges\"><path d=\"M 74.1009978181 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.1009978181 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.2046279605 152.635973282 L 74.1009978181 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.583901932 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.167794382 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.167794382 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.583901932 219.728053435 L 225.167794382 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.2046279605 152.635973282 L 68.583901932 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"67.204627960476017\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"74.100997818050786\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"68.583901931990965\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"225.16779438239934\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb34383f9e19e4f3f98c53c72e31d67e6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.204627960476017\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.100997818050786\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.583901931990965\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.16779438239934\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf476b9760afd4cb7b61b300e91be8325\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8e8c471eeade429dae51f15a276ad043\"><g class=\"toyplot-Edges\"><path d=\"M 90.6522854762 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.6522854762 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2461845519 152.635973282 L 90.6522854762 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.6980518903 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.79588523 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.79588523 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.6980518903 219.728053435 L 219.79588523 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2461845519 152.635973282 L 75.6980518903 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.246184551894459\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"90.652285476230247\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"75.698051890331243\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"219.79588523018316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7deef80dfe9645459c811cd0242e81bb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.246184551894459\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.652285476230247\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.698051890331243\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.79588523018316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7955fb3e5df14ee78689114bc960cc54\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t12226022c02a4dad8f0c98365688f078\"><g class=\"toyplot-Edges\"><path d=\"M 116.277744 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.277744 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5560201531 152.635973282 L 116.277744 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2093604554 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.975263736 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.975263736 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2093604554 219.728053435 L 230.975263736 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5560201531 152.635973282 L 94.2093604554 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"93.556020153103844\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"116.27774399963968\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"94.2093604554004\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"230.97526373614647\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t679b4ebef2094b96b9030584c2972be4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.556020153103844\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.27774399963968\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.2093604554004\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.97526373614647\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teb73c4aca5b44cf8b5481813f2f3500c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tba1c4a365abd42b1b708a65a7fb67425\"><g class=\"toyplot-Edges\"><path d=\"M 102.194630817 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.194630817 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5381355179 152.635973282 L 102.194630817 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7159365255 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.991570873 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.991570873 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.7159365255 219.728053435 L 231.991570873 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5381355179 152.635973282 L 85.7159365255 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"83.538135517889941\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.19463081680277\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.715936525545146\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"231.99157087305227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9956e0032a9b407db2b7d95496843146\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.538135517889941\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.19463081680277\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.715936525545146\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.99157087305227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t96572054c3db43e5a8483c4f9cb8de35\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2b2934cf46a7442dbaeea4eb570df07e\"><g class=\"toyplot-Edges\"><path d=\"M 76.2787988257 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2787988257 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.9289841314 152.635973282 L 76.2787988257 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.6149387075 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.264059706 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.264059706 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.6149387075 219.728053435 L 222.264059706 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.9289841314 152.635973282 L 61.6149387075 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"58.928984131386251\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"76.278798825705948\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"61.614938707494332\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"222.26405970552574\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te11026cfd5d64af4b6675a1341060183\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"58.928984131386251\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.278798825705948\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.614938707494332\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.26405970552574\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t795bf52036044d31ac753bad313b06b7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d06b0ba7b92452fadc533dc443188ce\"><g class=\"toyplot-Edges\"><path d=\"M 94.8627007577 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8627007577 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.6507079779 152.635973282 L 94.8627007577 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9736957194 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.193043837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.193043837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9736957194 219.728053435 L 231.193043837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.6507079779 152.635973282 L 83.9736957194 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.65070797792211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.862700757696942\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.973695719420988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"231.19304383691201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t887c9f78464c4c149623d180b8436f23\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.65070797792211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.862700757696942\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.973695719420988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.19304383691201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb53ec8f34ad34cf196b88a0f658df1d0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbf07d1e294b8484b90c6437f6febf6f7\"><g class=\"toyplot-Edges\"><path d=\"M 100.089423176 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.089423176 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7012068869 152.635973282 L 100.089423176 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.0241946284 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.581260126 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.581260126 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.0241946284 219.728053435 L 237.581260126 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7012068869 152.635973282 L 96.0241946284 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.701206886947503\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"100.0894231760694\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.024194628446381\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"237.5812601260339\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta07f27c1b54a4d19811c75a890e0efa4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.701206886947503\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.0894231760694\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.024194628446381\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.5812601260339\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t89a923cd010840548755b74d4858f321\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t11f14918a1fb4f20854a0d15195a2ec0\"><g class=\"toyplot-Edges\"><path d=\"M 82.1588615464 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1588615464 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0047324949 152.635973282 L 82.1588615464 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8032595311 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.563375491 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.563375491 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8032595311 219.728053435 L 227.563375491 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0047324949 152.635973282 L 77.8032595311 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"77.004732494924355\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.158861546374965\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"77.803259531064612\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"227.56337549082005\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4de2efb28d824d00b3f1e0de4b824ce0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.004732494924355\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.158861546374965\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.803259531064612\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.56337549082005\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc5659bd034bb4ee29366bc77689c775b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbd4dd6b8486f4998811f0a7f39456dac\"><g class=\"toyplot-Edges\"><path d=\"M 83.8285089856 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.8285089856 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 152.635973282 L 83.8285089856 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0936329988 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.539703535 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.539703535 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0936329988 219.728053435 L 230.539703535 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4402926965 152.635973282 L 78.0936329988 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"77.440292696455415\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.828508985577315\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.093632998751971\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"230.53970353461543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc89be96857654c1aada3bb3b3c1eb41e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.440292696455415\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.828508985577315\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.093632998751971\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.53970353461543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdcc1ef87797141e99a8d7dec7bf48d1e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t776cf0c486e142a8bf4306f29f1feef0\"><g class=\"toyplot-Edges\"><path d=\"M 89.7085717062 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7085717062 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8521809418 152.635973282 L 89.7085717062 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.766425953 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.766425953 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3040482802 219.728053435 L 235.766425953 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8521809418 152.635973282 L 82.3040482802 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"80.852180941781867\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"89.708571706246332\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.304048280218666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.76642595298793\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc75f2612abc942f1afd30801bff29db6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.852180941781867\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.708571706246332\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.304048280218666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.76642595298793\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7b737acd105047e7873402b0a828bd41\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7d43dba2688c4a4196d5ba5016e0f5dd\"><g class=\"toyplot-Edges\"><path d=\"M 78.3840064664 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3840064664 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.5039437458 152.635973282 L 78.3840064664 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8106243504 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.321923434 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.321923434 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8106243504 219.728053435 L 230.321923434 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.5039437458 152.635973282 L 73.8106243504 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"72.503943745770314\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.384006466439331\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"73.810624350363426\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"230.32192343384992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t563e39701525482c97c2072c3483ddee\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.503943745770314\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.384006466439331\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.810624350363426\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.32192343384992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te10e96c48b2644eba498d4a2e5844506\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t30ff8f4587b94972962423b01c12bc29\"><g class=\"toyplot-Edges\"><path d=\"M 79.1825335026 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1825335026 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0047324949 152.635973282 L 79.1825335026 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9484462649 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.637546356 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.637546356 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9484462649 219.728053435 L 236.637546356 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0047324949 152.635973282 L 77.9484462649 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.004732494924355\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.18253350257956\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.948446264908284\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"236.63754635604997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta92292fd3257489f9dc5259e55285396\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.004732494924355\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.18253350257956\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.948446264908284\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.63754635604997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2c537d1d909248d581883f26dc4a4669\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t40c10055bb6a4427a5f3d0f8d3436f3a\"><g class=\"toyplot-Edges\"><path d=\"M 83.8285089856 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.8285089856 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.8684880787 152.635973282 L 83.8285089856 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.392948784 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.258272385 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.258272385 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.392948784 219.728053435 L 235.258272385 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.8684880787 152.635973282 L 83.392948784 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.868488078687591\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.828508985577287\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.392948784046254\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"235.25827238453505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5978fc22f64346f2b524e5291134a2eb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.868488078687591\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.828508985577287\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.392948784046254\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.25827238453505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8147aaab835447ae978640174f6c8efb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5a152a8f76464f5098f1774bd7983f7b\"><g class=\"toyplot-Edges\"><path d=\"M 95.4434476931 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4434476931 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 152.635973282 L 95.4434476931 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.710139723 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.710139723 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5397130162 219.728053435 L 236.710139723 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1041528147 152.635973282 L 92.5397130162 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"92.104152814667046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"95.443447693071676\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"92.539713016198078\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"236.71013972297183\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc456631fb0ec4fc59d46bfb0a0aa5270\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.104152814667046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.443447693071676\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.539713016198078\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.71013972297183\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t98a4600604664716b55e6967802f8305\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf2f20ae683bb4c109579bc7e33f09990\"><g class=\"toyplot-Edges\"><path d=\"M 102.049444083 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.049444083 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0731160392 152.635973282 L 102.049444083 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2908961399 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.581260126 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.581260126 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2908961399 219.728053435 L 237.581260126 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.0731160392 152.635973282 L 99.2908961399 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.073116039163665\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"102.0494440829591\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.290896139929202\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"237.58126012603395\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfaefdf8554df4ee2bed272e6e0c1161c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.073116039163665\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.0494440829591\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.290896139929202\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.58126012603395\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1922a62414ad436ab3d9c1c7ab5e98b5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taa4a19218ff647eeb72548857e94670a\"><g class=\"toyplot-Edges\"><path d=\"M 91.3056257785 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.3056257785 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4166207403 152.635973282 L 91.3056257785 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.6507079779 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.991570873 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.991570873 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.6507079779 219.728053435 L 231.991570873 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4166207403 152.635973282 L 81.6507079779 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"80.416620740250835\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"91.305625778526803\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"81.65070797792211\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"231.99157087305227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t260940c2b24c4e0eb16c372f2290b2bd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.416620740250835\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.305625778526803\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.65070797792211\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.99157087305227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tece0a18831694f50bfe23464859435ff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta9e572d5a7f6457f9c99e91740869e64\"><g class=\"toyplot-Edges\"><path d=\"M 96.6775349307 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6775349307 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.3913712857 152.635973282 L 96.6775349307 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.7543381203 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.507089261 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.507089261 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.7543381203 219.728053435 L 228.507089261 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.3913712857 152.635973282 L 74.7543381203 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"74.39137128573816\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.677534930742951\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"74.754338120347327\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"228.50708926080398\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4f9096cc2b6248d5a7c58f7799d7661c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.39137128573816\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.677534930742951\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.754338120347327\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.50708926080398\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9d8a2eb357654d78b5764089ab78409a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td3b6835eb50f4ccfbdb8e02cd30f5af8\"><g class=\"toyplot-Edges\"><path d=\"M 86.224090094 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.250917047 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.250917047 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.224090094 130.271946565 L 101.250917047 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.1514967271 197.364026718 L 86.224090094 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.516031578 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.516031578 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.1514967271 197.364026718 L 233.516031578 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"86.151496727076179\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"86.224090093998029\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.25091704681884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"233.51603157841089\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6284d2a6c3a945e3ac1a71054349ce67\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.151496727076179\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.224090093998029\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.25091704681884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.51603157841089\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta0921ea85ee440bc877089e5cbb3c44d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbea5fdbc670443fbba7ea8002963c228\"><g class=\"toyplot-Edges\"><path d=\"M 88.8374513032 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8374513032 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4729069703 152.635973282 L 88.8374513032 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9810605387 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.467110168 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.467110168 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9810605387 219.728053435 L 230.467110168 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4729069703 152.635973282 L 79.9810605387 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.472906970266877\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.837451303184196\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.981060538719774\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"230.46711016769359\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0c8a4f645695460cb7ba676459fee892\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.472906970266877\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.837451303184196\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.981060538719774\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.46711016769359\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t492c8f35bacc48148f1e96a9de6c4631\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdd566dcc4d7546bc89c7fbc5d49ac0d3\"><g class=\"toyplot-Edges\"><path d=\"M 107.566539969 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.566539969 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.3382400523 152.635973282 L 107.566539969 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9915803546 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.379787162 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.379787162 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9915803546 219.728053435 L 238.379787162 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.3382400523 152.635973282 L 93.9915803546 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.338240052338335\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.56653996901892\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.991580354634863\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"238.37978716217418\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba10103c61874f19ac2e4cba904d075e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.338240052338335\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.56653996901892\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.991580354634863\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.37978716217418\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcbd7ce4bf0464accbc948af0457ab6fe\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb521430080a2480b97def457a7e1a70a\"><g class=\"toyplot-Edges\"><path d=\"M 89.926351807 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.926351807 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.9721182211 152.635973282 L 89.926351807 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.3350850557 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.3350850557 219.728053435 L 231.773790772 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.9721182211 152.635973282 L 75.3350850557 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"74.972118221112879\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.926351807011883\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.335085055722061\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"231.77379077228673\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t646ff7e439fb4293ab3001d3ef67bfaf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.972118221112879\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.926351807011883\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.335085055722061\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.77379077228673\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t62583908afb842da95eb634bcd81f487\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcd9e35cb767a429bb856c2191e498787\"><g class=\"toyplot-Edges\"><path d=\"M 83.392948784 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.392948784 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6580727972 152.635973282 L 83.392948784 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9484462649 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.668583132 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.668583132 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9484462649 219.728053435 L 229.668583132 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6580727972 152.635973282 L 77.9484462649 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"77.658072797220939\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.392948784046283\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"77.948446264908299\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"229.66858313155342\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9b27ea0c36bd42e6941103e69646cecc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.658072797220939\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.392948784046283\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.948446264908299\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.66858313155342\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta6a770357c6842f195eab4bf8026fecb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t592e5e30a6244e4ebfb77abbc755980f\"><g class=\"toyplot-Edges\"><path d=\"M 100.597576745 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.597576745 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0152523108 152.635973282 L 100.597576745 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8863727139 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.476052485 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.476052485 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8863727139 219.728053435 L 235.476052485 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0152523108 152.635973282 L 91.8863727139 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.015252310839429\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"100.5975767445223\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.886372713901494\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"235.47605248530058\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8d7220caeeff4f639a3aa7b64c9e0953\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.015252310839429\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.5975767445223\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.886372713901494\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.47605248530058\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t916972a22206455f9f0c59025a889ea5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t92cc6295d6614f7b85928249d2baa7a2\"><g class=\"toyplot-Edges\"><path d=\"M 105.89689253 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.89689253 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6049415638 152.635973282 L 105.89689253 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.1856884992 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.773790772 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.1856884992 219.728053435 L 231.773790772 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6049415638 152.635973282 L 97.1856884992 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.604941563821072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"105.89689252981657\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.185688499195805\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"231.7737907722867\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tef9fbdac5968446e8c1052c9fd49283b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.604941563821072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.89689252981657\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.185688499195805\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.7737907722867\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t90e8c9f682944302b8636fcec43410fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf1f323e3415947e9ba1b05cd42cabc56\"><g class=\"toyplot-Edges\"><path d=\"M 88.3292977347 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.3292977347 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6270360217 152.635973282 L 88.3292977347 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.216715793 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.216715793 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 219.728053435 L 228.216715793 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6270360217 152.635973282 L 84.9900028563 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"84.627036021717558\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.329297734731384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"84.990002856326754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"228.21671579311658\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t41a3bde39b7441ada2defb96a44de7cf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.627036021717558\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.329297734731384\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.990002856326754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.21671579311658\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf116d9e5f6364493a4cdefce753d5256\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t61f8aaed6194425489a43bf06b7f002a\"><g class=\"toyplot-Edges\"><path d=\"M 97.2582818661 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.2582818661 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6596502955 152.635973282 L 97.2582818661 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5470778355 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.193043837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.193043837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5470778355 219.728053435 L 231.193043837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6596502955 152.635973282 L 88.5470778355 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"86.659650295529048\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.258281866117642\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.547077835496864\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"231.19304383691201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0c961f0fe5bc4487a6902bea47f3d8de\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.659650295529048\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.258281866117642\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.547077835496864\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.19304383691201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbbdd91e3d13a4928a9063c58b9ee922c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t990c77a85b64497faffa53e6ec20f8e6\"><g class=\"toyplot-Edges\"><path d=\"M 86.3692768278 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3692768278 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.1009978181 152.635973282 L 86.3692768278 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6017865672 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.40188162 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.40188162 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6017865672 219.728053435 L 226.40188162 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.1009978181 152.635973282 L 78.6017865672 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"74.100997818050786\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"86.369276827841702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.601786567204854\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"226.40188162007061\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td366e20f796d4a149c8279a5074bb52b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.100997818050786\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.369276827841702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.601786567204854\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.40188162007061\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0d515a51ca1c44c0aa4c9fb71f1fcb85\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf4bbbbdc30c64b918191b02fbd2b682f\"><g class=\"toyplot-Edges\"><path d=\"M 86.5870569286 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5870569286 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.0862681795 152.635973282 L 86.5870569286 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.167803864 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.055221922 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.055221922 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.167803864 219.728053435 L 227.055221922 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.0862681795 152.635973282 L 87.167803864 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.086268179453157\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"86.587056928607211\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.167803863981945\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"227.05522192236714\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t862e2b608aa648e390ffd2c2ccb158ac\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.086268179453157\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.587056928607211\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.167803863981945\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.05522192236714\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf2d26e48d2364e05800cd87a1632b573\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9edb2ba6f2f349bfb1c1344ca5595c60\"><g class=\"toyplot-Edges\"><path d=\"M 93.62861352 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.62861352 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.1604390447 152.635973282 L 93.62861352 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.1930533185 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.153064744 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.153064744 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.1930533185 219.728053435 L 233.153064744 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.1604390447 152.635973282 L 93.1930533185 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.16043904468313\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"93.628613520025695\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"93.193053318494634\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.15306474380171\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t976a0a7e7f014cecad4d63d94064af18\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.16043904468313\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.628613520025695\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.193053318494634\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.15306474380171\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0a8c9d3397dd491591e4f379d4153200\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t892b690f23b14ec3a39cc3bc2d545b8b\"><g class=\"toyplot-Edges\"><path d=\"M 115.116250129 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.116250129 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.259859364 152.635973282 L 115.116250129 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.493946602 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.250907565 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.250907565 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.493946602 219.728053435 L 239.250907565 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.259859364 152.635973282 L 107.493946602 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.25985936442579\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"115.11625012889024\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"107.49394660209705\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"239.25090756523625\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t77d1cff0ab99403aa6a8ee20620b995b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.25985936442579\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.11625012889024\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.49394660209705\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.25090756523625\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t38304339ee0b43cdad7465c21485abdf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te09dd5ebf4544ea4b849c1b7f2ad8051\"><g class=\"toyplot-Edges\"><path d=\"M 100.960543579 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.960543579 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.224090094 152.635973282 L 100.960543579 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4581773317 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.516031578 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.516031578 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4581773317 219.728053435 L 233.516031578 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.224090094 152.635973282 L 87.4581773317 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.224090093998029\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"100.96054357913151\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.458177331669305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"233.51603157841089\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t86733f27f8e6461ca8411ba1377c1785\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.224090093998029\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.96054357913151\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.458177331669305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.51603157841089\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5db14e86b7c947cebd357283122b605d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t44b78dc5f8064fa0aee789981ec5d3b5\"><g class=\"toyplot-Edges\"><path d=\"M 104.517618558 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.517618558 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2256675923 152.635973282 L 104.517618558 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.9679083984 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.944226961 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.944226961 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.9679083984 219.728053435 L 237.944226961 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2256675923 152.635973282 L 96.9679083984 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.225667592306138\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"104.51761855830163\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.967908398430296\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"237.94422696064311\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3f2361bb29814af8a2d99b504391e6ef\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.225667592306138\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.51761855830163\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.967908398430296\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.94422696064311\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8f3a78a297fc47ed9edbed3e32a8092c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t304e93551e3d46d394e5126e83aec9cb\"><g class=\"toyplot-Edges\"><path d=\"M 106.913199667 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.913199667 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.372431824 152.635973282 L 106.913199667 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.461332328 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.154642242 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.154642242 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.461332328 219.728053435 L 242.154642242 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.372431824 152.635973282 L 105.461332328 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"104.37243182445799\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"106.91319966672236\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.46133232828558\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"242.15464224210984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b17e2a3a95f4f2a9de0e32a7486c368\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.37243182445799\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.91319966672236\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.46133232828558\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.15464224210984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5c31ad5d61ce42d2ada812a645f8d9bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7e5661dd19b24829bd662190baa48b08\"><g class=\"toyplot-Edges\"><path d=\"M 86.6596502955 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6596502955 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7722227556 152.635973282 L 86.6596502955 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0952104971 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.483417305 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.483417305 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0952104971 219.728053435 L 231.483417305 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7722227556 152.635973282 L 87.0952104971 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.772222755561231\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"86.659650295529076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.095210497060094\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"231.48341730459936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbfc798317e084141869e23e5718f3b7b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.772222755561231\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.659650295529076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.095210497060094\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.48341730459936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t77b1177b25a94d92983e7a8b200fe27e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t68662f36b962480d9aaea3236a08fa45\"><g class=\"toyplot-Edges\"><path d=\"M 105.170958861 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.170958861 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.0568089023 152.635973282 L 105.170958861 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.887950212 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.356115206 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.356115206 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.887950212 219.728053435 L 241.356115206 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.0568089023 152.635973282 L 100.887950212 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"98.056808902257913\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.1709588605982\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.88795021220966\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"241.35611520596962\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3dad25795f334ed0aead6690d00758b4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.056808902257913\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.1709588605982\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.88795021220966\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.35611520596962\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t63630b155fee4738bed04fa627243e8b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb93e70b12c884a45b5fe193af86f8899\"><g class=\"toyplot-Edges\"><path d=\"M 95.7338211608 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7338211608 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.757493117 152.635973282 L 95.7338211608 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.1367670885 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.403459118 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.403459118 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.1367670885 219.728053435 L 235.403459118 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.757493117 152.635973282 L 94.1367670885 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"92.757493116963587\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"95.733821160759007\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"94.13676708847855\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"235.40345911837875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6777316dd2e04249a92167fecdfccded\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.757493116963587\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.733821160759007\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.13676708847855\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.40345911837875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td44200756f424e51accdece9281459f9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d877359192745b48588750cd5240d10\"><g class=\"toyplot-Edges\"><path d=\"M 82.2314549133 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2314549133 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2151477764 152.635973282 L 82.2314549133 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.459745348 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.459745348 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 219.728053435 L 234.459745348 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2151477764 152.635973282 L 84.9900028563 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.215147776391078\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"82.231454913296858\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.990002856326754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"234.45974534839482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t782620fe117c41d6b408d35f4e3d281f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.215147776391078\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.231454913296858\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.990002856326754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.45974534839482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbbfc2dacb3244fffb523104e76a20d0a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb439efd31edb48f2b9fd29b65a29e51c\"><g class=\"toyplot-Edges\"><path d=\"M 76.3513921926 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3513921926 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.173591185 152.635973282 L 76.3513921926 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.750118816 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.750118816 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 234.750118816 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.173591185 152.635973282 L 75.5528651565 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"74.173591184972636\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.351392192627841\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.552865156487584\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"234.75011881608219\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4c8c906ec7d14737af36e9bf6dedd407\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.173591184972636\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.351392192627841\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.552865156487584\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.75011881608219\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf6be8c810d94ca4ad79d03bc0439f31\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td14301e1c783405a91616e4c1d8f0354\"><g class=\"toyplot-Edges\"><path d=\"M 92.2493395485 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2493395485 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.982638037 152.635973282 L 92.2493395485 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.870065577 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.846384139 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.846384139 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.870065577 219.728053435 L 231.846384139 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.982638037 152.635973282 L 90.870065577 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"88.982638037027925\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.249339548510704\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.870065576995756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"231.8463841392086\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9a7ac4f4f4b142b3b887f8b0accd37ea\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.982638037027925\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.249339548510704\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.870065576995756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.8463841392086\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7a85c232d6264d22a387a4a802e5b7d8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td795f71dacaa4918bb1f7e07e85dff37\"><g class=\"toyplot-Edges\"><path d=\"M 82.8847952156 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.8847952156 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.4476575158 152.635973282 L 82.8847952156 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.160429563 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.160429563 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5528651565 219.728053435 L 229.160429563 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.4476575158 152.635973282 L 75.5528651565 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"73.44765751575423\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.8847952155934\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"75.552865156487584\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"229.16042956310051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t970a7a70e522484d83aba3e4a7b4f05a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.44765751575423\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.8847952155934\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.552865156487584\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.16042956310051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t40e05d9ea6e248c3b4b9062b364228c3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t72b6350e18ce42579c4c9a26557cac4f\"><g class=\"toyplot-Edges\"><path d=\"M 89.5633849724 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5691722934 152.635973282 L 89.5633849724 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.819566668 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.387151981 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.387151981 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.819566668 219.728053435 L 234.387151981 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5691722934 152.635973282 L 78.819566668 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"76.569172293393322\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"89.563384972402631\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.819566667970363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"234.38715198147295\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfe3c5f501c104dc0988b7f335895b03a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.569172293393322\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.563384972402631\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.819566667970363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.38715198147295\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te5af36b5a9854045bc10a9d10d7dfaa1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef839b59933f4e8395fc5df83ee28de8\"><g class=\"toyplot-Edges\"><path d=\"M 83.1751686833 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1751686833 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4729069703 152.635973282 L 83.1751686833 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8521809418 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.766425953 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.766425953 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8521809418 219.728053435 L 235.766425953 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.4729069703 152.635973282 L 80.8521809418 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"79.472906970266919\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"83.175168683280731\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"80.852180941781867\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.76642595298793\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2072160e5db74a12bee093eedb25eae3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.472906970266919\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.175168683280731\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.852180941781867\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.76642595298793\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5a78d9da3d17478e922e5a8116c857f1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t07ccb821fb5b40fca8c15e0605281282\"><g class=\"toyplot-Edges\"><path d=\"M 91.2330324116 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2330324116 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4981564248 152.635973282 L 91.2330324116 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.058376919 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.058376919 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5633849724 219.728053435 L 245.058376919 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4981564248 152.635973282 L 89.5633849724 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.498156424779637\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"91.233032411604981\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"89.563384972402673\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"245.05837691898344\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0222086c27d449ffaeb0e24f942cdd5f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.498156424779637\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.233032411604981\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.563384972402673\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.05837691898344\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t04f9c5d735da48ed860cddde9daa3d8a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta05b11f02c0f4629b284a4d2cbc738bf\"><g class=\"toyplot-Edges\"><path d=\"M 89.7085717062 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7085717062 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 152.635973282 L 89.7085717062 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.2077829571 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.419766255 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.419766255 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.2077829571 219.728053435 L 236.419766255 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.409255921 152.635973282 L 85.2077829571 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.409255920951978\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"89.708571706246303\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.207782957092235\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"236.41976625528446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t666c73a6759d43f9b5a2abb700d160f4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.409255920951978\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.708571706246303\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.207782957092235\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.41976625528446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta5064a85b8dc4acfb2f69c3be29d5fca\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfc5d1aed940b49aeaac71d70b58a753c\"><g class=\"toyplot-Edges\"><path d=\"M 87.2403972309 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2403972309 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 152.635973282 L 87.2403972309 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.492359622 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.492359622 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.1188824533 219.728053435 L 236.492359622 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9410814456 152.635973282 L 84.1188824533 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.941081445609456\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"87.240397230903767\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.118882453264661\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"236.49235962220632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t49ece74b3e7b42c6880be52d27864a2f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.941081445609456\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.240397230903767\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.118882453264661\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.49235962220632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf5fbb6c538a44e63a317a3d1686ade4a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tde10c3b5aa9c4964939d786337f45ee9\"><g class=\"toyplot-Edges\"><path d=\"M 86.3692768278 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3692768278 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8521809418 152.635973282 L 86.3692768278 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.44501571 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.44501571 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5944217479 219.728053435 L 242.44501571 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8521809418 152.635973282 L 82.5944217479 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"80.852180941781867\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.369276827841702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"82.59442174790604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"242.44501570979719\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc3e4e829493e49e8abcacf3b2d4b9678\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.852180941781867\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.369276827841702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.59442174790604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.44501570979719\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3a34e48d06624077981b3c8deff402ab\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta198581a9d874c3da948a72100e9d442\"><g class=\"toyplot-Edges\"><path d=\"M 101.250917047 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.250917047 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3945262824 152.635973282 L 101.250917047 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.68489975 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.929497322 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.929497322 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.68489975 219.728053435 L 245.929497322 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.3945262824 152.635973282 L 92.68489975 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.394526282354377\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"101.25091704681884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.684899750041751\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"245.92949732204548\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t218a9798d8d84d8689c4948be69e1f07\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.394526282354377\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.25091704681884\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.684899750041751\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.92949732204548\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta163065105584620be149377615152af\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcd30790ce7174a6f9e4a535f69998415\"><g class=\"toyplot-Edges\"><path d=\"M 84.9900028563 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9900028563 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.471329472 152.635973282 L 84.9900028563 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.0520764073 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.750118816 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.750118816 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.0520764073 219.728053435 L 234.750118816 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.471329472 152.635973282 L 71.0520764073 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"70.471329471958796\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.990002856326754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"71.052076407333516\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"234.75011881608219\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3872a0db171f410481413c4be8dfb387\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.471329471958796\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.990002856326754\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.052076407333516\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.75011881608219\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t55a3e38d7c0a4b31a79caa02dce33cf6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6406a3e4fa964d06b733987ce0ad8abc\"><g class=\"toyplot-Edges\"><path d=\"M 73.0846906811 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.0846906811 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.7927397151 152.635973282 L 73.0846906811 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.1557065498 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.249330067 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.249330067 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.1557065498 219.728053435 L 230.249330067 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.7927397151 152.635973282 L 64.1557065498 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"63.792739715149523\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"73.08469068114502\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"64.155706549758705\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"230.24933006692811\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0af17abe29404426ab86baa6e43c7528\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"63.792739715149523\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.08469068114502\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.155706549758705\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.24933006692811\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6be8ac6fc5d24268b3406c16cf1d881b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1611d58cbb7442e1ad2c4f3ec83c95d4\"><g class=\"toyplot-Edges\"><path d=\"M 76.5691722934 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5691722934 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.229877415 152.635973282 L 76.5691722934 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.4639646527 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.78273309 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.78273309 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.4639646527 219.728053435 L 236.78273309 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.229877415 152.635973282 L 74.4639646527 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"73.229877414988692\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"76.569172293393322\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.463964652659982\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"236.78273308989367\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8162971825fe491aa7939e93af85db87\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.229877414988692\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.569172293393322\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.463964652659982\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.78273308989367\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tccc142783466438ca371ece1233ef53a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t04e4520973be4e1e909b84dbb960c9cf\"><g class=\"toyplot-Edges\"><path d=\"M 66.6238810251 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.6238810251 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.0341917721 152.635973282 L 66.6238810251 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.7601254413 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.806405046 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.806405046 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.7601254413 219.728053435 L 233.806405046 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.0341917721 152.635973282 L 61.7601254413 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"61.034191772119634\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"66.623881025101269\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"61.760125441338026\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"233.80640504609829\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t11e325161c314f9396b1908d957f59a1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.034191772119634\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.623881025101269\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.760125441338026\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.80640504609829\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1771dfb668014e318a9a432ffe645954\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t985b7e7cb08d4c66a86a3da88af5daa3\"><g class=\"toyplot-Edges\"><path d=\"M 95.0804808585 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0804808585 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.280376324 152.635973282 L 95.0804808585 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.38872948 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.38872948 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.3129905978 219.728053435 L 243.38872948 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.280376324 152.635973282 L 87.3129905978 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.280376324014085\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"95.080480858462465\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.312990597825589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"243.38872947978106\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta6e284853e524ffba96c5d32e389bc73\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.280376324014085\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.080480858462465\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.312990597825589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.38872947978106\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5f5777a897d642ecbaba6abf6bcd1f08\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad228a064ab740ee8bdeea09fc369d7f\"><g class=\"toyplot-Edges\"><path d=\"M 95.0804808585 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0804808585 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.5796921093 152.635973282 L 95.0804808585 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7901073908 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 247.599144761 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 247.599144761 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7901073908 219.728053435 L 247.599144761 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.5796921093 152.635973282 L 94.7901073908 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"90.579692109308397\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.080480858462465\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.790107390775106\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"247.5991447612478\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t803a80f0079942f6ad8bc05c94986ba5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.579692109308397\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.080480858462465\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.790107390775106\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"247.5991447612478\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf93d414061bd422087c023729c85f394\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3d1a640f2eb14434a96f7bf2964ebefc\"><g class=\"toyplot-Edges\"><path d=\"M 108.002100171 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.002100171 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.105730313 152.635973282 L 108.002100171 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.299838458 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.768003451 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.768003451 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.299838458 219.728053435 L 244.768003451 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.105730313 152.635973282 L 104.299838458 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"101.10573031297515\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.00210017054992\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.29983845753611\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"244.76800345129607\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0cfa1ad9338445a29432710f52ec5b81\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.10573031297515\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.00210017054992\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.29983845753611\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.76800345129607\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfa330083a1a04655aa45445d1e312208\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7317dc30302d4f1990e14925214055c4\"><g class=\"toyplot-Edges\"><path d=\"M 93.8463936208 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.6375558376 85.5438931298 L 304.076784226 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.6375558376 85.5438931298 L 304.076784226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.8463936208 130.271946565 L 98.6375558376 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4108334193 197.364026718 L 93.8463936208 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.742753997 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.742753997 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4108334193 197.364026718 L 238.742753997 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.410833419260172\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.846393620791218\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"98.637555837632647\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"238.74275399678339\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t55d28b5c6e2c401db8383db565e9d112\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.410833419260172\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.846393620791218\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.637555837632647\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.74275399678339\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t72e92ff74edb4c96927930c2187c60f5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t917b0186e63049658a10bdefc7d5bf6e\"><g class=\"toyplot-Edges\"><path d=\"M 79.1825335026 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1825335026 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.9957901773 152.635973282 L 79.1825335026 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.286163645 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.403459118 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.403459118 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.286163645 219.728053435 L 235.403459118 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.9957901773 152.635973282 L 72.286163645 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"71.995790177317417\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"79.18253350257956\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"72.286163645004777\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"235.40345911837872\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc34685a16be49499fe2f87bcaab5c4a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.995790177317417\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.18253350257956\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.286163645004777\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.40345911837872\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643909\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9defc776789b40688868d9124267e14d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t18383dc9c0bb4eb3a0523001c46f6795\"><g class=\"toyplot-Edges\"><path d=\"M 71.7054167096 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7054167096 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.7201463482 152.635973282 L 71.7054167096 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.8653330821 219.728053435 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.00787801 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.00787801 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.8653330821 219.728053435 L 233.00787801 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.7201463482 152.635973282 L 63.8653330821 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"63.720146348227715\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"71.705416709630072\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"63.865333082071373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"233.00787800995803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcc7026a372244302808ce2fe4d02f2c6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"63.720146348227715\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.705416709630072\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"63.865333082071373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.00787800995803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td058b38b8c2c4563931d459d4e6246b7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t21e1b3ea272d4fdcba5fa2737c70adb5\"><g class=\"toyplot-Edges\"><path d=\"M 66.3335075574 175.0 L 304.076784226 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.330865751 264.45610687 L 304.076784226 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.330865751 264.45610687 L 304.076784226 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.6238810251 175.0 L 235.330865751 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.2535493712 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.2535493712 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.6238810251 175.0 L 70.2535493712 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.3335075574 175.0 L 66.6238810251 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"66.33350755741391\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"66.623881025101269\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.33086575145688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"70.253549371193245\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbb85c9efe1904664b78352df90b78a29\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.33350755741391\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.623881025101269\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.33086575145688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.253549371193245\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07678422643914\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3954adb1929e46299d6d2c913ac64560\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6f1104ee245e40fa9095f26114f97b78\"><g class=\"toyplot-Edges\"><path d=\"M 68.3661218312 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.049434601 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.049434601 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0194621335 175.0 L 240.049434601 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.229877415 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.229877415 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0194621335 175.0 L 73.229877415 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3661218312 175.0 L 69.0194621335 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"68.366121831225442\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"69.019462133521984\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"240.04943460137648\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"73.229877414988721\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t69ca67601ff64564b0dd026198d2ec27\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.366121831225442\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.019462133521984\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.04943460137648\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.229877414988721\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9a9f45729fa541299a7f2a0f09a91192\" style=\"-toyplot-anchor-shift:12px;alignment-baseline:middle;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,294.27480916030532)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">glabrata</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,234.63740458015266)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">insipida</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,175.0)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">yoponensis</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336095,115.36259541984731)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">maxima</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336095,55.725190839694662)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">tonduzii</tspan></text></g></g></g><g class=\"toyplot-coordinates-Axis\" id=\"tb04d12560fa340589c02ca4923d19e8b\" transform=\"translate(50.0,300.0)translate(0,10.0)\"><line style=\"\" x1=\"0\" x2=\"254.14937759336098\" y1=\"0\" y2=\"0\"></line><g><line style=\"\" x1=\"254.14937759336098\" x2=\"254.14937759336098\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"145.25932721060133\" x2=\"145.25932721060133\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"36.3692768278417\" x2=\"36.3692768278417\" y1=\"0\" y2=\"-5\"></line></g><g><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(254.14937759336098,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">0.0</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(145.25932721060133,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">1.5</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(36.3692768278417,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">3.0</tspan></text></g><text style=\"font-weight:bold;stroke:none;text-anchor:middle\" transform=\"translate(175.0,22)translate(0,9.0)\"><tspan style=\"font-size:12.0px\">Divergence time (substitutions/site x 10</tspan><tspan dy=\"-3.6\" style=\"font-size:8.4px\">-3</tspan><tspan dy=\"3.6\" style=\"font-size:12.0px\">)</tspan></text><g class=\"toyplot-coordinates-Axis-coordinates\" style=\"visibility:hidden\" transform=\"\"><line style=\"stroke:rgb(43.9%,50.2%,56.5%);stroke-opacity:1.0;stroke-width:1.0\" x1=\"0\" x2=\"0\" y1=\"-3.0\" y2=\"4.5\"></line><text style=\"alignment-baseline:alphabetic;fill:rgb(43.9%,50.2%,56.5%);fill-opacity:1.0;font-size:10px;font-weight:normal;stroke:none;text-anchor:middle\" x=\"0\" y=\"-6\"></text></g></g></g></svg><div class=\"toyplot-interactive\"><ul class=\"toyplot-mark-popup\" onmouseleave=\"this.style.visibility='hidden'\" style=\"background:rgba(0%,0%,0%,0.75);border:0;border-radius:6px;color:white;cursor:default;list-style:none;margin:0;padding:5px;position:fixed;visibility:hidden\">\n",
       "            <li class=\"toyplot-mark-popup-title\" style=\"color:lightgray;cursor:default;padding:5px;list-style:none;margin:0\"></li>\n",
       "            <li class=\"toyplot-mark-popup-save-csv\" onmouseout=\"this.style.color='white';this.style.background='steelblue'\" onmouseover=\"this.style.color='steelblue';this.style.background='white'\" style=\"border-radius:3px;padding:5px;list-style:none;margin:0\">\n",
       "                Save as .csv\n",
       "            </li>\n",
       "        </ul><script>\n",
       "        (function()\n",
       "        {\n",
       "          var data_tables = [{\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3c3dc1e516cf4879965e98f6688f4221\", \"columns\": [[-0.003026, -0.003014, -0.003006, -0.0008540000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc83efcb258804ab79240eab5ba7282e4\", \"columns\": [[-0.003281, -0.0032760000000000003, -0.003268, -0.000902, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1f32035a5bb64b29a170ff976861ef61\", \"columns\": [[-0.0030670000000000003, -0.003063, -0.0030610000000000004, -0.0008580000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000005664e-06, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4370f852bd2642dda92dc269f233b45f\", \"columns\": [[-0.003112, -0.0031060000000000003, -0.0008820000000000004, -0.003108, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t521297a52dcd47729cce7a025373b806\", \"columns\": [[-0.003046, -0.0030410000000000003, -0.0009190000000000001, -0.003026, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta66e565c9f7a409baf7f32adffb6478e\", \"columns\": [[-0.003027, -0.0030250000000000003, -0.0008490000000000004, -0.003014, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1dd3b794672349de9a3357abc4b68c76\", \"columns\": [[-0.003213, -0.0032110000000000003, -0.0008410000000000002, -0.003203, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te8c926b303dc42269127fc28d9a92b4b\", \"columns\": [[-0.003092, -0.003052, -0.00082, -0.003026, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcab271eaa3ae4e42b589a5007e6bbe9e\", \"columns\": [[-0.0030570000000000003, -0.003043, -0.0007560000000000002, -0.0029490000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t636f75d931594da4bd23bb16b7272437\", \"columns\": [[-0.0030840000000000004, -0.00305, -0.0008350000000000002, -0.0029820000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t35d43da29f92423bbb869f4f69b264bb\", \"columns\": [[-0.0032979999999999997, -0.0032809999999999996, -0.0008909999999999994, -0.003257, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t260d4adffaef4888b9c17c45287ef4b8\", \"columns\": [[-0.0031000000000000003, -0.0030830000000000002, -0.0009160000000000001, -0.0030700000000000002, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc1c2b4ae46984d9fbc778784329519a5\", \"columns\": [[-0.0030629999999999998, -0.003048, -0.0008849999999999999, -0.002985, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te2145b6acea6470d89589f1b0abd42c7\", \"columns\": [[-0.003237, -0.003218, -0.000931, -0.0031479999999999998, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf5adcc97e6c24065a773363864debc93\", \"columns\": [[-0.003273, -0.003267, -0.0009169999999999998, -0.00324, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te90596b8831e431daa43f1f0f82d3ab1\", \"columns\": [[-0.0031450000000000002, -0.0031400000000000004, -0.0009300000000000003, -0.0031160000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8b0bf53d1083451f975214706995855c\", \"columns\": [[-0.002968, -0.0029660000000000003, -0.0008080000000000001, -0.002921, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2f4c947058d145c09957953780cc3cd5\", \"columns\": [[-0.002919, -0.002915, -0.000807, -0.002764, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t424f1ba44aec4b53a10a672e8d8b6217\", \"columns\": [[-0.003225, -0.003223, -0.0009430000000000003, -0.002988, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tedae5691559b48d3b89afa4bc528d461\", \"columns\": [[-0.0028770000000000002, -0.0028740000000000003, -0.002788, -0.0008410000000000002, -2.0000000000002655e-06, -2.0000000000002655e-06, -1.0000000000001327e-06, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2bd7231be3b44ae3b0fb5571b6d5e784\", \"columns\": [[-0.0028139999999999997, -0.00274, -0.002786, -0.0007999999999999999, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t73c6e4b17323404d9272412a4140263b\", \"columns\": [[-0.0028250000000000003, -0.002765, -0.0028090000000000003, -0.0008850000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9efe8970e75b494597e6e3a8d8a29ef3\", \"columns\": [[-0.003008, -0.002947, -0.002999, -0.000879, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tebde6cad297944e798c16209dd13ccd3\", \"columns\": [[-0.00297, -0.002871, -0.002954, -0.000869, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t72980d0d6b65415281e5e46cc3183b14\", \"columns\": [[-0.002947, -0.002931, -0.002931, -0.0008570000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td096d4e8045c4b30a6e2ca50414980c0\", \"columns\": [[-0.002952, -0.0028640000000000002, -0.0029460000000000003, -0.0008670000000000001, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t097a804fecdf4dd7b16f1aa8f81f6dc5\", \"columns\": [[-0.003023, -0.002987, -0.003016, -0.0008849999999999999, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td4002f81802246adb687547e616a8acf\", \"columns\": [[-0.002917, -0.002876, -0.002908, -0.000771, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb90b4ee86534425a92e7820d46c1e6d2\", \"columns\": [[-0.003223, -0.0029620000000000002, -0.003134, -0.000951, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdaeb92bef5334273a65f9dbab1e6cad3\", \"columns\": [[-0.003226, -0.00301, -0.003091, -0.0008900000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t609dd88ddc5649c5ab3dcd060a6e40ad\", \"columns\": [[-0.003218, -0.002974, -0.003075, -0.000895, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b199251d2ad4cd4b132ba00389f4e09\", \"columns\": [[-0.0033, -0.003025, -0.003266, -0.001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf730965d233c48e2b3d40c988be2b870\", \"columns\": [[-0.003281, -0.0029820000000000003, -0.003241, -0.0009329999999999998, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1c5d0dd035b6436fa5a1ae1e07fde517\", \"columns\": [[-0.003129, -0.002872, -0.00311, -0.0010009999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb1adf9d48cbe4a74b5a864525ca54a22\", \"columns\": [[-0.003035, -0.002817, -0.002985, -0.0008969999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e8308026c5245418902167f034b1001\", \"columns\": [[-0.002976, -0.002817, -0.002921, -0.0008519999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t76fc1aca421348ba9c08fbb1e91d5443\", \"columns\": [[-0.002987, -0.002941, -0.002963, -0.001061, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t745a7e16d5794196a58e8c5b72a8207d\", \"columns\": [[-0.003123, -0.003093, -0.003033, -0.001147, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t53bd4c3ce96e482ba234f623e37d2964\", \"columns\": [[-0.003102, -0.0030570000000000003, -0.003053, -0.001105, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcba41320c0b743289ed4b0ffc4fc82a6\", \"columns\": [[-0.0029920000000000003, -0.002961, -0.0029440000000000004, -0.0009740000000000005, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf2d10c64f58a4fb5bf0448e03825f224\", \"columns\": [[-0.0030210000000000002, -0.003004, -0.002955, -0.0010500000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7ee5a8b2166541f89d4de26e3e3bdaf2\", \"columns\": [[-0.0030529999999999997, -0.003002, -0.002949, -0.0011039999999999997, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tda5abe40b1464c28bcdb628dfb2c207e\", \"columns\": [[-0.002955, -0.002928, -0.002736, -0.001074, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t00525b7ae4ef419880f56af3793b4c4c\", \"columns\": [[-0.002698, -0.002696, -0.002474, -0.0009269999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5248774e2d0240e6a1f762751337c41c\", \"columns\": [[-0.002889, -0.00287, -0.00286, -0.0010890000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf01af7679b384d2097080a62c8395d0a\", \"columns\": [[-0.003012, -0.003008, -0.002994, -0.001223, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t87d394058399446b8fadec0225cdba7d\", \"columns\": [[-0.0031320000000000002, -0.003128, -0.003075, -0.0011560000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t77966a955bcc4b50a42990650db6606c\", \"columns\": [[-0.002795, -0.002748, -0.002791, -0.001188, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9e8c8ae3de5942c8be86e1447834ac81\", \"columns\": [[-0.00287, -0.0028190000000000003, -0.002844, -0.0010860000000000002, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t902bd51cb14a4961afd61e7dfacd0932\", \"columns\": [[-0.003026, -0.003001, -0.002994, -0.001198, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb1b40eff7f2845e4aa6a623921e49bb4\", \"columns\": [[-0.003055, -0.003052, -0.003052, -0.001126, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03262179fea1405dbca110975d532996\", \"columns\": [[-0.002948, -0.0029460000000000003, -0.002925, -0.0011380000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2d3da553a5ce46dda8c3230877b027d9\", \"columns\": [[-0.0028970000000000003, -0.002886, -0.0028690000000000005, -0.0011440000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t652a73532cb2444cb36734db0ba401e6\", \"columns\": [[-0.002983, -0.002955, -0.002948, -0.001127, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t57ed04a46c3a4d5086a5d6134caee708\", \"columns\": [[-0.002832, -0.002806, -0.002776, -0.001094, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6a56fe54702446c38b4d4228a823bfe3\", \"columns\": [[-0.003036, -0.003025, -0.002992, -0.001177, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t50984c07a126464cbf86947cacb8924e\", \"columns\": [[-0.003099, -0.0030740000000000003, -0.003079, -0.00117, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t45c6db6c0dc947bd94c386199230f42c\", \"columns\": [[-0.003138, -0.003111, -0.003094, -0.001069, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf205a7cd44374ead82aa5b37d771cfd7\", \"columns\": [[-0.003031, -0.002996, -0.003026, -0.0010479999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e568d89d57a4de3aa36f18852412b8f\", \"columns\": [[-0.002997, -0.002964, -0.00299, -0.0009590000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te6f859df23bc4d56b54eb4a5abdbf536\", \"columns\": [[-0.002968, -0.002905, -0.0029590000000000003, -0.0009890000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6db4bc25732a4675b2e042872742ab06\", \"columns\": [[-0.0028980000000000004, -0.0028920000000000005, -0.00289, -0.0010440000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tac5bc16380624ef1b1bad4b551e24bca\", \"columns\": [[-0.003125, -0.0031190000000000002, -0.003121, -0.001013, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6d12eb6fd30740fc9bbb5ad76d0da11b\", \"columns\": [[-0.0030310000000000003, -0.0030250000000000003, -0.00302, -0.0009780000000000001, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf5964da1fac044a28e1b7d7d0fa10bc7\", \"columns\": [[-0.003306, -0.003303, -0.003237, -0.001, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td1dc5be5bed64969bbab2972fefcc94b\", \"columns\": [[-0.003112, -0.0031030000000000003, -0.003086, -0.0009690000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t85b7eb9bb79d419cabf56ce1cffd524b\", \"columns\": [[-0.003073, -0.003056, -0.0030570000000000003, -0.0009480000000000001, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad4b03a0ddc142f6a8d3064825bfdd2e\", \"columns\": [[-0.003248, -0.00319, -0.003238, -0.000977, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3ec7f80ba6d94891bf674d3df640efe2\", \"columns\": [[-0.0032540000000000004, -0.0031850000000000003, -0.0032180000000000004, -0.0010600000000000002, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t11f9d691d12642e9811b547963c16924\", \"columns\": [[-0.003344, -0.003294, -0.0033260000000000004, -0.0010240000000000006, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t945514483687449c88393f2708855652\", \"columns\": [[-0.0031910000000000003, -0.0030210000000000002, -0.003167, -0.001003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03aa35e020b548c4ac3e9694c998e72b\", \"columns\": [[-0.003452, -0.0031400000000000004, -0.003396, -0.001066, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6afc249bd130433e97512cbeb9294bc2\", \"columns\": [[-0.003304, -0.003183, -0.003269, -0.0009630000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1deb8ff5000544a58a32c41c33668b4a\", \"columns\": [[-0.003171, -0.0030310000000000003, -0.003135, -0.0009480000000000001, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfea4b74e35ac45aba3f43bbfb0c11d02\", \"columns\": [[-0.003091, -0.003058, -0.003015, -0.0009209999999999999, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te3507b0456a3426f8298a7cef2d78e4e\", \"columns\": [[-0.0031430000000000004, -0.0031260000000000003, -0.003073, -0.0009090000000000001, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta7516e65a672467e8f717ca10554b3e9\", \"columns\": [[-0.0030540000000000003, -0.003027, -0.002991, -0.0009700000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t99b92ae91801403eb06524233005cded\", \"columns\": [[-0.003254, -0.003215, -0.003234, -0.0010149999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3cf90708eb05452d9ddbe4db26282c4e\", \"columns\": [[-0.003183, -0.003128, -0.003171, -0.0009620000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t86e648c4e57b44d499ba37cee6bf5fc6\", \"columns\": [[-0.0031270000000000004, -0.0030890000000000006, -0.0031190000000000002, -0.0010170000000000001, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t71366c41537d4651b6f85afe76aaf5dd\", \"columns\": [[-0.0031440000000000005, -0.0031300000000000004, -0.0031330000000000004, -0.0011000000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t69448415639d48e8a17e6103066fb332\", \"columns\": [[-0.003247, -0.003137, -0.003201, -0.00118, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf773770bace14d28a630f449efd7c235\", \"columns\": [[-0.003133, -0.00303, -0.00312, -0.00114, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc193949bbf44cf4a197aa9cefbfe460\", \"columns\": [[-0.002995, -0.00295, -0.002969, -0.001081, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d28f7fc9e104fb38a716037cd130cb9\", \"columns\": [[-0.002882, -0.002853, -0.002819, -0.001044, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0e334248518b4e73bdd9230db5c8de83\", \"columns\": [[-0.0028490000000000004, -0.0027450000000000005, -0.0028120000000000003, -0.0010690000000000005, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61618fd42caa41e690235325b08ab8aa\", \"columns\": [[-0.003241, -0.003125, -0.003182, -0.0010760000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t141fc2a0f0dc4cd9a6db24cfc8bee94f\", \"columns\": [[-0.0030930000000000003, -0.002935, -0.0030610000000000004, -0.0010910000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbc48f2b192834c708f4f3db5cdb2c1e0\", \"columns\": [[-0.0030660000000000006, -0.0030300000000000006, -0.0030090000000000004, -0.0010480000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t687ca7313f21410ea15da5cbac2a1c90\", \"columns\": [[-0.002841, -0.002722, -0.002831, -0.001025, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5513389ae7341809d211ae5532fcff0\", \"columns\": [[-0.002834, -0.002795, -0.002818, -0.0009450000000000001, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t839655e221cf484a8d93c387726d5c87\", \"columns\": [[-0.002925, -0.002873, -0.002891, -0.0010130000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4034618faae6420e8013c5799dffbbb2\", \"columns\": [[-0.002879, -0.002746, -0.002863, -0.000956, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9606802909a24c3d98d56248b58da10e\", \"columns\": [[-0.002783, -0.002632, -0.002718, -0.000991, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f0ac9f3454d4b1fafad4c8d9d61924b\", \"columns\": [[-0.0028280000000000002, -0.002687, -0.0027890000000000002, -0.0009330000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf68ebd2c6fb842b79c7510bcbd37ad44\", \"columns\": [[-0.002909, -0.002777, -0.0028940000000000003, -0.0010240000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0cda3e15ba814e93accbaa8854a55d1d\", \"columns\": [[-0.003006, -0.002998, -0.00297, -0.001136, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f56d851a1574b0595f9dd7a8cae1f43\", \"columns\": [[-0.003034, -0.003029, -0.002982, -0.0011279999999999999, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta001c9b73fbf4d9baa1e84dcfd06ed87\", \"columns\": [[-0.003055, -0.003042, -0.002961, -0.0010739999999999999, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t22c45fb9498d447dbee6f1167c9e012e\", \"columns\": [[-0.0032660000000000002, -0.003242, -0.003209, -0.0010739999999999999, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t60abd73bb0dc4e138f87f6bf8574315d\", \"columns\": [[-0.003131, -0.003098, -0.003036, -0.0010600000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta8aab435f26f48df90163942b8131cdf\", \"columns\": [[-0.003102, -0.003086, -0.0030770000000000003, -0.0009800000000000004, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t98f3b61cfd1e433e874d8d89862d882e\", \"columns\": [[-0.0031030000000000003, -0.003089, -0.0030550000000000004, -0.0011080000000000005, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4b0664ac02a64ccb9573008006e4c96a\", \"columns\": [[-0.003134, -0.003103, -0.003115, -0.0011230000000000003, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbfe130e9ea9146f9b6ee43e4f80cd591\", \"columns\": [[-0.00335, -0.003334, -0.00321, -0.0012510000000000004, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9000870546ed4a7f95dda15c48e7270a\", \"columns\": [[-0.0031940000000000002, -0.003193, -0.003111, -0.0010800000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t35db79b06427487da526ac74479a4b2e\", \"columns\": [[-0.0028580000000000003, -0.002857, -0.0027860000000000003, -0.0009140000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t75d8b8d9e75b41449fdd3392ec57e990\", \"columns\": [[-0.002896, -0.002895, -0.002823, -0.0010330000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t63c21855209a4f3492de159d0558b16c\", \"columns\": [[-0.002657, -0.0026030000000000003, -0.002617, -0.000846, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcc79c84ba2f34a3385e3658ca8f952d6\", \"columns\": [[-0.002597, -0.002541, -0.002581, -0.000915, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t929c603c12f84efc9398aa59944b0101\", \"columns\": [[-0.0027140000000000003, -0.002697, -0.0026980000000000003, -0.0009540000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t271b0e4092694ed7a843d2363353ad5c\", \"columns\": [[-0.0027110000000000003, -0.0026300000000000004, -0.0026880000000000003, -0.0008970000000000002, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t23a7e80ed83d454b822a1fb0ba2420a6\", \"columns\": [[-0.002967, -0.002884, -0.002935, -0.0009469999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta444dfa0eb7f4775aff0c63436dfaabc\", \"columns\": [[-0.0029609999999999997, -0.002874, -0.002936, -0.0009619999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta0cef71705674b4996a06fcb8c664459\", \"columns\": [[-0.002895, -0.00282, -0.002889, -0.0009500000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4dce322c89fe4c15a8925408fb6d6f3b\", \"columns\": [[-0.00283, -0.002805, -0.0028150000000000002, -0.00093, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5d0d1b4d81264e7cb7883d1a8bad369a\", \"columns\": [[-0.0030960000000000002, -0.0030600000000000002, -0.003086, -0.0010320000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5fe45e7a3234989b543576735613ccd\", \"columns\": [[-0.0031219999999999998, -0.003077, -0.003104, -0.001058, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc29e9e3cfa04cd69fc7f764d1fcf9d4\", \"columns\": [[-0.003235, -0.003171, -0.003207, -0.0011140000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfbde74a52f1b43c7bdc9d31004920293\", \"columns\": [[-0.0029600000000000004, -0.0029340000000000004, -0.0029560000000000003, -0.0010740000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t325ebc593de0499fa9fb0749a2c14885\", \"columns\": [[-0.002955, -0.0027540000000000004, -0.002948, -0.001048, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t35205be50c924971860cf17af7840b25\", \"columns\": [[-0.0031260000000000003, -0.0029500000000000004, -0.0031140000000000004, -0.0010280000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0565c90902f54fa9bf149c6453082d38\", \"columns\": [[-0.002968, -0.002847, -0.002925, -0.000912, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbedd4cff5635416bb737edfec33307af\", \"columns\": [[-0.003064, -0.002895, -0.003045, -0.0009819999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t59f041cb60b445f7b3a1243bc03d23c3\", \"columns\": [[-0.003128, -0.0029950000000000003, -0.00312, -0.0009389999999999997, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8b21b18d40f64415b94e151ebe5d0252\", \"columns\": [[-0.002921, -0.002765, -0.002918, -0.0009320000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t368f550744674a62addd9edbbde580dc\", \"columns\": [[-0.003056, -0.003053, -0.0008940000000000003, -0.002928, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tedff886086b64f51887e70ca1d28b583\", \"columns\": [[-0.002885, -0.002881, -0.0008899999999999997, -0.002838, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tab17f6b889cc44169fd6cb68403a1ef3\", \"columns\": [[-0.003029, -0.003022, -0.0009399999999999999, -0.003006, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7848bc4fa859445984da9851352426aa\", \"columns\": [[-0.002922, -0.0029070000000000003, -0.0009350000000000005, -0.002865, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3ecff3ace724ad6b30767ad7337bb07\", \"columns\": [[-0.002965, -0.002951, -0.0008719999999999999, -0.0028030000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0bebe699cfc04b74bf35217e19025cb2\", \"columns\": [[-0.003067, -0.003018, -0.0009199999999999998, -0.002998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6935f2e630a2449d8b5027f3c14dbbee\", \"columns\": [[-0.003039, -0.003032, -0.0009260000000000002, -0.003016, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tca10493067554af98440358f239d26ea\", \"columns\": [[-0.0030640000000000003, -0.0030510000000000003, -0.0009830000000000004, -0.002916, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t65b88948bbea4e01913664d5af03eb4c\", \"columns\": [[-0.003123, -0.003101, -0.000983, -0.003093, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t525dd1f8e98848e0857825e4ac996afe\", \"columns\": [[-0.0031620000000000003, -0.0031450000000000002, -0.0010410000000000003, -0.0031430000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t77a4a6c546d240ffa976c6fbc112e070\", \"columns\": [[-0.003112, -0.003099, -0.0009920000000000003, -0.003019, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc3aebfe9e08b4832ad2bf851801dc017\", \"columns\": [[-0.00315, -0.003095, -0.000977, -0.003019, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3c8576965ed84aa89ba09f7b4175c376\", \"columns\": [[-0.003152, -0.003097, -0.0010209999999999998, -0.003103, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc596226db5e14f83b014ef539850dc2f\", \"columns\": [[-0.0031729999999999996, -0.00307, -0.0010379999999999999, -0.0030929999999999994, 0.0, 0.0, -9.99999999999699e-07, -9.999999999992654e-07, -9.999999999992654e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbda78f2f5697400e897910e3fa98b97a\", \"columns\": [[-0.003394, -0.003248, -0.0010149999999999998, -0.003353, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4f1f7542973742ee8cc445f5fb2c479f\", \"columns\": [[-0.003213, -0.003108, -0.0009890000000000003, -0.003122, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tabf1363cf3f94279892b800549c68623\", \"columns\": [[-0.0032660000000000002, -0.003256, -0.0010080000000000002, -0.00322, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdc48796c6081459a8a20a6260a258265\", \"columns\": [[-0.002926, -0.002912, -0.000938, -0.002903, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta1aff97a070b484997fc7cc50cda2478\", \"columns\": [[-0.0029100000000000003, -0.0028880000000000004, -0.0009750000000000002, -0.002893, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7ec710b9a9324a04959d7e343f091fc3\", \"columns\": [[-0.002656, -0.002647, -0.000776, -0.002631, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe3c5f3cb4dc4de0bae052aafcf0ee7c\", \"columns\": [[-0.002761, -0.002748, -0.0008240000000000001, -0.002729, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdf59f3e5725d46a1a7c009c1f481c70a\", \"columns\": [[-0.0027900000000000004, -0.0026880000000000003, -0.0009780000000000004, -0.002782, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf10efbc56a1f49d98ee1ec976af81962\", \"columns\": [[-0.002728, -0.002554, -0.0008019999999999998, -0.002682, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe85479c61ca4440ba958f30f1366779\", \"columns\": [[-0.0028640000000000002, -0.0028550000000000003, -0.0009190000000000003, -0.002833, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2307a297b8d74d81b1b9e396adc8507b\", \"columns\": [[-0.003043, -0.003027, -0.0009990000000000003, -0.003007, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9ab2026788f94f47b0c594dbebb71690\", \"columns\": [[-0.003098, -0.003094, -0.0009699999999999999, -0.003045, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te6b7079f50204b28b0ed00468920c5b9\", \"columns\": [[-0.003, -0.002992, -0.0008489999999999999, -0.002915, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3fb661c9ffa64dafb0c999fbff568f8b\", \"columns\": [[-0.0028629999999999997, -0.0028169999999999996, -0.0008779999999999999, -0.002825, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3e8bca2866c415bb00dd05c202ad6e7\", \"columns\": [[-0.002928, -0.002911, -0.0008670000000000001, -0.0028870000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6c937c1e6dcd46379ac8e1b298821dfb\", \"columns\": [[-0.002926, -0.00289, -0.0008360000000000004, -0.002905, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t99a06af05ad84e6ea63e4bfcbd29828d\", \"columns\": [[-0.0031070000000000004, -0.0030770000000000003, -0.0009290000000000001, -0.0030520000000000005, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5c25f89345444bea42531693da17b05\", \"columns\": [[-0.003094, -0.003054, -0.0009319999999999997, -0.003023, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f02bfdd93dd4f459fad75330107aa21\", \"columns\": [[-0.0032270000000000003, -0.0031000000000000003, -0.0010150000000000003, -0.0032040000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t769cc9c6840840f998e95feebac8a32c\", \"columns\": [[-0.0032600000000000003, -0.003125, -0.0010450000000000004, -0.0032250000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf6226f5b5d184325a0d90e398861e155\", \"columns\": [[-0.003087, -0.003067, -0.001032, -0.003061, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t97b0104cb969422b8ca8a92dcbc5b716\", \"columns\": [[-0.002992, -0.00294, -0.001109, -0.00296, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t17a4137e5842411eb0e8ce36d2728d52\", \"columns\": [[-0.0031030000000000003, -0.0030740000000000003, -0.0011200000000000003, -0.003059, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4c92300826da4f189f6f5a8aff06991f\", \"columns\": [[-0.003118, -0.003104, -0.001108, -0.003084, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb71c275e0ff0466cb35ba438da980cd0\", \"columns\": [[-0.003399, -0.003382, -0.001192, -0.003392, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb5dd91160fc442ec9ebe8347753476a6\", \"columns\": [[-0.0030110000000000002, -0.002991, -0.0010600000000000002, -0.002987, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb0f05801fced44b8aa5e849f86f3a636\", \"columns\": [[-0.003208, -0.001229, -0.003203, -0.003136, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9e9e661822f34ab088af7ec25239e58f\", \"columns\": [[-0.00338, -0.003379, -0.0012330000000000002, -0.0031920000000000004, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t63aaa47cf5e14a80937126cb4ac7bfbe\", \"columns\": [[-0.0035009999999999998, -0.003178, -0.003499, -0.001271, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8050f4b755404668945487f07d145b71\", \"columns\": [[-0.003058, -0.002974, -0.003055, -0.001151, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t45b508bc349f4b49add611a42ba0d801\", \"columns\": [[-0.002965, -0.002834, -0.0029590000000000003, -0.0009630000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb6d41026b7fe4e1a917cfae2269e0ace\", \"columns\": [[-0.0029490000000000002, -0.0027440000000000003, -0.002939, -0.0011080000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb19402398e9849beb095c7306bbf3f48\", \"columns\": [[-0.0031810000000000002, -0.0030280000000000003, -0.003173, -0.0011550000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcb261e2ed1a54a7c85a8b24f288abd41\", \"columns\": [[-0.0029140000000000004, -0.0028030000000000004, -0.0029100000000000003, -0.0010050000000000003, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6e8594d50fb04d6b810b70449e7b24d4\", \"columns\": [[-0.002766, -0.002717, -0.002761, -0.0009969999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8410f544dd2c485594170cc8e058c467\", \"columns\": [[-0.002889, -0.002791, -0.002881, -0.0009730000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te289929afb9246428bd01ad423ae57c0\", \"columns\": [[-0.002725, -0.002679, -0.002721, -0.0009659999999999998, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t70fca680e9834552b9878560ffff4fc5\", \"columns\": [[-0.0027810000000000005, -0.0027660000000000007, -0.0027670000000000004, -0.0009970000000000005, 0.0, 0.0, -4.336808689942018e-19, -8.673617379884035e-19, -8.673617379884035e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3739682ab41846f884944ce456eade46\", \"columns\": [[-0.002811, -0.0027960000000000003, -0.002803, -0.0009770000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb031c2dcc21a42c6974d513359d36065\", \"columns\": [[-0.00292, -0.002894, -0.002894, -0.001084, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t697cd60ebafb49dd9c7431074967dc52\", \"columns\": [[-0.0029679999999999997, -0.00292, -0.002959, -0.0010819999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t97929911a0394173af21f0afe00b730a\", \"columns\": [[-0.002925, -0.002788, -0.002921, -0.0010299999999999999, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4fed101d469a4d0698084d604b048af9\", \"columns\": [[-0.0031420000000000003, -0.0030650000000000004, -0.003138, -0.0010440000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta7e201476aca4a4c901767db704fa74d\", \"columns\": [[-0.003154, -0.003138, -0.0031490000000000003, -0.0011500000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3db117d456da4ee5a84d944e1212d7da\", \"columns\": [[-0.003133, -0.0030629999999999998, -0.003118, -0.0010800000000000002, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3844f319d5364ba5ab0a1bed472e6762\", \"columns\": [[-0.003092, -0.003081, -0.003081, -0.001127, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tee21a1a240684efd82f346e624d7e16c\", \"columns\": [[-0.0028130000000000004, -0.0028080000000000006, -0.002805, -0.0009660000000000005, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t84812e067be040b38ad2d7d2947f384e\", \"columns\": [[-0.002697, -0.0026820000000000004, -0.00269, -0.001002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5c7a7edf5f4940369d780801a913367a\", \"columns\": [[-0.002743, -0.002719, -0.0027270000000000003, -0.0009400000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6d033a106b494b04af47eab6d2dc9cd4\", \"columns\": [[-0.002853, -0.002826, -0.00282, -0.000913, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta7a22294a15340cda2ea3463c4053504\", \"columns\": [[-0.002961, -0.00293, -0.002922, -0.0010420000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t19873a20f2c44104a5a1c5cf4bf7c6c0\", \"columns\": [[-0.0029330000000000003, -0.0029150000000000005, -0.0028710000000000003, -0.0009720000000000002, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t898cb4a3b1384b5897fde24f752e14dd\", \"columns\": [[-0.0031100000000000004, -0.00305, -0.0030380000000000003, -0.0010100000000000005, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t82a961754a604832b0ac3990a1d23946\", \"columns\": [[-0.003171, -0.003167, -0.0031360000000000003, -0.0011000000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t094fbe275dd64c2599a9854bdcd5e179\", \"columns\": [[-0.002987, -0.002976, -0.002967, -0.0009880000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4ceaab2d41b5447b965d4ce957ec3cd2\", \"columns\": [[-0.002927, -0.002891, -0.002899, -0.0010489999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf044e1c878c947459794dbda00b67e30\", \"columns\": [[-0.002735, -0.002679, -0.002697, -0.00101, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3def4ea822c54ba48d6f42ff35f6eb97\", \"columns\": [[-0.002947, -0.0028799999999999997, -0.00294, -0.001021, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf7ea139d0350413cabe45002eceb6654\", \"columns\": [[-0.002901, -0.002602, -0.002898, -0.001003, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1221210521fd4195abb02064bf4ca820\", \"columns\": [[-0.0028079999999999997, -0.0025889999999999997, -0.002806, -0.0009929999999999997, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5c2b3087773143ddbbeb7a68e1df53a7\", \"columns\": [[-0.002981, -0.002906, -0.0029560000000000003, -0.001028, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5ba9d6eeee364d57a9a6f700ee9131d3\", \"columns\": [[-0.00293, -0.002894, -0.002923, -0.001071, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t28f620b7cc21411c980eb280a6ab1f15\", \"columns\": [[-0.002993, -0.002915, -0.002959, -0.001177, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf92a98020fd741318af57fa8ab96a7b8\", \"columns\": [[-0.002944, -0.00285, -0.002918, -0.001165, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t78c72711374b4a9e80549e6d2cf06731\", \"columns\": [[-0.003168, -0.003163, -0.003123, -0.0011459999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t10ce687ef53948689f6ebc4feaab4f68\", \"columns\": [[-0.002946, -0.0029449999999999997, -0.0029189999999999997, -0.0011109999999999998, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tec6d81a1e8684d64ac748abf6e22beba\", \"columns\": [[-0.003014, -0.002977, -0.0030110000000000002, -0.00103, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf1ae9cb35cd14aa4a8b6af94e0aeab9b\", \"columns\": [[-0.003026, -0.002973, -0.003023, -0.000994, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3c44637bc4b14c0386b73f30c20c489a\", \"columns\": [[-0.003174, -0.003063, -0.0031490000000000003, -0.0011170000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1618b5df93f34f0196fc7c1734afe8e1\", \"columns\": [[-0.003092, -0.0029430000000000003, -0.003056, -0.001019, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td50d2e7e06154618accb01ced8e632ff\", \"columns\": [[-0.0030580000000000004, -0.0030090000000000004, -0.0030540000000000003, -0.0009890000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb34383f9e19e4f3f98c53c72e31d67e6\", \"columns\": [[-0.003264, -0.003169, -0.003245, -0.001088, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7deef80dfe9645459c811cd0242e81bb\", \"columns\": [[-0.003167, -0.002941, -0.003147, -0.0011620000000000003, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t679b4ebef2094b96b9030584c2972be4\", \"columns\": [[-0.002901, -0.002588, -0.002892, -0.001008, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9956e0032a9b407db2b7d95496843146\", \"columns\": [[-0.003039, -0.002782, -0.003009, -0.000994, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te11026cfd5d64af4b6675a1341060183\", \"columns\": [[-0.0033780000000000004, -0.0031390000000000003, -0.0033410000000000002, -0.001128, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t887c9f78464c4c149623d180b8436f23\", \"columns\": [[-0.003065, -0.002883, -0.003033, -0.0010050000000000003, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta07f27c1b54a4d19811c75a890e0efa4\", \"columns\": [[-0.002899, -0.002811, -0.002867, -0.0009170000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4de2efb28d824d00b3f1e0de4b824ce0\", \"columns\": [[-0.0031290000000000003, -0.0030580000000000004, -0.003118, -0.001055, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc89be96857654c1aada3bb3b3c1eb41e\", \"columns\": [[-0.003123, -0.003035, -0.003114, -0.0010140000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc75f2612abc942f1afd30801bff29db6\", \"columns\": [[-0.003076, -0.002954, -0.003056, -0.0009420000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t563e39701525482c97c2072c3483ddee\", \"columns\": [[-0.003191, -0.00311, -0.003173, -0.0010170000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta92292fd3257489f9dc5259e55285396\", \"columns\": [[-0.0031290000000000003, -0.003099, -0.0031160000000000003, -0.0009300000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5978fc22f64346f2b524e5291134a2eb\", \"columns\": [[-0.0030620000000000005, -0.0030350000000000004, -0.0030410000000000003, -0.0009490000000000002, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc456631fb0ec4fc59d46bfb0a0aa5270\", \"columns\": [[-0.002921, -0.002875, -0.002915, -0.0009290000000000001, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfaefdf8554df4ee2bed272e6e0c1161c\", \"columns\": [[-0.002825, -0.002784, -0.002822, -0.0009169999999999998, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t260940c2b24c4e0eb16c372f2290b2bd\", \"columns\": [[-0.003082, -0.002932, -0.003065, -0.000994, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4f9096cc2b6248d5a7c58f7799d7661c\", \"columns\": [[-0.003165, -0.002858, -0.00316, -0.001042, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6284d2a6c3a945e3ac1a71054349ce67\", \"columns\": [[-0.003003, -0.003002, -0.002795, -0.0009729999999999999, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0c8a4f645695460cb7ba676459fee892\", \"columns\": [[-0.0030950000000000005, -0.0029660000000000008, -0.0030880000000000005, -0.0010150000000000003, 0.0, 0.0, -4.336808689942018e-19, -8.673617379884035e-19, -8.673617379884035e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba10103c61874f19ac2e4cba904d075e\", \"columns\": [[-0.002904, -0.002708, -0.002895, -0.0009060000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t646ff7e439fb4293ab3001d3ef67bfaf\", \"columns\": [[-0.0031569999999999997, -0.0029509999999999996, -0.003152, -0.000997, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9b27ea0c36bd42e6941103e69646cecc\", \"columns\": [[-0.00312, -0.003041, -0.003116, -0.001026, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8d7220caeeff4f639a3aa7b64c9e0953\", \"columns\": [[-0.0029360000000000002, -0.002804, -0.0029240000000000004, -0.0009460000000000002, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tef9fbdac5968446e8c1052c9fd49283b\", \"columns\": [[-0.0028590000000000004, -0.0027310000000000004, -0.0028510000000000002, -0.0009970000000000005, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t41a3bde39b7441ada2defb96a44de7cf\", \"columns\": [[-0.0030239999999999998, -0.002973, -0.003019, -0.001046, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0c961f0fe5bc4487a6902bea47f3d8de\", \"columns\": [[-0.0029960000000000004, -0.0028500000000000005, -0.0029700000000000004, -0.0010050000000000003, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td366e20f796d4a149c8279a5074bb52b\", \"columns\": [[-0.003169, -0.003, -0.003107, -0.001071, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t862e2b608aa648e390ffd2c2ccb158ac\", \"columns\": [[-0.003059, -0.002997, -0.002989, -0.001062, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t976a0a7e7f014cecad4d63d94064af18\", \"columns\": [[-0.002934, -0.0029, -0.002906, -0.0009780000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t77d1cff0ab99403aa6a8ee20620b995b\", \"columns\": [[-0.002726, -0.002604, -0.002709, -0.000894, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t86733f27f8e6461ca8411ba1377c1785\", \"columns\": [[-0.003002, -0.002799, -0.002985, -0.0009729999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3f2361bb29814af8a2d99b504391e6ef\", \"columns\": [[-0.0028780000000000003, -0.0027500000000000003, -0.002854, -0.0009120000000000005, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b17e2a3a95f4f2a9de0e32a7486c368\", \"columns\": [[-0.0027519999999999997, -0.002717, -0.002737, -0.0008539999999999997, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbfc798317e084141869e23e5718f3b7b\", \"columns\": [[-0.003022, -0.002996, -0.00299, -0.0010010000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3dad25795f334ed0aead6690d00758b4\", \"columns\": [[-0.002839, -0.002741, -0.0028, -0.0008649999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6777316dd2e04249a92167fecdfccded\", \"columns\": [[-0.002912, -0.0028710000000000003, -0.002893, -0.0009469999999999999, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t782620fe117c41d6b408d35f4e3d281f\", \"columns\": [[-0.003071, -0.003057, -0.003019, -0.0009599999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4c8c906ec7d14737af36e9bf6dedd407\", \"columns\": [[-0.003168, -0.0031379999999999997, -0.003149, -0.0009559999999999998, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9a7ac4f4f4b142b3b887f8b0accd37ea\", \"columns\": [[-0.002964, -0.002919, -0.002938, -0.000996, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t970a7a70e522484d83aba3e4a7b4f05a\", \"columns\": [[-0.003178, -0.003048, -0.003149, -0.001033, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfe3c5f501c104dc0988b7f335895b03a\", \"columns\": [[-0.003135, -0.0029560000000000003, -0.003104, -0.000961, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2072160e5db74a12bee093eedb25eae3\", \"columns\": [[-0.003095, -0.0030440000000000003, -0.003076, -0.0009420000000000001, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0222086c27d449ffaeb0e24f942cdd5f\", \"columns\": [[-0.003012, -0.002933, -0.002956, -0.000814, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t666c73a6759d43f9b5a2abb700d160f4\", \"columns\": [[-0.0030270000000000006, -0.0029540000000000005, -0.0030160000000000005, -0.0009330000000000002, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t49ece74b3e7b42c6880be52d27864a2f\", \"columns\": [[-0.0030610000000000004, -0.002988, -0.0030310000000000003, -0.0009320000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc3e4e829493e49e8abcacf3b2d4b9678\", \"columns\": [[-0.003076, -0.003, -0.003052, -0.0008500000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t218a9798d8d84d8689c4948be69e1f07\", \"columns\": [[-0.0029170000000000003, -0.002795, -0.0029130000000000002, -0.0008020000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3872a0db171f410481413c4be8dfb387\", \"columns\": [[-0.003219, -0.003019, -0.003211, -0.0009559999999999998, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0af17abe29404426ab86baa6e43c7528\", \"columns\": [[-0.003311, -0.003183, -0.0033060000000000003, -0.0010180000000000002, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8162971825fe491aa7939e93af85db87\", \"columns\": [[-0.0031810000000000002, -0.003135, -0.003164, -0.000928, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t11e325161c314f9396b1908d957f59a1\", \"columns\": [[-0.003349, -0.003272, -0.003339, -0.0009689999999999998, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta6e284853e524ffba96c5d32e389bc73\", \"columns\": [[-0.0030150000000000003, -0.00288, -0.0029870000000000005, -0.0008370000000000005, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t803a80f0079942f6ad8bc05c94986ba5\", \"columns\": [[-0.002942, -0.00288, -0.0028840000000000003, -0.0007790000000000002, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0cfa1ad9338445a29432710f52ec5b81\", \"columns\": [[-0.0027970000000000004, -0.0027020000000000004, -0.0027530000000000002, -0.0008180000000000002, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t55d28b5c6e2c401db8383db565e9d112\", \"columns\": [[-0.0029029999999999998, -0.002897, -0.0028309999999999997, -0.0009009999999999999, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc34685a16be49499fe2f87bcaab5c4a\", \"columns\": [[-0.0031980000000000003, -0.003099, -0.0031940000000000002, -0.0009470000000000004, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcc7026a372244302808ce2fe4d02f2c6\", \"columns\": [[-0.003312, -0.003202, -0.00331, -0.00098, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbb85c9efe1904664b78352df90b78a29\", \"columns\": [[-0.0032760000000000003, -0.003272, -0.0009480000000000001, -0.0032220000000000005, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t69ca67601ff64564b0dd026198d2ec27\", \"columns\": [[-0.003248, -0.003239, -0.0008830000000000001, -0.003181, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}];\n",
       "\n",
       "          function save_csv(data_table)\n",
       "          {\n",
       "            var uri = \"data:text/csv;charset=utf-8,\";\n",
       "            uri += data_table.names.join(\",\") + \"\\n\";\n",
       "            for(var i = 0; i != data_table.columns[0].length; ++i)\n",
       "            {\n",
       "              for(var j = 0; j != data_table.columns.length; ++j)\n",
       "              {\n",
       "                if(j)\n",
       "                  uri += \",\";\n",
       "                uri += data_table.columns[j][i];\n",
       "              }\n",
       "              uri += \"\\n\";\n",
       "            }\n",
       "            uri = encodeURI(uri);\n",
       "\n",
       "            var link = document.createElement(\"a\");\n",
       "            if(typeof link.download != \"undefined\")\n",
       "            {\n",
       "              link.href = uri;\n",
       "              link.style = \"visibility:hidden\";\n",
       "              link.download = data_table.filename + \".csv\";\n",
       "\n",
       "              document.body.appendChild(link);\n",
       "              link.click();\n",
       "              document.body.removeChild(link);\n",
       "            }\n",
       "            else\n",
       "            {\n",
       "              window.open(uri);\n",
       "            }\n",
       "          }\n",
       "\n",
       "          function open_popup(data_table)\n",
       "          {\n",
       "            return function(e)\n",
       "            {\n",
       "              var popup = document.querySelector(\"#t5f433d27d20f4d998b110f67995ed118 .toyplot-mark-popup\");\n",
       "              popup.querySelector(\".toyplot-mark-popup-title\").innerHTML = data_table.title;\n",
       "              popup.querySelector(\".toyplot-mark-popup-save-csv\").onclick = function() { popup.style.visibility = \"hidden\"; save_csv(data_table); }\n",
       "              popup.style.left = (e.clientX - 50) + \"px\";\n",
       "              popup.style.top = (e.clientY - 20) + \"px\";\n",
       "              popup.style.visibility = \"visible\";\n",
       "              e.stopPropagation();\n",
       "              e.preventDefault();\n",
       "            }\n",
       "\n",
       "          }\n",
       "\n",
       "          for(var i = 0; i != data_tables.length; ++i)\n",
       "          {\n",
       "            var data_table = data_tables[i];\n",
       "            var event_target = document.querySelector(\"#\" + data_table.id);\n",
       "            event_target.oncontextmenu = open_popup(data_table);\n",
       "          }\n",
       "        })();\n",
       "        </script><script>\n",
       "        (function()\n",
       "        {\n",
       "            function _sign(x)\n",
       "            {\n",
       "                return x < 0 ? -1 : x > 0 ? 1 : 0;\n",
       "            }\n",
       "\n",
       "            function _mix(a, b, amount)\n",
       "            {\n",
       "                return ((1.0 - amount) * a) + (amount * b);\n",
       "            }\n",
       "\n",
       "            function _log(x, base)\n",
       "            {\n",
       "                return Math.log(Math.abs(x)) / Math.log(base);\n",
       "            }\n",
       "\n",
       "            function _in_range(a, x, b)\n",
       "            {\n",
       "                var left = Math.min(a, b);\n",
       "                var right = Math.max(a, b);\n",
       "                return left <= x && x <= right;\n",
       "            }\n",
       "\n",
       "            function inside(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.min, range, segment.range.max))\n",
       "                        return true;\n",
       "                }\n",
       "                return false;\n",
       "            }\n",
       "\n",
       "            function to_domain(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.bounds.min, range, segment.range.bounds.max))\n",
       "                    {\n",
       "                        if(segment.scale == \"linear\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            return _mix(segment.domain.min, segment.domain.max, amount)\n",
       "                        }\n",
       "                        else if(segment.scale[0] == \"log\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            var base = segment.scale[1];\n",
       "                            return _sign(segment.domain.min) * Math.pow(base, _mix(_log(segment.domain.min, base), _log(segment.domain.max, base), amount));\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            function display_coordinates(e)\n",
       "            {\n",
       "                var current = svg.createSVGPoint();\n",
       "                current.x = e.clientX;\n",
       "                current.y = e.clientY;\n",
       "\n",
       "                for(var axis_id in axes)\n",
       "                {\n",
       "                    var axis = document.querySelector(\"#\" + axis_id);\n",
       "                    var coordinates = axis.querySelector(\".toyplot-coordinates-Axis-coordinates\");\n",
       "                    if(coordinates)\n",
       "                    {\n",
       "                        var projection = axes[axis_id];\n",
       "                        var local = current.matrixTransform(axis.getScreenCTM().inverse());\n",
       "                        if(inside(local.x, projection))\n",
       "                        {\n",
       "                            var domain = to_domain(local.x, projection);\n",
       "                            coordinates.style.visibility = \"visible\";\n",
       "                            coordinates.setAttribute(\"transform\", \"translate(\" + local.x + \")\");\n",
       "                            var text = coordinates.querySelector(\"text\");\n",
       "                            text.textContent = domain.toFixed(2);\n",
       "                        }\n",
       "                        else\n",
       "                        {\n",
       "                            coordinates.style.visibility= \"hidden\";\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            var root_id = \"t5f433d27d20f4d998b110f67995ed118\";\n",
       "            var axes = {\"tb04d12560fa340589c02ca4923d19e8b\": [{\"domain\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 0.001320377142857143, \"min\": -0.0035009999999999998}, \"range\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 350.0, \"min\": 0.0}, \"scale\": \"linear\"}]};\n",
       "\n",
       "            var svg = document.querySelector(\"#\" + root_id + \" svg\");\n",
       "            svg.addEventListener(\"click\", display_coordinates);\n",
       "        })();\n",
       "        </script></div></div>"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    }
   ],
   "source": [
    "mtre = toytree.multitree(\n",
    "    \"analysis-bpp/pharma-loci500-b10-r0.mcmc.txt\",\n",
    "    fixed_order=boo.tree.get_leaf_names(),\n",
    "    treeslice=(150, 1500, 5),\n",
    "    )\n",
    "\n",
    "plotit(mtre)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 179,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/plain": [
       "(<toyplot.canvas.Canvas at 0x7f8a3a84dfd0>,\n",
       " <toyplot.coordinates.Cartesian at 0x7f8a444d5750>)"
      ]
     },
     "execution_count": 179,
     "metadata": {},
     "output_type": "execute_result"
    },
    {
     "data": {
      "text/html": [
       "<div align=\"center\" class=\"toyplot\" id=\"teecf0935d9a34ab5bd8edc107f232431\"><svg class=\"toyplot-canvas-Canvas\" height=\"350.0px\" id=\"t8bd980cde46c4e2a92a763cf6e3ec89f\" preserveAspectRatio=\"xMidYMid meet\" style=\"background-color:transparent;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-family:Helvetica;font-size:12px;opacity:1.0;stroke:rgb(16.1%,15.3%,14.1%);stroke-opacity:1.0;stroke-width:1.0\" viewBox=\"0 0 450.0 350.0\" width=\"450.0px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:toyplot=\"http://www.sandia.gov/toyplot\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g class=\"toyplot-coordinates-Cartesian\" id=\"t4fe56f633af040668912effd54d99fce\"><clipPath id=\"tbda415d493194826b09c5fccb1cc1bc6\"><rect height=\"270.0\" width=\"370.0\" x=\"40.0\" y=\"40.0\"></rect></clipPath><g clip-path=\"url(#tbda415d493194826b09c5fccb1cc1bc6)\"><g class=\"toyplot-mark-Text\" id=\"t26919012b5be434ebddf901cd6a18ed2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7b22e95fc0644a10a126ff869fbd16a8\"><g class=\"toyplot-Edges\"><path d=\"M 210.103533014 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.103533014 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.015348669 175.0 L 210.103533014 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.135761189 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.135761189 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.015348669 175.0 L 110.135761189 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.380856464 175.0 L 103.015348669 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.380856464 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"102.38085646376346\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"103.01534866857349\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"210.10353301373726\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.13576118921968\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5c2e023bc1145faac5c99f17130523e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.38085646376346\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.01534866857349\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.10353301373726\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.13576118921968\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf573a38dbcaf4b6ebaee18b6cc63ca6e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t150c6389fec44b0a852907af8c11a31d\"><g class=\"toyplot-Edges\"><path d=\"M 209.328042541 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.328042541 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5294283527 175.0 L 209.328042541 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2919066994 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2919066994 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5294283527 175.0 L 98.2919066994 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1064335495 175.0 L 96.5294283527 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1064335495 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.106433549530664\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.529428352737384\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"209.32804254119159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"98.291906699431991\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7f27ad099f774805a4c984bad43ece11\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.106433549530664\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.529428352737384\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.32804254119159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.291906699431991\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc679b32461a741ed8b6c3ea618450680\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcbd550b3504e47118f777f02c10d389f\"><g class=\"toyplot-Edges\"><path d=\"M 208.693550336 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.693550336 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8189985094 175.0 L 208.693550336 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.6389638642 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.6389638642 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8189985094 175.0 L 93.6389638642 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4665028401 175.0 L 90.8189985094 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4665028401 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"90.466502840107978\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"90.818998509446885\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"208.69355033638161\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.638963864158256\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb896254b88254972a92b036ad15b3e42\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.466502840107978\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.818998509446885\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.69355033638161\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.638963864158256\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t28350f853ac941aeb79978df8b475eb9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb2b148c0c3624500b2512a6266de6f50\"><g class=\"toyplot-Edges\"><path d=\"M 204.39310317 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.39310317 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6595496112 175.0 L 204.39310317 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6595496112 175.0 L 89.1270192966 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.0955565403 175.0 L 86.6595496112 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.0955565403 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.095556540305353\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.659549611247627\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"204.39310317044678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"89.127019296620063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc25f67daa7dd4f8dbef1c00787c0cd2b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.095556540305353\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.659549611247627\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"204.39310317044678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.127019296620063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td9ebbdfb4a154e0ca1e4bb7cbd6bf37d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t95a8245661194a65bc3d00ff1437f254\"><g class=\"toyplot-Edges\"><path d=\"M 214.192482778 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.192482778 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5760383515 175.0 L 214.192482778 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5814768561 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5814768561 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5760383515 175.0 L 92.5814768561 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 175.0 L 87.5760383515 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.294041816057671\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.576038351528823\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"214.19248277806875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.581476856141478\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb75c1fecdb3c4805b68bf8990e7ea757\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.294041816057671\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.576038351528823\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.19248277806875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.581476856141478\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t27fe5a1638a94e3ab76c96d74ead538c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta9385707c019434c91388df00474f4df\"><g class=\"toyplot-Edges\"><path d=\"M 218.492929944 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.492929944 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 197.364026718 L 218.492929944 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.534866857 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.341820086 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.341820086 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.534866857 130.271946565 L 105.341820086 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 197.364026718 L 101.534866857 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"101.3938685896145\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"218.49292994400358\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"101.53486685735005\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.3418200862104\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t75cc3ac484b6465090f485c1dcddadc7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.3938685896145\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.49292994400358\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.53486685735005\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.3418200862104\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2cb2b132a8494c32b32c5d793215521a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9d24f0507ee245019715065d4ea16397\"><g class=\"toyplot-Edges\"><path d=\"M 104.636828748 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.646940338 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.646940338 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.636828748 219.728053435 L 217.646940338 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.425331346 152.635973282 L 104.636828748 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.814728276 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.814728276 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.425331346 152.635973282 L 112.814728276 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"104.42533134592918\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"104.63682874753253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"217.64694033759011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"112.81472827619547\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfb2167a125e840bd9f0ac3df9e250e1a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.42533134592918\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.63682874753253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.64694033759011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.81472827619547\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbd80d2a5ddc0422b89109a55190e8701\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2ca34346c6d5463fa7b612472b56bb9b\"><g class=\"toyplot-Edges\"><path d=\"M 103.790839141 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.518954196 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.518954196 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.790839141 219.728053435 L 216.518954196 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.508842606 152.635973282 L 103.790839141 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.738790638 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.738790638 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.508842606 152.635973282 L 107.738790638 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.508842605648\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.79083914111914\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"216.51895419570562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.73879063771503\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6cd166f28eb34c6cb65efb8e4d9711dc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.508842605648\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.79083914111914\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.51895419570562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.73879063771503\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6ef8584f75e6446f8c5018a1a98510cd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t006c52333ab442d79f25786d61bbebe4\"><g class=\"toyplot-Edges\"><path d=\"M 113.590218749 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.33891955 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.33891955 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.590218749 219.728053435 L 219.33891955 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.308222213 152.635973282 L 113.590218749 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.428634734 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.428634734 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.308222213 152.635973282 L 120.428634734 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"113.30822221326994\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"113.59021874874108\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"219.33891955041696\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"120.42863473391611\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8cbc8894299245acbe95455a69fb91c8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.30822221326994\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.59021874874108\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.33891955041696\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.42863473391611\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t44b8dedfd32d42f3b8db6f397200b344\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0b7f2986f2c94018be6f8047d510f989\"><g class=\"toyplot-Edges\"><path d=\"M 92.1584820529 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.959231358 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.959231358 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1584820529 219.728053435 L 193.959231358 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.3124924465 152.635973282 L 92.1584820529 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.65197599 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.65197599 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.3124924465 152.635973282 L 92.65197599 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.312492446521389\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.158482052934772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"193.95923135801476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.651975990009262\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03158b012a2347feb61261c06c5d38a2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.312492446521389\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.158482052934772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.95923135801476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.651975990009262\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t48c0f595000b4832bb937ca8247f0860\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2c3f09a180ed467cbaf80a15212fa0d7\"><g class=\"toyplot-Edges\"><path d=\"M 95.330943077 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.456028683 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.456028683 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.330943077 219.728053435 L 210.456028683 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6259517383 152.635973282 L 95.330943077 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6259517383 152.635973282 L 99.2083954397 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.625951738307208\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.330943076985051\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"210.45602868307617\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.208395439713144\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t12de2a61128f4a3fbdd34cbd579f9922\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.625951738307208\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.330943076985051\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.45602868307617\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.208395439713144\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf1eca7148cc9434394744eca4f3808a8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta0fc362463b54e66a0779bace72aa4d2\"><g class=\"toyplot-Edges\"><path d=\"M 107.527293236 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.832413487 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.832413487 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.527293236 219.728053435 L 219.832413487 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.399307094 152.635973282 L 107.527293236 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.135761189 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.135761189 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.399307094 152.635973282 L 110.135761189 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"106.39930709422711\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.52729323611166\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"219.83241348749141\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"110.13576118921968\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tadcbc77d868f4287b45bf8e5228e5331\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.39930709422711\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.52729323611166\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.83241348749141\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.13576118921968\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3fa6c901eeaf46a880ac55d6beedc580\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7134fa195e684593b9f44340f3d1f13a\"><g class=\"toyplot-Edges\"><path d=\"M 99.8428876445 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.11654514 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.11654514 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8428876445 219.728053435 L 209.11654514 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9263989042 152.635973282 L 99.8428876445 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.271320952 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.271320952 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9263989042 152.635973282 L 105.271320952 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"98.926398904242035\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.842887644523231\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"209.11654513958831\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.27132095234259\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t83de619f3df3487aaeba68b4d4e4417a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.926398904242035\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.842887644523231\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.11654513958831\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.27132095234259\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t79694b4cd9194891b628169b74856bf4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2239fab8e40c483cafb6a12bae0a3369\"><g class=\"toyplot-Edges\"><path d=\"M 117.890665915 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.824839866 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.824839866 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.890665915 219.728053435 L 225.824839866 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.33968497 152.635973282 L 117.890665915 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.217137332 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.217137332 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.33968497 152.635973282 L 120.217137332 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"116.33968496958465\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"117.89066591467589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"225.82483986625306\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.21713733231276\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td51cbefc73fa4f36ab41a4bcc2278791\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.33968496958465\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.89066591467589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.82483986625306\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.21713733231276\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f75024641794e7fb6c540ac41e3ee3c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5202a10f178b463b873fc6c7a9ba3752\"><g class=\"toyplot-Edges\"><path d=\"M 110.558755992 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.834548604 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.834548604 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.558755992 219.728053435 L 208.834548604 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.245296701 152.635973282 L 110.558755992 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.07070056 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.07070056 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.245296701 152.635973282 L 115.07070056 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.24529670064052\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"110.55875599242637\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"208.83454860411715\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.07070055996452\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6ee7d02eab0f4cad9c203110a494076b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.24529670064052\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.55875599242637\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.83454860411715\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.07070055996452\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t362fcf23fd93490ea00e5caa730d7ad4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t199bc0b1e9af411ca54eb6a8f6cf9ff6\"><g class=\"toyplot-Edges\"><path d=\"M 107.174797567 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.60790396 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.60790396 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.174797567 219.728053435 L 220.60790396 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.803851267 152.635973282 L 107.174797567 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.764814889 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.764814889 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.803851267 152.635973282 L 105.764814889 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.80385126697014\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.17479756677275\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"220.60790396003705\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"105.76481488941707\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t650bd5ee1d3e4f24a316969467b0dd63\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.80385126697014\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.17479756677275\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.60790396003705\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.76481488941707\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1e97a55e0ad54e92bed832b26e67c24e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tff0cb6ed625f4df9b3b2e12bcb98099c\"><g class=\"toyplot-Edges\"><path d=\"M 117.749667647 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.370382307 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.370382307 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.749667647 219.728053435 L 222.370382307 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.410184103 152.635973282 L 117.749667647 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.653144261 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.653144261 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.410184103 152.635973282 L 119.653144261 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"116.41018410345245\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"117.74966764694034\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"222.37038230673167\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"119.65314426137051\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t778cc12415884795b942f4c288fb2f18\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.41018410345245\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.74966764694034\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.37038230673167\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.65314426137051\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t45474ab2e3dd472abceade55c72c0506\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t89808d9a30b0433cb1930cb5c4c31ee9\"><g class=\"toyplot-Edges\"><path d=\"M 103.156346936 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.910486243 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.910486243 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.156346936 219.728053435 L 213.910486243 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.733352133 152.635973282 L 103.156346936 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.705192765 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.705192765 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.733352133 152.635973282 L 115.705192765 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"102.73335213310236\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.15634693630906\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"213.91048624259756\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"115.70519276477459\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5b6b63faf2da4b2a8810ab9943781588\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.73335213310236\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.15634693630906\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.91048624259756\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.70519276477459\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2673608aec2b48cba893d5f2e053f90d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta5e559c91a7b4739a3f8bb76b87dd49f\"><g class=\"toyplot-Edges\"><path d=\"M 96.388430085 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.030898763 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.030898763 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.388430085 219.728053435 L 221.030898763 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7539378802 152.635973282 L 96.388430085 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0934214237 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0934214237 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7539378802 152.635973282 L 97.0934214237 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.753937880191771\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.388430085001829\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"221.03089876324378\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.093421423679672\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t96761348dfa24d0e9a6c60dbbc4b2bef\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.753937880191771\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.388430085001829\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.03089876324378\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.093421423679672\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2a1f39ec50d84130b97fe0e3ad152b61\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t867290af4ad1479b887a006eb00e0115\"><g class=\"toyplot-Edges\"><path d=\"M 94.4144543367 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.498368449 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.498368449 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4144543367 219.728053435 L 223.498368449 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5814768561 152.635973282 L 94.4144543367 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.759376385 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.759376385 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5814768561 152.635973282 L 100.759376385 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.581476856141478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.414454336703841\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"223.49836844861616\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.7593763848044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d50460fc5a5406588251fae8aefb1bd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.581476856141478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.414454336703841\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.49836844861616\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.7593763848044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc9f58e84765a482cbaca2e781ccbf6a8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4c838adeaade4b61997d913c7f5d76df\"><g class=\"toyplot-Edges\"><path d=\"M 104.072835677 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.741328607 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.741328607 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.072835677 219.728053435 L 226.741328607 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.733352133 152.635973282 L 104.072835677 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.660717883 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.660717883 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.733352133 152.635973282 L 113.660717883 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.73335213310236\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.07283567659024\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"226.74132860653424\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"113.66071788260888\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tefb57285c44b45c7a4b1622b6efe141d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.73335213310236\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.07283567659024\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.74132860653424\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.66071788260888\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t65847f089bde49fbb9d88cd17816dcb6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5b7ee5b700004f4eb463028d38e0645f\"><g class=\"toyplot-Edges\"><path d=\"M 101.605365991 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.119848528 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.119848528 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.605365991 219.728053435 L 225.119848528 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5608911091 152.635973282 L 101.605365991 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.816863393 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.816863393 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5608911091 152.635973282 L 101.816863393 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.560891109052093\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"101.60536599121782\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"225.11984852757519\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"101.81686339282118\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61c977dbf198478f83c3d8714cfc91bf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.560891109052093\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.60536599121782\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.11984852757519\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.81686339282118\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te591e198bf214614bf23f6be98eb77b7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8910bd14b04b4f8b840e11de129b9f8a\"><g class=\"toyplot-Edges\"><path d=\"M 109.994762921 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.414857189 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.414857189 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.994762921 219.728053435 L 224.414857189 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 152.635973282 L 109.994762921 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.000201426 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.000201426 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 152.635973282 L 115.000201426 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.72577851186398\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"109.99476292148407\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"224.41485718889737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.00020142609677\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1c341febb4574d44874111942762241c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.72577851186398\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.99476292148407\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.41485718889737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.00020142609677\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t32f3ec92edd842f9acacdd0340f29b6e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d98985838494274b136f72a0e53f795\"><g class=\"toyplot-Edges\"><path d=\"M 108.796277646 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.06236152 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.06236152 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.796277646 219.728053435 L 224.06236152 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 152.635973282 L 108.796277646 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.211698828 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.211698828 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 152.635973282 L 115.211698828 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"108.3027837086573\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"108.79627764573178\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"224.06236151955846\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.21169882770012\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3e46d67f9ecc41db912d31c650a25f89\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.3027837086573\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.79627764573178\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.06236151955846\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.21169882770012\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t59f1d83748204c77a5cdf11365f4c564\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3b35281826e14a49938c63e9d5a9a3df\"><g class=\"toyplot-Edges\"><path d=\"M 104.707327881 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.600330339 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.600330339 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.707327881 219.728053435 L 226.600330339 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.508842606 152.635973282 L 104.707327881 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.937275913 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.937275913 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.508842606 152.635973282 L 108.937275913 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"103.508842605648\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.70732788140033\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"226.6003303387987\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.93727591346735\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td6aafc249acf41ad928382c031f26a8c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.508842605648\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.70732788140033\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.6003303387987\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.93727591346735\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9549983d5a0b46229ac7baa12e0ffea8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc4e38cf8096a4f46bcfcb4e1a5ebfd4f\"><g class=\"toyplot-Edges\"><path d=\"M 108.584780244 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.190347661 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.190347661 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.584780244 219.728053435 L 225.190347661 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.232284575 152.635973282 L 108.584780244 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.122749063 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.122749063 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.232284575 152.635973282 L 111.122749063 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"108.23228457478953\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"108.58478024412844\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"225.19034766144304\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"111.12274906336864\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te59e2eb10d9a4b669b25b7f4eeb1d1b5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.23228457478953\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.58478024412844\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.19034766144304\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.12274906336864\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta6e0af3e449d4f3fbb8596c030343c9d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc311643f7c394b939fcc605c0327f758\"><g class=\"toyplot-Edges\"><path d=\"M 108.86677678 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.286871047 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.286871047 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.86677678 219.728053435 L 223.286871047 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.091286307 152.635973282 L 108.86677678 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.911251662 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.911251662 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.091286307 152.635973282 L 110.911251662 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"108.09128630705393\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"108.86677677959958\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"223.28687104701282\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"110.91125166176531\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8c06cd45ab164a228fc94019d2e8f23e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.09128630705393\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.86677677959958\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.28687104701282\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.91125166176531\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfd838f8b076644b98a73c06ca9b156e3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2d6368bc78dd4dddb685453c18bcb5d3\"><g class=\"toyplot-Edges\"><path d=\"M 96.6704266205 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.095959392 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.095959392 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6704266205 219.728053435 L 216.095959392 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1194456754 152.635973282 L 96.6704266205 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5999274866 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5999274866 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1194456754 152.635973282 L 96.5999274866 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.119445675381712\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.670426620472966\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"216.09595939249891\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.599927486605196\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t653d82a973f84433a2901322a8aa854e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.119445675381712\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.670426620472966\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.09595939249891\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.599927486605196\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9ac82bbc95214184bd615d17a0efb4b1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8ce15bd7205d4b1990434e89e2ecaca1\"><g class=\"toyplot-Edges\"><path d=\"M 104.636828748 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.934375378 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.934375378 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.636828748 219.728053435 L 222.934375378 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944849535 152.635973282 L 104.636828748 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.059823551 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.059823551 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944849535 152.635973282 L 105.059823551 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.94484953470571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.63682874753253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"222.93437537767392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.05982355073922\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8650bded8b2e424881e8da11340b85c7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.94484953470571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.63682874753253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.93437537767392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.05982355073922\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbc131acd717c466a9cbe9cdf7a502870\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t044a70b828fc45a2a7052f47741bd810\"><g class=\"toyplot-Edges\"><path d=\"M 102.451355598 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.367078919 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.367078919 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.451355598 219.728053435 L 206.367078919 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.900374653 152.635973282 L 102.451355598 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.367844338 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.367844338 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.900374653 152.635973282 L 103.367844338 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.90037465254001\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"102.45135559763125\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"206.36707891874474\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.36784433791243\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc839ad3a294540d78b43f4982da9a065\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.90037465254001\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.45135559763125\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.36707891874474\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.36784433791243\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t081c62945f0248df8de6d6e0902eb828\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta8bc8a89432643a998204c13a233bb04\"><g class=\"toyplot-Edges\"><path d=\"M 103.22684607 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.988558998 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.988558998 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.22684607 219.728053435 L 207.988558998 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944849535 152.635973282 L 103.22684607 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.482818354 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.482818354 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944849535 152.635973282 L 105.482818354 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.94484953470571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"103.22684607017685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"207.98855899770373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"105.48281835394593\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t97e999d017a74ba0bc818762371ca6f8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.94484953470571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.22684607017685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"207.98855899770373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.48281835394593\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9562e0e3981b45059fbb85fcd15ec00f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfee5d4348e164c9f858809b6270b4dc8\"><g class=\"toyplot-Edges\"><path d=\"M 106.469806228 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.970108367 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.970108367 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.469806228 219.728053435 L 203.970108367 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 152.635973282 L 106.469806228 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.091286307 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.091286307 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 152.635973282 L 108.091286307 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.25830882649157\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.46980622809491\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"203.97010836724004\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"108.09128630705393\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t92b11217b81a492da7a99de300bdc07d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.25830882649157\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.46980622809491\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.97010836724004\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.09128630705393\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9ebc502e292f46ad99df66d1c2f4f451\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t72104d4bd36041419319b0574238e6cd\"><g class=\"toyplot-Edges\"><path d=\"M 113.237723079 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.398541675 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.398541675 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.237723079 219.728053435 L 209.398541675 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.096724812 152.635973282 L 113.237723079 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.9871893 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.9871893 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.096724812 152.635973282 L 115.9871893 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"113.0967248116666\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"113.23772307940219\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"209.39854167505945\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"115.98718930024575\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5ff08623b2ab40aca42a7df0f8c92f61\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.0967248116666\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.23772307940219\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.39854167505945\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.98718930024575\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7d91ca9ddc8240cf9efcffa4785e62b6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1c79aa9128df4308a232d21fd3f208c7\"><g class=\"toyplot-Edges\"><path d=\"M 116.974177174 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.571002699 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.571002699 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.974177174 219.728053435 L 212.571002699 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.692180639 152.635973282 L 116.974177174 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.525158119 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.525158119 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.692180639 152.635973282 L 118.525158119 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"116.69218063892359\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"116.97417717439473\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"212.5710026991097\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"118.52515811948597\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t66a9c2027df54e94acba3716b1db850c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.69218063892359\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.97417717439473\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"212.5710026991097\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.52515811948597\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2707d9e4a6264fed825a4a11bf323d3b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e43dfacb07e444da9859df89e58a76c\"><g class=\"toyplot-Edges\"><path d=\"M 120.428634734 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.537404826 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.537404826 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.428634734 219.728053435 L 220.537404826 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.723643395 152.635973282 L 120.428634734 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.228014342 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.228014342 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.723643395 152.635973282 L 130.228014342 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"119.7236433952383\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"120.42863473391614\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"220.53740482616928\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"130.22801434153808\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td657b0759c4d44719c7234a961bb5c84\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.7236433952383\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.42863473391614\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.53740482616928\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.22801434153808\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t25c4bc4bcf0342a480918d8f3124b71d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4ed0a6cfaf4a49678de4d5e6ccdee803\"><g class=\"toyplot-Edges\"><path d=\"M 102.803851267 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.8291101 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.8291101 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.803851267 219.728053435 L 203.8291101 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8114248882 152.635973282 L 102.803851267 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.130322685 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.130322685 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8114248882 152.635973282 L 105.130322685 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.811424888208521\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"102.80385126697014\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"203.82911009950448\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.13032268460702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t99c8993582e9407aaf0b9639e167ffdc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.811424888208521\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.80385126697014\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.82911009950448\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.13032268460702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t768d7461f2cc4d87a6d94e6b5c63ada5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbea360b2a25445cdba3dbd6c352685cf\"><g class=\"toyplot-Edges\"><path d=\"M 100.406880715 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.315030415 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.315030415 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.406880715 219.728053435 L 210.315030415 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4849534706 152.635973282 L 100.406880715 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.675865125 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.675865125 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4849534706 152.635973282 L 101.675865125 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.484953470571639\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"100.40688071546549\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"210.3150304153406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.67586512508561\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5a706803a5945b78a0752fd2bd8f126\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.484953470571639\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.40688071546549\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.3150304153406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.67586512508561\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t05b384d004694af28f13dabfe566299e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8dd98c0da1b94417ba14976a44828f93\"><g class=\"toyplot-Edges\"><path d=\"M 87.5760383515 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.544978447 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.544978447 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5760383515 219.728053435 L 214.544978447 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5315634694 152.635973282 L 87.5760383515 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7170366193 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7170366193 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5315634694 152.635973282 L 87.7170366193 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"85.531563469363093\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.576038351528823\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"214.54497844740766\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.717036619264405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t38a81166a172445f9d4c36fa8cff62fd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.531563469363093\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.576038351528823\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.54497844740766\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.717036619264405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb9cf9c8358384340bac89ba95f65e389\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t33c5229017564a55876b057fc1fb1745\"><g class=\"toyplot-Edges\"><path d=\"M 71.9252306329 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.328042541 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.328042541 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.9252306329 219.728053435 L 209.328042541 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3872618136 152.635973282 L 71.9252306329 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.8417193732 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.8417193732 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3872618136 152.635973282 L 72.8417193732 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.387261813640578\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"71.925230632880798\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"209.32804254119159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"72.841719373161993\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2766ad00ac154651b43c73d8d417684c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.387261813640578\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.925230632880798\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.32804254119159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.841719373161993\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa1eb9e11c0f4bd19c8b8c4231993332\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8b4c3dc65f1f4c9caef29bb1d3d550ba\"><g class=\"toyplot-Edges\"><path d=\"M 86.5890504774 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.858437739 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.858437739 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5890504774 219.728053435 L 217.858437739 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8265721307 152.635973282 L 86.5890504774 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8265721307 152.635973282 L 86.4480522096 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.826572130685264\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.589050477379843\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"217.85843773919348\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.448052209644288\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7183768d56454f1d8195fecc06cd3134\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.826572130685264\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.589050477379843\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.85843773919348\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.448052209644288\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9ae738c9af2d433b819268c0e9cc4b89\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teeb45d0a924c4eb5b92bb4e2f3fc0567\"><g class=\"toyplot-Edges\"><path d=\"M 90.8894976433 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.296579785 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.296579785 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 219.728053435 L 206.296579785 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9415461467 152.635973282 L 90.8894976433 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6205132337 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6205132337 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9415461467 152.635973282 L 89.6205132337 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.941546146718778\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"206.29657978487691\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.620513233694552\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t66243e87e4cb41a792c997974efb2a62\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.941546146718778\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.29657978487691\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.620513233694552\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc7ddc16d24c74a758c484f0c182f7837\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td451d7e1c1484465bea07a69a6ee51e5\"><g class=\"toyplot-Edges\"><path d=\"M 86.3070539419 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.463602304 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.463602304 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3070539419 219.728053435 L 204.463602304 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.1421665391 152.635973282 L 86.3070539419 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.7506344922 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.7506344922 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.1421665391 152.635973282 L 79.7506344922 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"77.14216653909682\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.30705394190872\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"204.46360230431455\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.750634492204853\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad82cbff925b42ceb05f8040a408f51d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.14216653909682\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.30705394190872\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"204.46360230431455\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.750634492204853\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t255e7464763d4cbd85798c4e293257ba\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t83317e4b59fd422e89f82fe814e2cc00\"><g class=\"toyplot-Edges\"><path d=\"M 67.8362808685 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.826974983 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.826974983 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.8362808685 219.728053435 L 214.826974983 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.94581638 152.635973282 L 67.8362808685 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.797244491 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.797244491 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.94581638 152.635973282 L 70.797244491 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"64.945816379970211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"67.836280868549352\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"214.8269749828788\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"70.797244490996292\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21818a883518457f90afbb432bde25f3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.945816379970211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.836280868549352\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.8269749828788\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.797244490996292\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7c8c3aca2b0648c492b170d959fb036c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta2d9d21634d34a1197df05865cc08eaa\"><g class=\"toyplot-Edges\"><path d=\"M 62.8308423639 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.782500101 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.782500101 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.8308423639 219.728053435 L 212.782500101 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 59.8698787415 152.635973282 L 62.8308423639 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.2928735447 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.2928735447 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 59.8698787415 152.635973282 L 60.2928735447 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"59.869878741489778\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"62.830842363936696\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"212.78250010071304\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"60.292873544696469\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcf1feccba2ae4b1ebbe382abe303c369\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"59.869878741489778\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"62.830842363936696\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"212.78250010071304\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.292873544696469\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t11b436068eb04f0fa2a944a9a18856ce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7136099be14b45e091382b7041caa129\"><g class=\"toyplot-Edges\"><path d=\"M 81.0901180357 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.537404826 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.537404826 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0901180357 219.728053435 L 220.537404826 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0586552794 152.635973282 L 81.0901180357 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.7636466181 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.7636466181 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0586552794 152.635973282 L 78.7636466181 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"78.058655279377987\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"81.090118035692697\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"220.53740482616928\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"78.763646618055816\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5015ada87e8e4b8499dc567aef53d9c4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.058655279377987\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.090118035692697\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.53740482616928\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.763646618055816\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5daf81ef345943baa48954654ddde096\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ted1010a1d373435e8790931df22719b3\"><g class=\"toyplot-Edges\"><path d=\"M 93.5684647303 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.036337268 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.036337268 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5684647303 219.728053435 L 226.036337268 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2625790597 152.635973282 L 93.5684647303 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2625790597 152.635973282 L 88.6335253595 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"84.262579059742961\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"93.568464730290458\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"226.03633726785642\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.633525359545587\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t727b2479f4144d54a4e4e9b141cfbbe0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.262579059742961\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.568464730290458\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.03633726785642\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.633525359545587\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf1fd31e274a47878304d3f2d2f72d65\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t46d19df008514ac689a45ceb8746cfe8\"><g class=\"toyplot-Edges\"><path d=\"M 105.130322685 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.548281835 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.548281835 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.130322685 219.728053435 L 230.548281835 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8949361479 152.635973282 L 105.130322685 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7984127624 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7984127624 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8949361479 152.635973282 L 97.7984127624 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"95.894936147927325\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"105.13032268460702\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"230.54828183539453\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"97.798412762357501\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tefe872dc5e744960b0596c82a4bb150c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.894936147927325\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.13032268460702\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.54828183539453\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.798412762357501\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t66f2698c9ed149ed8c0366c8d335d4d7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3abd5af5dd6245668fcf8cf9f7641ef6\"><g class=\"toyplot-Edges\"><path d=\"M 103.22684607 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.420295694 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.420295694 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.22684607 219.728053435 L 229.420295694 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4274664626 152.635973282 L 103.22684607 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4274664626 152.635973282 L 95.5424404786 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"93.427466462554904\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.22684607017685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"229.42029569351007\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.542440478588418\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b3cd1abbd9f4bc1b3440db506683e8b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.427466462554904\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.22684607017685\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.42029569351007\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.542440478588418\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2c0be76b233b415091cf074c045e94c0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t83544d8180ef45d49dac52c8a7811c1e\"><g class=\"toyplot-Edges\"><path d=\"M 82.8525963824 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.162188293 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.162188293 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.8525963824 219.728053435 L 238.162188293 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.3721145712 152.635973282 L 82.8525963824 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2419933127 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2419933127 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.3721145712 152.635973282 L 91.2419933127 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.372114571163848\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"82.852596382387333\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"238.16218829311526\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.241993312653591\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3708e1965e3449a5a09d539c5123c8ef\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.372114571163848\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.852596382387333\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.16218829311526\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.241993312653591\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t427a31296eb54438b09c417a4319108e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4ab03788af4a4ca2aadc4f5b62a93a6c\"><g class=\"toyplot-Edges\"><path d=\"M 90.8894976433 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.412722072 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.412722072 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 219.728053435 L 235.412722072 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4350400838 152.635973282 L 90.8894976433 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.4350400838 152.635973282 L 94.8374491399 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.435040083793268\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"235.41272207227169\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"94.837449139910575\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t785f70db27364be798eeda154b9aa0c5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.435040083793268\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.41272207227169\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.837449139910575\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3e617fb812784644ae3c8134a83d3e7d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t10d74ee1f5564d98b65b15dd22bcb058\"><g class=\"toyplot-Edges\"><path d=\"M 80.5966240986 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.728316481 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.728316481 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5966240986 219.728053435 L 227.728316481 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9751440197 152.635973282 L 80.5966240986 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.330943077 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.330943077 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9751440197 152.635973282 L 95.330943077 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"78.975144019659183\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"80.596624098618207\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"227.72831648068325\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.330943076985051\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t60ee445095204e34b4ba0a49657ce005\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.975144019659183\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.596624098618207\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.72831648068325\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.330943076985051\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf1eea1ea73e54e4a8855feb70da11b47\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdae6f4a97c214c57a5bc62b6a40f38aa\"><g class=\"toyplot-Edges\"><path d=\"M 92.5109777223 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.255408291 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.255408291 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5109777223 219.728053435 L 220.255408291 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9469846513 152.635973282 L 92.5109777223 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0489465415 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0489465415 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9469846513 152.635973282 L 95.0489465415 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.946984651331391\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.51097772227368\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"220.25540829069809\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.048946541513885\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t474d0a22ce90411387a14542fc76e685\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.946984651331391\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.51097772227368\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.25540829069809\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.048946541513885\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t932588f7857041088928b7998acdfb2a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc5a7d04b3ecc46c28ac70ab6927e969f\"><g class=\"toyplot-Edges\"><path d=\"M 89.973008903 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.383394433 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.383394433 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.973008903 219.728053435 L 221.383394433 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 152.635973282 L 89.973008903 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1845063046 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1845063046 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 152.635973282 L 90.1845063046 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.845022761148954\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"89.973008903033488\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"221.38339443258269\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"90.184506304636841\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta74ced1c9ac248e9a220723a2e3df332\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.845022761148954\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.973008903033488\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.38339443258269\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.184506304636841\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te6c5958683ea4aef9b262c4f11b77bca\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t54825d18d0784a58bf6be58e2d2f447a\"><g class=\"toyplot-Edges\"><path d=\"M 88.3515288241 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.986423881 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.986423881 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.3515288241 219.728053435 L 218.986423881 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7875357531 152.635973282 L 88.3515288241 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2550054385 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.2550054385 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7875357531 152.635973282 L 90.2550054385 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.787535753132147\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.351528824074421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"218.986423881078\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.255005438504568\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t53cb47d5e74a41a49828096b5dbd3e2f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.787535753132147\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.351528824074421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.986423881078\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.255005438504568\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taeb1959bb25b4979ba81bef32e20eb10\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t85a2780c418d4287b7baea2b46d0718b\"><g class=\"toyplot-Edges\"><path d=\"M 91.6649881159 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.87688837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.87688837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6649881159 219.728053435 L 221.87688837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 152.635973282 L 91.6649881159 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.759376385 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.759376385 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 152.635973282 L 100.759376385 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"90.889497643314655\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.664988115860282\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"221.87688836965714\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"100.7593763848044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb28a9865605c415590298335967ce40b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314655\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.664988115860282\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.87688836965714\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.7593763848044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tddff96fd577f40c3905f6aa8ecba97f2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfd399f45015449e3b57b510e8bc0674a\"><g class=\"toyplot-Edges\"><path d=\"M 106.117310559 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.318333803 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.318333803 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.117310559 219.728053435 L 226.318333803 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.905813157 152.635973282 L 106.117310559 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.020787173 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.020787173 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.905813157 152.635973282 L 108.020787173 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"105.90581315715262\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.11731055875597\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"226.31833380332753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"108.02078717318614\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te7400fbc941a40f0b13173d017ecfaa4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.90581315715262\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.11731055875597\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.31833380332753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.02078717318614\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta81c6c64528b4f3c877dc9a3e6629c5d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e092b71cee84346adcec5b0174a49eb\"><g class=\"toyplot-Edges\"><path d=\"M 103.931837409 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.850864118 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.850864118 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.931837409 219.728053435 L 223.850864118 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.649840873 152.635973282 L 103.931837409 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.213833944 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.213833944 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.649840873 152.635973282 L 104.213833944 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"103.64984087338355\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"103.93183740885469\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"223.85086411795513\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.21383394432584\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t004ecf6004bf435c97b3f4e019350a1a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.64984087338355\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.93183740885469\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.85086411795513\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.21383394432584\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t196de1bf71f144c1b5b775aa8523636d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8b7d3b788937492d8bf8c3a223283eab\"><g class=\"toyplot-Edges\"><path d=\"M 102.239858196 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.205494904 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.205494904 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.239858196 219.728053435 L 213.205494904 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.957861661 152.635973282 L 102.239858196 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.610804496 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.610804496 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.957861661 152.635973282 L 106.610804496 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"101.95786166055676\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"102.2398581960279\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"213.20549490391974\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.61080449583051\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdc14c442204746149dfb7aec0d3a83ec\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.95786166055676\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.2398581960279\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.20549490391974\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.61080449583051\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb99671e94b3d46f1b240164703ace054\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5a8958e98ba94a83b9c1773b26bef44b\"><g class=\"toyplot-Edges\"><path d=\"M 99.2083954397 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.184909157 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.184909157 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 219.728053435 L 220.184909157 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2919066994 152.635973282 L 99.2083954397 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.04137292 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.04137292 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2919066994 152.635973282 L 101.04137292 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.291906699431991\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.208395439713172\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"220.18490915683037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"101.04137292027556\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51661cacb35e4fee98fbeab081c381bc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.291906699431991\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.208395439713172\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.18490915683037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.04137292027556\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7d8e4e4ff9db4b0daba8213b343b2fe6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdaaff1f266e24d209cba21f7a3a640b7\"><g class=\"toyplot-Edges\"><path d=\"M 88.8450227611 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.200056399 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.200056399 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 219.728053435 L 208.200056399 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 152.635973282 L 88.8450227611 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8059863836 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8059863836 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 152.635973282 L 91.8059863836 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.633525359545587\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.845022761148925\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"208.20005639930707\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.805986383595837\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3337b67a5dc44bfbca8223dd2760f69\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.633525359545587\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.845022761148925\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.20005639930707\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.805986383595837\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1dcfaf49f0934e418eb8e66fcceef10e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7eb51d789b234ba89f3b1151cb780a03\"><g class=\"toyplot-Edges\"><path d=\"M 110.276759457 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.260846795 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.260846795 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.276759457 219.728053435 L 225.260846795 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.135761189 152.635973282 L 110.276759457 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.389598356 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.389598356 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.135761189 152.635973282 L 123.389598356 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"110.13576118921969\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"110.27675945695526\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"225.26084679531084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.38959835636307\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcdb87d7ca51a41e1a5bf621cd88932a4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.13576118921969\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.27675945695526\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.26084679531084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.38959835636307\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t791c1f9b4b49460cacc7bceedef501e3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4fbda45df2514d08b339b81a72fe0c67\"><g class=\"toyplot-Edges\"><path d=\"M 86.3775530758 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.701123958 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.701123958 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3775530758 219.728053435 L 202.701123958 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.236554808 152.635973282 L 86.3775530758 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1845063046 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1845063046 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.236554808 152.635973282 L 90.1845063046 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"86.236554808040935\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"86.37755307577649\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"202.70112395761996\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.184506304636841\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t542cc05521924fc9afe7d38ca73d6232\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.236554808040935\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.37755307577649\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.70112395761996\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.184506304636841\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t506ac15813f44d09876707b23ef68607\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2e7e7774308b481d9968c6262ffe6e28\"><g class=\"toyplot-Edges\"><path d=\"M 91.7354872497 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.630624824 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.630624824 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7354872497 219.728053435 L 202.630624824 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.594488982 152.635973282 L 91.7354872497 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.594488982 152.635973282 L 100.054385046 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.594488981992527\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.735487249728067\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"202.63062482375216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"100.05438504612658\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t213953e4299e4ca2bab3a39ee48161b3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.594488981992527\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.735487249728067\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.63062482375216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.05438504612658\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t763565524adf4b16889562375603b5f9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td2f04b30ed484dc8be610b7e5310ddd0\"><g class=\"toyplot-Edges\"><path d=\"M 99.6313902429 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.027595375 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.027595375 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6313902429 219.728053435 L 205.027595375 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4903919752 152.635973282 L 99.6313902429 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.033799299 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.033799299 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4903919752 152.635973282 L 107.033799299 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"99.490391975184323\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"99.631390242919878\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"205.02759537525682\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.0337992990372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t91afac290d2c418180db9b0153f013ee\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.490391975184323\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.631390242919878\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.02759537525682\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.0337992990372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t34b5458e81e140e9a324ee198743e356\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfa2f057348d94bb6a8e970d4d8a2eaa0\"><g class=\"toyplot-Edges\"><path d=\"M 99.3493937074 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.439713169 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.439713169 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3493937074 219.728053435 L 195.439713169 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.067397172 152.635973282 L 99.3493937074 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.067397172 152.635973282 L 106.258308826 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.067397171977603\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.349393707448741\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"195.43971316923822\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.25830882649157\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t792bb9d99ca7486ab63d941768ff7f26\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.067397171977603\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.349393707448741\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.43971316923822\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.25830882649157\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0faa65773d9422d90be93ac0376d25b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcf44a461f7b14098b7fba6ab39ed82e0\"><g class=\"toyplot-Edges\"><path d=\"M 105.905813157 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.825806712 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.825806712 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.905813157 219.728053435 L 187.825806712 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.482818354 152.635973282 L 105.905813157 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.300648592 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.300648592 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.482818354 152.635973282 L 119.300648592 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"105.48281835394593\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"105.90581315715262\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"187.82580671151754\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"119.30064859203156\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0a2b975a6c1e410c89db67433f601c4e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.48281835394593\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.90581315715262\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.82580671151754\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.30064859203156\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t95f052e236d04ad99154f31a2033869e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0c3b981cfa75494f911f471075df4b63\"><g class=\"toyplot-Edges\"><path d=\"M 121.27462434 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.970108367 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.970108367 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.27462434 219.728053435 L 203.970108367 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.569633002 152.635973282 L 121.27462434 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.896104419 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.896104419 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.569633002 152.635973282 L 122.896104419 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"120.56963300165171\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.27462434032954\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"203.97010836724004\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.89610441928858\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3c51461b48349d69660231018e8e89f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.56963300165171\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.27462434032954\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.97010836724004\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.89610441928858\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t07c895c931814b848d82467d2400f4a6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t39a9645ba2ce48fd98555b11bce90aa7\"><g class=\"toyplot-Edges\"><path d=\"M 117.326672844 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.408250413 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.408250413 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.326672844 219.728053435 L 192.408250413 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.916690166 152.635973282 L 117.326672844 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.371147726 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.371147726 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.916690166 152.635973282 L 119.371147726 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"115.91669016637795\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.32667284373363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"192.40825041292351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"119.37114772589936\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f643fdbe09249d3bbe5304205bd8333\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.91669016637795\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.32667284373363\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.40825041292351\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.37114772589936\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5341562f924848198db6293b4a0945f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t71f8d86bcc874b36825417ccb39256a8\"><g class=\"toyplot-Edges\"><path d=\"M 132.20199009 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.129557265 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.129557265 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.20199009 219.728053435 L 208.129557265 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.708496153 152.635973282 L 132.20199009 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.604399146 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.604399146 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.708496153 152.635973282 L 139.604399146 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"131.70849615276154\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"132.20199008983602\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"208.1295572654393\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.60439914595335\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t05f41e6a2b8849949adf00bb83d0faa1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.70849615276154\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.20199008983602\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.1295572654393\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.60439914595335\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9f1b58c985b341c1b0542f018b977c11\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te46a0ee1d2e34429b07957e31c0a742d\"><g class=\"toyplot-Edges\"><path d=\"M 121.063126939 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.439713169 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.439713169 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.063126939 219.728053435 L 195.439713169 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.525158119 152.635973282 L 121.063126939 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.235587963 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.235587963 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.525158119 152.635973282 L 124.235587963 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"118.52515811948597\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.06312693872619\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"195.43971316923822\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.23558796277646\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t70d1bb619731438db775a2a63119936c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.52515811948597\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.06312693872619\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.43971316923822\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.23558796277646\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba318eaf50da44599237826d0154f44b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf37251e8a915438ea27c5091b7135ec5\"><g class=\"toyplot-Edges\"><path d=\"M 122.614107884 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.166458526 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.166458526 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.614107884 219.728053435 L 216.166458526 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.230149458 152.635973282 L 122.614107884 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.703057648 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.703057648 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.230149458 152.635973282 L 126.703057648 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"119.23014945816378\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"122.61410788381738\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"216.16645852636663\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.70305764814889\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0d3a282a6efb4c528c3e87899c50263d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.23014945816378\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.61410788381738\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.16645852636663\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.70305764814889\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tadf874e6f2564224b303dc43bc33de21\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t93c1747cacc6448f86e5c65f2bbbc96b\"><g class=\"toyplot-Edges\"><path d=\"M 101.04137292 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.586149942 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.586149942 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.04137292 219.728053435 L 200.586149942 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.829875519 152.635973282 L 101.04137292 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.950288039 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.950288039 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.829875519 152.635973282 L 107.950288039 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"100.82987551867221\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.04137292027556\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"200.58614994158643\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.95028803931839\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t18e22fb87cd74521af160b8cb57181bd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.82987551867221\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.04137292027556\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.58614994158643\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.95028803931839\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf1512f559c024259b6d5b241948c2398\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8fda744016024396a4d71a449b2e6fd8\"><g class=\"toyplot-Edges\"><path d=\"M 104.14333481 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.14333481 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9263989042 152.635973282 L 104.14333481 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.085082383 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.085082383 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1378963058 219.728053435 L 206.085082383 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1378963058 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9263989042 152.635973282 L 99.1378963058 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"98.926398904242035\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.14333481045804\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.137896305845373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"206.08508238327354\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td658f418f94549a3b17d5d43330dfb3f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.926398904242035\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.14333481045804\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.137896305845373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.08508238327354\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t081f33f8975e4d51bdd17c9a6cbf22ee\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t49655652a12c4ed1aa7768348c5ecd2c\"><g class=\"toyplot-Edges\"><path d=\"M 99.4198928413 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.60790396 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.60790396 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4198928413 219.728053435 L 220.60790396 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 152.635973282 L 99.4198928413 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.759376385 85.5438931298 L 304.008379326 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.759376385 85.5438931298 L 304.008379326 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 152.635973282 L 100.759376385 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.208395439713144\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.419892841316511\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"220.60790396003705\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"100.7593763848044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.00837932562536\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.00837932562536\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2659ed120b634b02abcb46dc5314727d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.208395439713144\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.419892841316511\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.60790396003705\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.7593763848044\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.00837932562536\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.00837932562536\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t73b45fecc3564302bc8f5b0a68351135\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5191b0a27a2e4e4e822829ddebae3795\"><g class=\"toyplot-Edges\"><path d=\"M 93.0749707932 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.038472384 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.038472384 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0749707932 219.728053435 L 215.038472384 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8634733916 152.635973282 L 93.0749707932 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.8689118962 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.8689118962 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8634733916 152.635973282 L 97.8689118962 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.863473391612615\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.074970793215968\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"215.03847238448213\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.868911896225256\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7420e6fee4be4d4fb1a37ea7d10f2ed8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.863473391612615\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.074970793215968\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.03847238448213\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.868911896225256\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0bd24cb93fdb4d79a606b67ffcb2d231\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc811c93cc29f4daca6e2d0a516233d23\"><g class=\"toyplot-Edges\"><path d=\"M 112.462232607 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.357370181 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.357370181 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.462232607 219.728053435 L 223.357370181 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.148773315 152.635973282 L 112.462232607 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.981750796 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.981750796 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.148773315 152.635973282 L 110.981750796 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"109.1487733150707\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"112.46223260685653\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"223.35737018088059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"110.98175079563308\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta1e34e5172c049bf99306481d83f1c22\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.1487733150707\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.46223260685653\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.35737018088059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.98175079563308\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc963c8674d414646b54b8967b0aa5a03\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teb6b0afe8ff14a608d8f7809f33a4dc9\"><g class=\"toyplot-Edges\"><path d=\"M 110.065262055 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.331345929 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.331345929 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.065262055 219.728053435 L 225.331345929 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.232284575 152.635973282 L 110.065262055 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.827740402 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.827740402 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.232284575 152.635973282 L 111.827740402 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.2322845747895\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"110.06526205535187\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"225.33134592917853\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"111.82774040204646\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf7ce24528cd24632b42fd5732870cc26\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.2322845747895\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.06526205535187\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.33134592917853\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.82774040204646\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td92a568df1bd43068c439ec8cb108792\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t09d4cc2028fb40818593b54d90165f7e\"><g class=\"toyplot-Edges\"><path d=\"M 107.456794102 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.357370181 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.357370181 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.456794102 219.728053435 L 223.357370181 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.636828748 152.635973282 L 107.456794102 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.751802764 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.751802764 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.636828748 152.635973282 L 106.751802764 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.63682874753253\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"107.45679410224389\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"223.35737018088065\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"106.75180276356605\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t64cc2dd44cd3481e9a6691c17e1cc9f0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.63682874753253\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.45679410224389\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.35737018088065\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.75180276356605\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t28f511a20a464d229283247d7b41cd8f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8fa80d96554141a19ba632af44e9140b\"><g class=\"toyplot-Edges\"><path d=\"M 89.3385166982 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.487491439 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.487491439 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3385166982 219.728053435 L 213.487491439 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9860210289 152.635973282 L 89.3385166982 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8634733916 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8634733916 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9860210289 152.635973282 L 92.8634733916 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"88.986021028884508\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"89.338516698223401\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"213.48749143939085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"92.863473391612615\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t141444b3dbd14806964a48a4d0a2cc1b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.986021028884508\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.338516698223401\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.48749143939085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.863473391612615\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t601907a146a0495d9c20edd951b52d37\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9390966e1b9b4d899758e8bf334f7569\"><g class=\"toyplot-Edges\"><path d=\"M 95.4719413447 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.544978447 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.544978447 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4719413447 219.728053435 L 214.544978447 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5554526044 152.635973282 L 95.4719413447 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3179309511 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3179309511 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5554526044 152.635973282 L 96.3179309511 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.555452604439438\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.471941344720619\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"214.54497844740766\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"96.317930951134031\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td29c01c6f3764e9285e39f7a06f6d12c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.555452604439438\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.471941344720619\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.54497844740766\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.317930951134031\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfff2e17e77f84c189ccf3adb5b348b69\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t114304695ea94cb99e57b6b391a48846\"><g class=\"toyplot-Edges\"><path d=\"M 100.195383314 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.132860653 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.132860653 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.195383314 219.728053435 L 224.132860653 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4903919752 152.635973282 L 100.195383314 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.028360794 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.028360794 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4903919752 152.635973282 L 102.028360794 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.490391975184295\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"100.19538331386214\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"224.13286065342623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"102.02836079442451\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t491fe34b75f141c19111373ad6e8e501\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.490391975184295\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.19538331386214\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.13286065342623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.02836079442451\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0bea47590a74cb8a98d22358bd2e0fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdaa2df01158e460b9cb8a046d96f256f\"><g class=\"toyplot-Edges\"><path d=\"M 100.829875519 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.646940338 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.646940338 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.829875519 219.728053435 L 217.646940338 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7723885107 152.635973282 L 100.829875519 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.887362527 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.887362527 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7723885107 152.635973282 L 101.887362527 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.772388510655432\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"100.8298755186722\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"217.64694033759011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"101.88736252668897\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2a1b5d90ef564ea7a56fda3e281d6111\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.772388510655432\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.8298755186722\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.64694033759011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.88736252668897\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td193426995e04c14b7f80f12ca6c324a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2431528c86d7468185150e8078866e98\"><g class=\"toyplot-Edges\"><path d=\"M 84.121580792 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.121983644 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.121983644 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.121580792 219.728053435 L 214.121983644 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.064093784 152.635973282 L 84.121580792 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6855738629 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6855738629 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.064093784 152.635973282 L 84.6855738629 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"83.064093783990671\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.121580792007421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"214.12198364420095\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.685573862949695\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta8f896b40f0349a1ad367496b27f1d93\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.064093783990671\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.121580792007421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.12198364420095\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.685573862949695\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t255fbae1983044e9b7708f26d0b9b6e6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9c90371e9fbf4ffb85b45eae89b31381\"><g class=\"toyplot-Edges\"><path d=\"M 71.3612375619 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.777061596 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.777061596 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.3612375619 219.728053435 L 207.777061596 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3167626798 152.635973282 L 71.3612375619 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.2332514201 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.2332514201 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3167626798 152.635973282 L 70.2332514201 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"69.316762679772779\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"71.361237561938509\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"207.77706159610037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"70.233251420053975\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ted9c13db76334aad8ba926fe34672f87\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.316762679772779\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.361237561938509\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"207.77706159610037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.233251420053975\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1ef0676cf28645768e45ad2ed87e8d34\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1203b78d57eb457a8af25f0583017854\"><g class=\"toyplot-Edges\"><path d=\"M 74.3222011844 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.849695847 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.849695847 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.3222011844 219.728053435 L 196.849695847 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.2202392942 152.635973282 L 74.3222011844 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.912218507 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.912218507 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.2202392942 152.635973282 L 72.912218507 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"71.220239294202955\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.322201184385477\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"196.84969584659387\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"72.912218507029777\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t07586d72892445f28aa28c8b4677a4a2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.220239294202955\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.322201184385477\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.84969584659387\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.912218507029777\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac6bf302f774474aac196ceabb71ab5f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb736f4c939854b1ba13b2d723752e335\"><g class=\"toyplot-Edges\"><path d=\"M 81.1606171696 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.884461991 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.884461991 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.1606171696 219.728053435 L 215.884461991 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9621318938 152.635973282 L 81.1606171696 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2181041776 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2181041776 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9621318938 152.635973282 L 82.2181041776 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.962131893808163\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"81.160617169560496\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"215.88446199089552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.218104177577231\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc2719375be1c4685a1b889be709af881\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.962131893808163\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.160617169560496\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.88446199089552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.218104177577231\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t612c31d783fd4b79889734cc2b4ad665\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td678d852599b443ba4504148f647cea6\"><g class=\"toyplot-Edges\"><path d=\"M 84.8265721307 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.030898763 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.030898763 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8265721307 219.728053435 L 221.030898763 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1476050437 152.635973282 L 84.8265721307 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1476050437 152.635973282 L 86.4480522096 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.147605043709476\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.826572130685264\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"221.03089876324378\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"86.448052209644288\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfb1f3eb0f77949fa946f5e7ba0122dc2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.147605043709476\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.826572130685264\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.03089876324378\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.448052209644288\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td37df9acc3bc4d648b9cec5926cf9ed8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1492e6ef369f4f978a9dd3b294e8992b\"><g class=\"toyplot-Edges\"><path d=\"M 96.7409257543 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.023325142 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.023325142 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.7409257543 219.728053435 L 227.023325142 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1769326834 152.635973282 L 96.7409257543 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.187809693 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.187809693 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1769326834 152.635973282 L 106.187809693 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"96.176932683398434\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"96.740925754340722\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"227.02332514200538\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.18780969262377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td08c0b7d2a7341c0a1b9ab61763567b6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.176932683398434\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.740925754340722\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.02332514200538\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.18780969262377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t524763f3672d4f2db2427920a1ad2fd9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t44ac3ed56c254c2fa9ee4b4abe9a4da2\"><g class=\"toyplot-Edges\"><path d=\"M 87.9285340209 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.416992306 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.416992306 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 213.416992306 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.1530435483 152.635973282 L 87.9285340209 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0304959111 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.0304959111 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.1530435483 152.635973282 L 91.0304959111 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.153043548322131\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.928534020867772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"213.41699230552308\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.030495911050238\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta8e36fa0d16646ffb41809085ef1a6b8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.153043548322131\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.928534020867772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.41699230552308\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.030495911050238\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta3adf13692d94e9db29d81cd09cf17f2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4b79d388156a4357951835679fd50292\"><g class=\"toyplot-Edges\"><path d=\"M 95.2604439431 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.858437739 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.858437739 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2604439431 219.728053435 L 217.858437739 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.273456069 152.635973282 L 95.2604439431 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4719413447 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4719413447 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.273456069 152.635973282 L 95.4719413447 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"94.273456068968272\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"95.260443943117252\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"217.85843773919342\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"95.471941344720605\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t75a74af60fff404dacaec0b9170dc3f9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.273456068968272\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.260443943117252\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.85843773919342\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.471941344720605\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc92e4fa04f5a4bcda6fde47aa8c148a2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0a11b99f48c4b509afa43b0b76b4123\"><g class=\"toyplot-Edges\"><path d=\"M 86.5890504774 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.678403094 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.678403094 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5890504774 219.728053435 L 220.678403094 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.1660556742 152.635973282 L 86.5890504774 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9079482738 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9079482738 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.1660556742 152.635973282 L 94.9079482738 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"86.166055674173137\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"86.589050477379843\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"220.67840309390482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.907948273778345\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te0062dc31c8f488a8ca19e43db391f17\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.166055674173137\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.589050477379843\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.67840309390482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.907948273778345\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te812803a796f4e47b528f1a558dcf39a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t236b88184ad74b40a9c9a52536fa1087\"><g class=\"toyplot-Edges\"><path d=\"M 222.017886637 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.017886637 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.2864681948 197.364026718 L 222.017886637 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4274664626 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2919066994 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2919066994 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4274664626 130.271946565 L 98.2919066994 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.2864681948 197.364026718 L 93.4274664626 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.286468194819349\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"222.01788663739276\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.427466462554904\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"98.291906699431991\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb31b1a57d5a24b47aeb173d2b6e4eeed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.286468194819349\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.01788663739276\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.427466462554904\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.291906699431991\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t517c485fe2b04206ab48a3d77e46369a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb22a7b12f6864c75829e7040634b42e7\"><g class=\"toyplot-Edges\"><path d=\"M 222.79337711 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.79337711 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3754179592 197.364026718 L 222.79337711 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.553317488 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.553317488 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 130.271946565 L 105.553317488 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3754179592 197.364026718 L 97.5869153608 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.375417959150809\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"222.79337710993838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.586915360754162\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.55331748781373\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t996341de427d44e2920c89f9074dafd7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.375417959150809\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.79337710993838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.586915360754162\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.55331748781373\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t475e087b3db4440c93cd8e803bbf1328\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc586be10ea7d4e739fbe180691fbf7d5\"><g class=\"toyplot-Edges\"><path d=\"M 222.158884905 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.158884905 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5239898481 197.364026718 L 222.158884905 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7354872497 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9784474076 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9784474076 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.7354872497 130.271946565 L 94.9784474076 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5239898481 197.364026718 L 91.7354872497 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"91.523989848124728\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"222.1588849051283\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"91.735487249728067\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"94.978447407646144\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t55f1c0bfeab941ae978eb52117c361c5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.523989848124728\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.1588849051283\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.735487249728067\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.978447407646144\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4f8ef73574c04dbb9b450613cd1bc4a3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf50fa04dc808482cbce0109e150d4ab7\"><g class=\"toyplot-Edges\"><path d=\"M 218.704427346 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.704427346 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6704266205 197.364026718 L 218.704427346 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4329049672 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4329049672 130.271946565 L 100.054385046 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6704266205 197.364026718 L 98.4329049672 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"96.670426620472966\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"218.70442734560692\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"98.432904967167545\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"100.05438504612658\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9bdbd4ae3c3a43398d8d05d6b5045813\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.670426620472966\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.70442734560692\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.432904967167545\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.05438504612658\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac45ebf437e141b4b8ce8b2653e900ff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7dbaac498b32454aaf1123c02c45b4ff\"><g class=\"toyplot-Edges\"><path d=\"M 217.223945534 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.223945534 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3754179592 175.0 L 217.223945534 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.399307094 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.399307094 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3754179592 175.0 L 106.399307094 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0934214237 175.0 L 97.3754179592 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0934214237 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"97.093421423679629\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"97.375417959150766\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"217.22394553438343\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.39930709422711\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t05f6fe7caf95408fa5c0d91b9ee8a107\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.093421423679629\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.375417959150766\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.22394553438343\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.39930709422711\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac4576cc56f94919a5afd296e1d3e778\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8c42e6def36e4b428af7617f918d0d4e\"><g class=\"toyplot-Edges\"><path d=\"M 228.856302623 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.856302623 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.473109616 197.364026718 L 228.856302623 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.614107884 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.178100955 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.178100955 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.614107884 130.271946565 L 123.178100955 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.473109616 197.364026718 L 122.614107884 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"122.47310961608187\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"228.8563026225678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"122.61410788381744\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"123.17810095475971\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t504e85db2cb8461fa3a9564fccd0b36b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.47310961608187\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.8563026225678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.61410788381744\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.17810095475971\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd062ae1632c49a1b6e386036d43f6ce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td0ce6be3264840138ea48dd7a933455e\"><g class=\"toyplot-Edges\"><path d=\"M 229.490794827 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.490794827 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.046811425 197.364026718 L 229.490794827 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.386294968 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.386294968 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 130.271946565 L 107.386294968 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.046811425 197.364026718 L 106.258308826 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.0468114248882\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"229.49079482737781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.25830882649157\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"107.38629496837609\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0ef23a782be5465494f8d9b6ddf511e0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.0468114248882\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.49079482737781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.25830882649157\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.38629496837609\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tef4091685f7c476483fb7e26d0c2952c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t88d4f8aaf3e74d4aba77583c886b88b5\"><g class=\"toyplot-Edges\"><path d=\"M 229.631793095 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.631793095 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9209603996 197.364026718 L 229.631793095 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9914595335 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2604439431 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2604439431 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9914595335 130.271946565 L 95.2604439431 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9209603996 197.364026718 L 93.9914595335 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.920960399629365\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"229.63179309511338\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.991459533497164\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.260443943117252\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t97aa8f94e9db4509a93234b8f1697c78\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.920960399629365\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.63179309511338\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.991459533497164\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.260443943117252\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfe1c1977edfc4a94a0c5a54dac031cf3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf9ba9b6ef7e745418bbb66c4f1274fa3\"><g class=\"toyplot-Edges\"><path d=\"M 91.8764855175 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8764855175 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9860210289 130.271946565 L 91.8764855175 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9860210289 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.915521895 197.364026718 L 88.9860210289 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.151311284 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.151311284 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.915521895 197.364026718 L 228.151311284 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.915521895016724\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"88.986021028884508\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.876485517463635\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"228.15131128388992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta8b4393effd54affa4bc7a751f04d02b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.915521895016724\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.986021028884508\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.876485517463635\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.15131128388992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7bea0ec5773e46c88eab1e38769b1ff9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t345c1e0e3cd94eb28110e937a2f36073\"><g class=\"toyplot-Edges\"><path d=\"M 221.665390968 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.665390968 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6964508722 197.364026718 L 221.665390968 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1899448092 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7539378802 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.7539378802 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1899448092 130.271946565 L 95.7539378802 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6964508722 197.364026718 L 95.1899448092 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.696450872175006\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"221.66539096805383\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"95.189944809249482\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"95.753937880191742\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61a1551b271c4d158a6078404675586d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.696450872175006\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.66539096805383\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.189944809249482\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.753937880191742\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0371520c040d464ca6305ace7a4fab74\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t350ed062901c4616b9caa559257cadd7\"><g class=\"toyplot-Edges\"><path d=\"M 224.555855457 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.555855457 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1064335495 197.364026718 L 224.555855457 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3179309511 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6574144946 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6574144946 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3179309511 130.271946565 L 97.6574144946 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1064335495 197.364026718 L 96.3179309511 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.106433549530664\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"224.55585545663291\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.317930951134031\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"97.657414494621918\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc6e1bb334eba486c98c3618a2d908649\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.106433549530664\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.55585545663291\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.317930951134031\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.657414494621918\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc8681acb067042649ecf921950d0a5f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc369a324273848d9b375e19271dff7ab\"><g class=\"toyplot-Edges\"><path d=\"M 241.898642388 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.898642388 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.710631269 197.364026718 L 241.898642388 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.922128671 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.510010877 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.510010877 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.922128671 130.271946565 L 130.510010877 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.710631269 197.364026718 L 120.922128671 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.71063126938725\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"241.89864238810776\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.92212867099062\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"130.51001087700922\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td39e06c1479a4a10843a379acffd029e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.71063126938725\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.89864238810776\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.92212867099062\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.51001087700922\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t88dd6ef7205f4444a87ec38410a71896\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcfa837a8d872493da70953718c81b2ec\"><g class=\"toyplot-Edges\"><path d=\"M 236.47020908 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.47020908 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.415622608 197.364026718 L 236.47020908 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261612214 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.447085364 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.447085364 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261612214 130.271946565 L 124.447085364 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.415622608 197.364026718 L 122.261612214 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.41562260806509\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"236.47020908028841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.2616122144785\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"124.4470853643798\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t46fb9018fa204674bc9203084f95b5ed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.41562260806509\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.47020908028841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.2616122144785\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.4470853643798\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta837c85d2cfb46dc8a1f71dd0e179d33\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t45ad8e640d8b44d099c8ff89ae76aecd\"><g class=\"toyplot-Edges\"><path d=\"M 232.028763647 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.028763647 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5554526044 197.364026718 L 232.028763647 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.766950006 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7723885107 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7723885107 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.766950006 130.271946565 L 99.7723885107 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5554526044 197.364026718 L 94.766950006 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.555452604439438\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"232.02876364661805\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.766950006042777\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.772388510655432\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t30ac54d910cc42ce82c3c142c5c35706\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.555452604439438\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.02876364661805\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.766950006042777\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.772388510655432\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4333841d33ab4fb589c14f607081333c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4844a312a54341fab22027d488fab9e1\"><g class=\"toyplot-Edges\"><path d=\"M 221.735890102 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.735890102 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7615115014 189.909351145 L 221.735890102 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1140071708 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1140071708 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1140071708 115.36259542 L 90.1140071708 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1140071708 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7615115014 189.909351145 L 90.1140071708 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.761511501430135\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"221.7358901019216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.114007170769042\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.114007170769042\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe8c734f1ff44653a6066f3c3687a85d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.761511501430135\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.7358901019216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.114007170769042\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.114007170769042\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10800bca4ef14615bb1fb73e2b130a91\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t017633f12e8848e4bccbba83f1bc3a2e\"><g class=\"toyplot-Edges\"><path d=\"M 221.5243927 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.5243927 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9784474076 197.364026718 L 221.5243927 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0489465415 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1899448092 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1899448092 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0489465415 130.271946565 L 95.1899448092 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9784474076 197.364026718 L 95.0489465415 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.978447407646144\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"221.52439270031826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.048946541513928\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.189944809249482\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2b55007e50384fc0aa12c7c167cc8987\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.978447407646144\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.52439270031826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.048946541513928\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.189944809249482\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfb9e2acffe1f4ce7b12b4a31e39e9025\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3729aaf7dff14f43b2052ecd60f40e58\"><g class=\"toyplot-Edges\"><path d=\"M 228.292309552 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.292309552 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.900374653 219.728053435 L 228.292309552 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.900374653 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.829875519 152.635973282 L 100.900374653 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.829875519 152.635973282 L 101.39386859 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.8298755186722\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.90037465253998\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"228.29230955162552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.39386858961447\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t69a6968f53fb4f5fa10f78177aac39d1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.8298755186722\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.90037465253998\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.29230955162552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.39386858961447\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td321fe0eb0e04e6394db4491f7e96917\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6f06b81a0d8c43c7aa211b5a1c43c571\"><g class=\"toyplot-Edges\"><path d=\"M 233.015751521 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.015751521 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.371147726 219.728053435 L 233.015751521 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.371147726 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.371147726 152.635973282 L 119.371147726 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.582645128 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.582645128 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.371147726 152.635973282 L 119.582645128 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.37114772589936\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.37114772589936\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"233.01575152076703\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.5826451275027\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6cbf00dc1d594befba383a83969fbabe\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.37114772589936\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.37114772589936\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.01575152076703\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.5826451275027\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfa258a51492f48e3ae6501573d4047d2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1566d0e10a854f28b0839c70e8dfc34e\"><g class=\"toyplot-Edges\"><path d=\"M 229.631793095 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.631793095 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.367844338 197.364026718 L 229.631793095 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.284333078 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.284333078 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.508842606 130.271946565 L 104.284333078 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.508842606 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.367844338 197.364026718 L 103.508842606 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.36784433791243\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"229.63179309511344\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.508842605648\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.28433307819363\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tce627ba484444909a580f8547e88fd5f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.36784433791243\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.63179309511344\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.508842605648\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.28433307819363\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7d452681952541b2b5fbbe6a2c6a8b77\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta094d5e604104b8e86f481b5f5b9380b\"><g class=\"toyplot-Edges\"><path d=\"M 228.151311284 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.151311284 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4719413447 197.364026718 L 228.151311284 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3493937074 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3493937074 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 130.271946565 L 99.3493937074 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4719413447 197.364026718 L 95.5424404786 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"95.471941344720619\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"228.15131128388992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"95.542440478588418\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"99.349393707448741\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf77f62db0cc1482e93b56aac64b4ad92\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.471941344720619\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.15131128388992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.542440478588418\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.349393707448741\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t53709235c33546a69f6069aa94a2b007\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t94c4ddd163f64f37a111b8388b74ca2c\"><g class=\"toyplot-Edges\"><path d=\"M 224.132860653 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.132860653 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.206260323 219.728053435 L 224.132860653 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.206260323 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.206260323 152.635973282 L 110.206260323 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.898239536 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.898239536 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.206260323 152.635973282 L 111.898239536 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"110.20626032308746\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"110.20626032308746\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"224.13286065342623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"111.8982395359143\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51af1dd2bd4442909b36d21958c0b191\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.20626032308746\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.20626032308746\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.13286065342623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.8982395359143\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t07a285ea0c194c23a578054385de6626\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t521db8ada2044f43a6fd04b1e863d765\"><g class=\"toyplot-Edges\"><path d=\"M 108.302783709 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.819401362 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.819401362 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 175.0 L 220.819401362 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.629255126 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.629255126 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 175.0 L 110.629255126 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 175.0 L 108.302783709 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.3027837086573\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.3027837086573\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"220.81940136164039\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.62925512629417\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taa9bea8c97b74a1383e72cf88ef91969\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.3027837086573\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.3027837086573\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.81940136164039\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.62925512629417\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfc619606648d4c3cb3d46eb844260abe\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t91d37091d67b406e8a43dc74e7a53522\"><g class=\"toyplot-Edges\"><path d=\"M 223.639366716 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.639366716 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.981750796 219.728053435 L 223.639366716 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.981750796 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.981750796 152.635973282 L 110.981750796 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.96873867 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.96873867 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.981750796 152.635973282 L 111.96873867 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"110.98175079563308\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"110.98175079563308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"223.63936671635173\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"111.96873866978206\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51af248460a44097b525aad1a0994cc0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.98175079563308\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.98175079563308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.63936671635173\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.96873866978206\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f443aaffba94fc1a09cb79fd1387607\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t38e4ccddca0144b1a53f65fd94a35b75\"><g class=\"toyplot-Edges\"><path d=\"M 108.655279378 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.594891834 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.594891834 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 175.0 L 221.594891834 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.712766386 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.712766386 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 175.0 L 109.712766386 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.655279378 175.0 L 108.725778512 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"108.65527937799621\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"108.72577851186398\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"221.59489183418597\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"109.71276638601293\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6d86a330af9047c0b5b13eaa18ea3b53\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.65527937799621\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.72577851186398\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.59489183418597\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.71276638601293\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb6476cf479954f0e9022b4a68974589e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1ecefd425fab4b6ebeb4fad708efdc0f\"><g class=\"toyplot-Edges\"><path d=\"M 110.840752528 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.826974983 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.826974983 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.911251662 175.0 L 214.826974983 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.039237804 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.039237804 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.911251662 175.0 L 112.039237804 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.840752528 175.0 L 110.911251662 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"110.84075252789751\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"110.91125166176531\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"214.82697498287874\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"112.03923780364984\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taf62f00c030f4a53a1a3a1cdcd98e28b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.84075252789751\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.91125166176531\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.82697498287874\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.03923780364984\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1c14d0f29a064d1ea8634b7c2b42f0e7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9c84c82169384d3d87b955ab9612c75d\"><g class=\"toyplot-Edges\"><path d=\"M 213.980985376 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.980985376 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.803851267 197.364026718 L 213.980985376 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.289771583 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.289771583 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.015348669 130.271946565 L 109.289771583 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.015348669 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.803851267 197.364026718 L 103.015348669 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.80385126697014\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"213.98098537646536\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"103.01534866857349\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.28977158280628\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7c470d9c508b40e78b15522673ebbe1b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.80385126697014\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.98098537646536\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.01534866857349\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.28977158280628\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td2e4dca4d2ea45ebb6e22968d2861759\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4cec826c4dad41a3a9640ac86a385113\"><g class=\"toyplot-Edges\"><path d=\"M 204.040607501 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.040607501 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.406880715 197.364026718 L 204.040607501 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.989324417 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.989324417 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.970873786 130.271946565 L 104.989324417 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.970873786 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.406880715 197.364026718 L 100.970873786 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.40688071546549\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"204.04060750110781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"100.97087378640776\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.98932441687145\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4163f49566eb4dc4a4b545bf0be7b3f0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.40688071546549\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"204.04060750110781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.97087378640776\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.98932441687145\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4d4e70d89d974095a2b3cd360eb74ba8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0279df8f1a56434598d2e88dffc16620\"><g class=\"toyplot-Edges\"><path d=\"M 207.354066793 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.354066793 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.712766386 197.364026718 L 207.354066793 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.378721347 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.378721347 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.994762921 130.271946565 L 113.378721347 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.994762921 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.712766386 197.364026718 L 109.994762921 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"109.71276638601299\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"207.35406679289369\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"109.99476292148411\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"113.37872134713773\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9a16b06277ba4fd18c70d1e4602d1bfa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.71276638601299\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"207.35406679289369\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.99476292148411\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.37872134713773\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3056cf4875f14a04bdf361cbdd50d574\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7eba9c9c808b444a88b3bb8b0605edca\"><g class=\"toyplot-Edges\"><path d=\"M 213.205494904 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.205494904 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.660717883 219.728053435 L 213.205494904 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.660717883 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.378721347 152.635973282 L 113.660717883 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.141199694 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.141199694 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.378721347 152.635973282 L 115.141199694 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.37872134713773\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.66071788260888\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"213.20549490391974\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.14119969383231\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf750e121ddc840b285aae70d54c4bbbd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.37872134713773\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.66071788260888\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.20549490391974\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.14119969383231\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8f5f895a7de64012af9849452fb81380\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0aa943e87ced4b95a7830ebd63960a31\"><g class=\"toyplot-Edges\"><path d=\"M 213.557990573 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.557990573 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.480683237 197.364026718 L 213.557990573 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.935140797 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.935140797 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.185674576 130.271946565 L 119.935140797 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.185674576 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.480683237 197.364026718 L 117.185674576 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"116.48068323732024\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"213.55799057325865\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"117.18567457599808\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"119.93514079684167\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcb04653fb27147029293e1f258022f4c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.48068323732024\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.55799057325865\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.18567457599808\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.93514079684167\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9e0fa7fd4da04e2ea1be5bef200b60f1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta45d3066e6c04ec1bbfacf0ff51c069f\"><g class=\"toyplot-Edges\"><path d=\"M 215.038472384 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.038472384 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.731217016 197.364026718 L 215.038472384 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.384159852 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.384159852 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.365709221 130.271946565 L 118.384159852 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.365709221 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.731217016 197.364026718 L 114.365709221 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.73121701647663\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"215.03847238448211\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"114.36570922128669\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"118.38415985175038\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0150b39f153c4d1daef571ad855c35e5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.73121701647663\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.03847238448211\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.36570922128669\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.38415985175038\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdeaf487eff28425182215c0f53792180\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5564ee073f3440bcbd948424d99418c7\"><g class=\"toyplot-Edges\"><path d=\"M 228.08081215 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.08081215 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.955726544 197.364026718 L 228.08081215 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.775691899 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.775691899 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.449220481 130.271946565 L 115.775691899 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.449220481 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.955726544 197.364026718 L 113.449220481 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"112.95572654393104\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"228.08081215002215\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"113.44922048100551\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"115.77569189864241\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc05cb310741f405594de5729862ea3b7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.95572654393104\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.08081215002215\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.44922048100551\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.77569189864241\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t137f8326e6fa41e8a4400496b31df320\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4375b8409cd44ebca8360ac0c0909b6e\"><g class=\"toyplot-Edges\"><path d=\"M 213.13499577 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.13499577 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.534866857 219.728053435 L 213.13499577 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.534866857 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.323369456 152.635973282 L 101.534866857 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.790839141 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.790839141 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.323369456 152.635973282 L 103.790839141 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.3233694557467\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.53486685735005\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"213.13499577005194\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"103.79083914111914\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5a1dac429167434bb86b3a564ac7be02\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.3233694557467\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.53486685735005\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.13499577005194\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.79083914111914\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb70ef9882f9a47b0a55c3b0873b1484d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te89e7a268ebd441293f86eaa40ad7061\"><g class=\"toyplot-Edges\"><path d=\"M 220.60790396 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.60790396 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 219.728053435 L 220.60790396 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.2083954397 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2214075656 152.635973282 L 99.2083954397 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.668291504 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.668291504 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.2214075656 152.635973282 L 107.668291504 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"98.221407565564192\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.208395439713172\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"220.60790396003705\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"107.66829150384726\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t972e7314de58442f8349de1b0cb3d341\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.221407565564192\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.208395439713172\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.60790396003705\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.66829150384726\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t09cc86c8f4fa4d349e2120d59496e6d8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc03d57a069654a9abdb72937909ec036\"><g class=\"toyplot-Edges\"><path d=\"M 212.852999235 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.852999235 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 212.852999235 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 152.635973282 L 87.9285340209 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8114248882 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8114248882 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 152.635973282 L 96.8114248882 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"86.448052209644288\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.928534020867772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"212.85299923458081\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.811424888208521\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f01b98a53eb470a98c3adb332440cc6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.448052209644288\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.928534020867772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"212.85299923458081\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.811424888208521\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcef49e45213b4be3a90396ad48f27760\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t04a814cecee545838b8ea89a73921c04\"><g class=\"toyplot-Edges\"><path d=\"M 215.390968054 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.390968054 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.425331346 219.728053435 L 215.390968054 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.425331346 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.733352133 152.635973282 L 104.425331346 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.731217016 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.731217016 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.733352133 152.635973282 L 113.731217016 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.73335213310236\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"104.42533134592918\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"215.39096805382104\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"113.73121701647663\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td0e8aedb306b488faee9cc056b390cbc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.73335213310236\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.42533134592918\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.39096805382104\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.73121701647663\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb79d1ab1d27e4f66af081a71a619f407\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8e2edaa4f05e4368933eaa3bf1dc3c7f\"><g class=\"toyplot-Edges\"><path d=\"M 217.364943802 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.364943802 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.877653789 219.728053435 L 217.364943802 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.877653789 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.820166781 152.635973282 L 118.877653789 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261612214 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261612214 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.820166781 152.635973282 L 122.261612214 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.82016678080812\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"118.87765378882487\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"217.364943802119\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.26161221447853\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tacc451efb82744aabd0339c3c2e977ca\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.82016678080812\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.87765378882487\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.364943802119\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.26161221447853\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t228a3c008f4f43bfae110265c9f1e20a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t67c1658708af4784b75da4ab28f1e600\"><g class=\"toyplot-Edges\"><path d=\"M 215.390968054 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.390968054 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6313902429 219.728053435 L 215.390968054 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6313902429 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.1639205575 152.635973282 L 99.6313902429 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.195383314 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.195383314 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.1639205575 152.635973282 L 100.195383314 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"97.163920557547428\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.631390242919849\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"215.39096805382104\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"100.19538331386214\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf3bbed40b011495c8ed48acd3b51c400\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.163920557547428\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.631390242919849\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.39096805382104\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.19538331386214\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb30843d46cb3434c8bdde63baac16e9c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t05879dccd6b549dcab77a340209701c6\"><g class=\"toyplot-Edges\"><path d=\"M 205.66208758 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.66208758 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 219.728053435 L 205.66208758 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.9133867784 152.635973282 L 101.39386859 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.015348669 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.015348669 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.9133867784 152.635973282 L 103.015348669 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.913386778390986\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"101.39386858961447\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"205.66208758006687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.01534866857349\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3a301416e2a84f96b171fffed0a905b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.913386778390986\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.39386858961447\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.66208758006687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.01534866857349\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb79739420dc4402bbc8bf1364510dce7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdf661a3c3c464dd9aae19fd0806cef21\"><g class=\"toyplot-Edges\"><path d=\"M 201.502638682 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.502638682 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.636828748 219.728053435 L 201.502638682 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.636828748 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.438343472 152.635973282 L 104.636828748 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.590218749 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.590218749 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.438343472 152.635973282 L 113.590218749 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.4383434717802\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"104.63682874753253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"201.50263868186761\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"113.59021874874108\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfe0265b97b6e43a2a2dc1cb682aa7ad7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.4383434717802\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.63682874753253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"201.50263868186761\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.59021874874108\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9f563298f6ea4592a7b4b282bab3396f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t830a158eee264a82a769e339b48744ce\"><g class=\"toyplot-Edges\"><path d=\"M 207.354066793 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.354066793 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.046811425 219.728053435 L 207.354066793 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.046811425 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944849535 152.635973282 L 106.046811425 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.835314023 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.835314023 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944849535 152.635973282 L 105.835314023 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"102.94484953470571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"106.0468114248882\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"207.35406679289363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.83531402328484\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc5ec399c9665487f98f09573bfdd237e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.94484953470571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.0468114248882\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"207.35406679289363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.83531402328484\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb956c6049bf9427080f5ea501149b577\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t99f6eaaf9f014ecaa2b07b14c4c4affa\"><g class=\"toyplot-Edges\"><path d=\"M 214.474479314 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.474479314 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.571768118 219.728053435 L 214.474479314 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.571768118 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.655279378 152.635973282 L 109.571768118 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.044676308 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.044676308 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.655279378 152.635973282 L 117.044676308 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.65527937799621\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.57176811827739\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"214.47447931353986\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.0446763082625\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t79fc11d46c9b458e96608295e0ee762b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.65527937799621\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.57176811827739\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.47447931353986\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.0446763082625\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t70788cef0b2945ceb629c504b6acd438\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdff324a2143b42828971ea15b1e0f10c\"><g class=\"toyplot-Edges\"><path d=\"M 217.928936873 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.928936873 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.050114813 219.728053435 L 217.928936873 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.050114813 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.27462434 152.635973282 L 122.050114813 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.734520404 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.734520404 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.27462434 152.635973282 L 129.734520404 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.27462434032952\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.05011481287514\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"217.92893687306122\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.73452040446358\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t153cfafd32054d5e8a2b8341df6bb5d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.27462434032952\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.05011481287514\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.92893687306122\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.73452040446358\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t206209934e414a24aa44f3e5606c8d76\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t68f71d12bfda4d58b13c49fa93270260\"><g class=\"toyplot-Edges\"><path d=\"M 216.518954196 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.518954196 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.146638198 219.728053435 L 216.518954196 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.146638198 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.608669379 152.635973282 L 120.146638198 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.807154655 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.807154655 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.608669379 152.635973282 L 118.807154655 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"117.60866937920477\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.14663819844499\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"216.51895419570562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"118.8071546549571\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9bc4a552d3ad4084b07a9c23a65e50f0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.60866937920477\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.14663819844499\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.51895419570562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.8071546549571\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t32c027b419974010888622bed62753bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tab64e04bcda64cc2bb39c653b73846f6\"><g class=\"toyplot-Edges\"><path d=\"M 225.260846795 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.260846795 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.230149458 219.728053435 L 225.260846795 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.230149458 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.974177174 152.635973282 L 119.230149458 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.076139065 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.076139065 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.974177174 152.635973282 L 120.076139065 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.97417717439473\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.23014945816382\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"225.26084679531084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.07613906457723\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcbedf10f655b41149c5592bac161ff3d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.97417717439473\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.23014945816382\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.26084679531084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.07613906457723\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t96d98bfe7be54108a881a9111fe649f0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad5f970291af433ba460f69e3d9f9663\"><g class=\"toyplot-Edges\"><path d=\"M 209.469040809 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.469040809 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8558997704 219.728053435 L 209.469040809 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8558997704 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6129396125 152.635973282 L 98.8558997704 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8819240221 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8819240221 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6129396125 152.635973282 L 96.8819240221 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"95.612939612456188\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"98.855899770374236\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"209.46904080892722\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"96.881924022076277\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03f4b982dc914da89238a5fecd14f1a0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.612939612456188\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.855899770374236\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.46904080892722\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.881924022076277\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf74c420cecec4b8d84e3c5e8756d65e1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t74c90f4abd3d4e6780ad8024e80428b9\"><g class=\"toyplot-Edges\"><path d=\"M 223.427869315 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.427869315 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.564194497 219.728053435 L 223.427869315 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.564194497 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.731217016 152.635973282 L 115.564194497 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.436208355 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.436208355 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.731217016 152.635973282 L 114.436208355 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.73121701647666\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"115.56419449703905\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"223.42786931474842\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"114.43620835515452\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfddd8dcd4d954a71aa218a4b630f1790\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.73121701647666\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.56419449703905\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.42786931474842\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.43620835515452\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t783ddece7abd4683a926dfd0fccee0a6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0c686c1c855f49ea8418570e9c30e8d8\"><g class=\"toyplot-Edges\"><path d=\"M 214.826974983 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.826974983 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.8689118962 219.728053435 L 214.826974983 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.8689118962 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 152.635973282 L 97.8689118962 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1378963058 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1378963058 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 152.635973282 L 99.1378963058 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.586915360754162\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.868911896225299\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"214.8269749828788\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.137896305845373\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7d10d5fcd1654885947f13ea0f4016e4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.586915360754162\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.868911896225299\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.8269749828788\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.137896305845373\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t804e39201fd144279e773f2843d2bd6c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf0825b84666343fbb2f954d00bdb6673\"><g class=\"toyplot-Edges\"><path d=\"M 226.177335536 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.177335536 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.026225678 219.728053435 L 226.177335536 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.026225678 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.603230875 152.635973282 L 113.026225678 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.890665915 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.890665915 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.603230875 152.635973282 L 117.890665915 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"112.60323087459213\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"113.02622567779883\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"226.17733553559199\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.89066591467592\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbd87af37e4e8442ca9000308d3a59bb4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.60323087459213\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.02622567779883\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.17733553559199\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.89066591467592\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4f1ce97c6d6a4cbcaf8f05cfbaf8a9ce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf289301e0eee47f8a08075493611b75d\"><g class=\"toyplot-Edges\"><path d=\"M 216.518954196 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.518954196 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.503404101 219.728053435 L 216.518954196 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.503404101 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7984127624 152.635973282 L 98.503404101 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.406880715 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.406880715 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7984127624 152.635973282 L 100.406880715 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.798412762357501\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"98.503404101035329\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"216.51895419570562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"100.40688071546552\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t822e6a28b63e4217ad0ab971a58eb6f5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.798412762357501\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.503404101035329\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.51895419570562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.40688071546552\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2037353318e44b7eabc215de85267744\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t399cebb110f94d859c4a8ae369b306b0\"><g class=\"toyplot-Edges\"><path d=\"M 218.140434275 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.140434275 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 219.728053435 L 218.140434275 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4014422109 152.635973282 L 95.5424404786 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7723885107 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7723885107 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4014422109 152.635973282 L 99.7723885107 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"95.401442210852835\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"95.542440478588389\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"218.14043427466464\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.772388510655432\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf50806e21a94473fb34cb714c061ec6e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.401442210852835\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.542440478588389\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.14043427466464\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.772388510655432\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e6b4c1840bd48ee9573eae30df69699\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7187acdb63294977a543e5c150fce3b7\"><g class=\"toyplot-Edges\"><path d=\"M 217.364943802 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.364943802 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5391370906 219.728053435 L 217.364943802 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.5391370906 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3981388229 152.635973282 L 79.5391370906 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5445755952 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5445755952 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3981388229 152.635973282 L 84.5445755952 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.398138822865874\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.539137090601429\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"217.36494380211897\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.544575595214113\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td142663ec68b4de48d9ad0157c6dfc67\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.398138822865874\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.539137090601429\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.36494380211897\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.544575595214113\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf8c536e8adb481ebd33fc5ef8338840\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc91b0c5ab31540eda63a80c6749245d0\"><g class=\"toyplot-Edges\"><path d=\"M 226.670829473 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.670829473 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9621318938 219.728053435 L 226.670829473 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.9621318938 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6096362245 152.635973282 L 79.9621318938 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0619586674 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0619586674 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6096362245 152.635973282 L 94.0619586674 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.609636224469256\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.962131893808163\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"226.67082947266644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.061958667364962\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t007dfb30fd614ac7b7e1dda58fca93da\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.609636224469256\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.962131893808163\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.67082947266644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.061958667364962\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1286c037640c45fb8b0514c2a240b585\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb3cfe9c382a74b0388687c61baf61493\"><g class=\"toyplot-Edges\"><path d=\"M 226.459332071 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.459332071 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.8731821295 219.728053435 L 226.459332071 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.8731821295 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.1681907908 152.635973282 L 75.8731821295 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5575877211 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5575877211 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.1681907908 152.635973282 L 83.5575877211 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.16819079079886\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.873182129476703\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"226.45933207106313\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.557587721065147\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4fa77bebe37547c6a9a235eb6e141c8c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.16819079079886\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.873182129476703\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.45933207106313\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.557587721065147\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t40b10eb7a64847328def146d6896598b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t89c92c90ab204f5eb8311d7d596df4f8\"><g class=\"toyplot-Edges\"><path d=\"M 228.362808685 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.362808685 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.2722877976 219.728053435 L 228.362808685 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.2722877976 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.003303388 152.635973282 L 67.2722877976 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2462635459 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2462635459 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.003303388 152.635973282 L 69.2462635459 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"66.003303387986961\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"67.272287797607049\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"228.36280868549329\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"69.246263545905023\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba5c2c7f06d248a2af915823b422ca9a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.003303387986961\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.272287797607049\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.36280868549329\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.246263545905023\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbb45722b3d3140d290e62ef38d5997bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te8e4f8335fd1405585e43cc1c485bf0a\"><g class=\"toyplot-Edges\"><path d=\"M 232.522257584 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.522257584 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 219.728053435 L 232.522257584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9990331547 152.635973282 L 88.8450227611 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9990331547 152.635973282 L 89.1270192966 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.999033154735514\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.845022761148925\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"232.52225758369249\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.127019296620063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5b8622b7534b4d468437269ab044db3a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.999033154735514\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.845022761148925\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.52225758369249\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.127019296620063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb6791db10f7949a7981a577ab7fe49e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfb8a2c5896204bdfb697ec6163b20164\"><g class=\"toyplot-Edges\"><path d=\"M 225.895339 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.895339 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.8601700036 219.728053435 L 225.895339 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.8601700036 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5076743343 152.635973282 L 76.8601700036 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.121580792 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.121580792 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.5076743343 152.635973282 L 84.121580792 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"76.507674334286747\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"76.860170003625655\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"225.8953390001208\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"84.121580792007421\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t73c7a5da124344c5b971b69c6aeb454b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.507674334286747\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.860170003625655\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.8953390001208\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.121580792007421\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tea40daaac9f846df82c46e49fdac2b3d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t47bd14de792b4c92bf0c65e4b28cfaa3\"><g class=\"toyplot-Edges\"><path d=\"M 236.540708214 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.540708214 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 219.728053435 L 236.540708214 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2810296902 152.635973282 L 88.6335253595 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.68130363 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.68130363 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2810296902 152.635973282 L 106.68130363 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.281029690206694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.633525359545601\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"236.54070821415627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.68130362969829\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4b655824312e4bbe9656e55e5b2a4fee\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.281029690206694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.633525359545601\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.54070821415627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.68130362969829\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8980e2d752bd43439e0af6a6f8ef94ed\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td61c9d0891a246d8993723e48f6c20e9\"><g class=\"toyplot-Edges\"><path d=\"M 81.8656085082 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.355235064 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.355235064 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.006606776 175.0 L 234.355235064 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5239898481 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5239898481 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.006606776 175.0 L 91.5239898481 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.8656085082 175.0 L 82.006606776 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"81.865608508238324\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.006606775973893\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"234.35523506425491\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"91.523989848124728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5397867be5c74ce1884319017dc097b7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.865608508238324\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.006606775973893\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.35523506425491\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.523989848124728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb1bd17dcb3894513ae2ac774d8d81d5e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t93a76b176dab47538773e39c77507655\"><g class=\"toyplot-Edges\"><path d=\"M 79.3981388229 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.856302623 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.856302623 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6096362245 175.0 L 228.856302623 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.500100713 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.500100713 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6096362245 175.0 L 82.500100713 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3981388229 175.0 L 79.6096362245 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.398138822865903\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"79.609636224469256\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"228.8563026225678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.500100713048425\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f9c6eaad2de47319e822cfb3a32c0c4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.398138822865903\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.609636224469256\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.8563026225678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.500100713048425\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t302a9d6ab59645c4886b30133006d379\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t819c6e14c3734ddba1e7e24466233607\"><g class=\"toyplot-Edges\"><path d=\"M 80.5966240986 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.650243726 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.650243726 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 175.0 L 233.650243726 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.3330781936 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.3330781936 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 175.0 L 84.3330781936 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5966240986 175.0 L 81.0196189018 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"80.596624098618207\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.019618901824913\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"233.65024372557707\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.33307819361076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t006680cff68b47fbadd8152781463dab\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.596624098618207\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.019618901824913\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.65024372557707\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.33307819361076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0102f5ff1a8849aa88cf819d6a213549\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t34dc0846a9a8415981ab5ac6f3c248d0\"><g class=\"toyplot-Edges\"><path d=\"M 68.682270475 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.375820811 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.375820811 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.4577609475 175.0 L 227.375820811 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0456431535 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0456431535 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.4577609475 175.0 L 79.0456431535 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.682270475 175.0 L 69.4577609475 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"68.682270474962735\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"69.457760947508376\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"227.37582081134431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"79.045643153526967\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcac9e01981cc47d684833d40d7feb92c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.682270474962735\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.457760947508376\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.37582081134431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.045643153526967\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1be957b1b95744fe9b3614428ff90647\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbb957ab4b4414ac3b1ff92a76a1d0f5e\"><g class=\"toyplot-Edges\"><path d=\"M 92.65197599 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.674132861 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.674132861 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.215969061 175.0 L 242.674132861 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.614107884 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.614107884 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.215969061 175.0 L 122.614107884 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.65197599 175.0 L 93.215969061 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.651975990009262\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.215969060951551\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"242.6741328606534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"122.61410788381744\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6b62238c641646808140356d390b4886\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.651975990009262\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.215969060951551\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.6741328606534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.61410788381744\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc61b90bcf3ee4ab7a7bef49accd98912\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb664316ac39d4fc8aa4b28da0922ffd8\"><g class=\"toyplot-Edges\"><path d=\"M 102.169359062 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.347661443 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.347661443 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.592353865 175.0 L 240.347661443 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.592353865 175.0 L 108.725778512 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.169359062 175.0 L 102.592353865 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"102.16935906216011\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"102.5923538653668\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"240.34766144301653\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"108.72577851186401\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcee62169da094df5ad1af8ede2347059\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.16935906216011\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.5923538653668\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.34766144301653\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.72577851186401\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1b8acc02d3ea4f7fb440dbba56cb135f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9f3df7f610844dc0ae40eec9b88213fc\"><g class=\"toyplot-Edges\"><path d=\"M 60.9273657495 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.806389236 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.806389236 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.2798614188 175.0 L 221.806389236 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.324336301 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 63.324336301 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.2798614188 175.0 L 63.324336301 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.9273657495 175.0 L 61.2798614188 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"60.927365749506521\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"61.279861418845421\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"221.80638923578937\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"63.324336301011186\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e5a13f64e0a4d30afbfd4737b43d125\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.927365749506521\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.279861418845421\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.80638923578937\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"63.324336301011186\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t11f71ab7b2a44163be306ba148528e5a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc1a17e90975a41c7b757172aa28dc985\"><g class=\"toyplot-Edges\"><path d=\"M 50.0 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.715304355 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.715304355 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.2114974016 175.0 L 228.715304355 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 53.2429601579 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 53.2429601579 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.2114974016 175.0 L 53.2429601579 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 175.0 L 50.2114974016 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"50.0\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"50.211497401603346\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"228.7153043548322\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"53.242960157918063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t05b78b62093247b0b5e3416e91778526\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.0\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.211497401603346\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.7153043548322\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"53.242960157918063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb7459429b9a34ad88c86dac1d41aaeb5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t850f8d73d9a64574a77982f794adbb5d\"><g class=\"toyplot-Edges\"><path d=\"M 72.2072271684 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.2072271684 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.0217540185 152.635973282 L 72.2072271684 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.3037505539 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.401845063 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 225.401845063 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.3037505539 219.728053435 L 225.401845063 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.0217540185 152.635973282 L 70.3037505539 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.021754018450622\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"72.207227168351949\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.303750553921759\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"225.40184506304635\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8576df4c4b244c92861a01b9c83e70b2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.021754018450622\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.207227168351949\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.303750553921759\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"225.40184506304635\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0d7931b8ddaf456fbefdf8e025297827\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tda1320dddc3f4ece847ba953c8108369\"><g class=\"toyplot-Edges\"><path d=\"M 87.9990331547 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9990331547 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9361076421 152.635973282 L 87.9990331547 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2050920517 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.45175845 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.45175845 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2050920517 219.728053435 L 232.45175845 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.9361076421 152.635973282 L 83.2050920517 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"81.936107642106094\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.999033154735514\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"83.205092051726183\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"232.45175844982469\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t53f431de09844157b2cde985425a18ef\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.936107642106094\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.999033154735514\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.205092051726183\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.45175844982469\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td6f169a9608d4ccbaf897447e0ea4938\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcec4e64cab554aea88f76741977ed0a6\"><g class=\"toyplot-Edges\"><path d=\"M 104.002336543 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.002336543 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.367844338 152.635973282 L 104.002336543 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.848326149 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.0081779 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.0081779 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.848326149 219.728053435 L 239.0081779 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.367844338 152.635973282 L 104.848326149 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.3678443379124\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"104.00233654272245\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"104.84832614913589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"239.00817789952862\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t801d278a42b747d0a231a26cd86cb4a0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.3678443379124\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.00233654272245\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.84832614913589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.00817789952862\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t17ef98a0ecd44a09a15ecfecd91083cd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfc786de2cbbc486ea39e475ce8b76ead\"><g class=\"toyplot-Edges\"><path d=\"M 87.5760383515 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5760383515 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9415461467 152.635973282 L 87.5760383515 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.9025097692 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.509245458 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.509245458 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.9025097692 219.728053435 L 233.509245458 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9415461467 152.635973282 L 89.9025097692 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.941546146718778\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.576038351528823\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.902509769165704\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"233.50924545784153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f2b46dca7224bd68be7c88c75787467\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.941546146718778\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.576038351528823\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.902509769165704\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.50924545784153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4489e0e3a3e9405eb3e49e7bc082abdf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e8b94577e5e43809e4eb1d6a6dd1933\"><g class=\"toyplot-Edges\"><path d=\"M 77.2831648068 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4946622084 137.726622137 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1736292954 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.887765379 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.887765379 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1736292954 219.728053435 L 231.887765379 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.4946622084 137.726622137 L 80.1736292954 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.2831648068 126.544608779 L 77.4946622084 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"77.283164806832389\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"77.494662208435727\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.173629295411502\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"231.88776537888248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tac860ce1f45c425d9e56bc48900e9fd3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.283164806832389\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.494662208435727\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.173629295411502\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.88776537888248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t95c4c5d5163d49628fba572c5751cb6d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcefce46249384b20bf8c2e8e561b4ab1\"><g class=\"toyplot-Edges\"><path d=\"M 88.7040244934 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.446319945 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.446319945 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7040244934 219.728053435 L 227.446319945 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.1400314225 152.635973282 L 88.7040244934 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.3515288241 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.3515288241 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.1400314225 152.635973282 L 88.3515288241 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.140031422471083\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.704024493413357\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"227.44631994521208\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.351528824074421\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf8cce0a3956e4d46b95786f33575fa68\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.140031422471083\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.704024493413357\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.44631994521208\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.351528824074421\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta2e29d1a6a9b4037893373b9b2780dbd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc882a733d7384bbf8b45c471e4ef5769\"><g class=\"toyplot-Edges\"><path d=\"M 93.9209603996 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3439552028 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1899448092 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.219675301 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.219675301 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.1899448092 219.728053435 L 239.219675301 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3439552028 137.726622137 L 95.1899448092 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9209603996 126.544608779 L 94.3439552028 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.920960399629394\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.343955202836099\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.189944809249482\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"239.21967530113201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t59b64b4bedd947ef818adefe48d4a7d8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.920960399629394\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.343955202836099\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.189944809249482\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.21967530113201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf6dd6d8f6a534d708497e3bd26d0530c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf798b21720ba4115b0220eb296b8c3eb\"><g class=\"toyplot-Edges\"><path d=\"M 87.858034887 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.4220279579 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.783668372 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.783668372 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 219.728053435 L 239.783668372 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.4220279579 137.726622137 L 90.8894976433 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.858034887 126.544608779 L 88.4220279579 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.85803488699996\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.422027957942248\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"239.78366837207429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0644a3c184f64b9c9b9becec330d9548\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.85803488699996\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.422027957942248\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.78366837207429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9d7bcc99dab54225a8685e71911d6d06\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta300580210154d61901a23812701b78f\"><g class=\"toyplot-Edges\"><path d=\"M 79.1866414213 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.8916327599 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1476050437 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.245699553 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.245699553 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1476050437 219.728053435 L 237.245699553 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.8916327599 137.726622137 L 82.1476050437 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1866414213 126.544608779 L 79.8916327599 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.186641421262564\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.891632759940393\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.147605043709476\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"237.24569955283408\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc118eb606a7f414b85571ffae36b1596\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.186641421262564\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.891632759940393\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.147605043709476\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.24569955283408\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teb2e96075bce46fa98b03315c3f3b1cf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbf4f5d7b77db42bf8759a1681acd4a8c\"><g class=\"toyplot-Edges\"><path d=\"M 83.7690851227 126.544608779 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2625790597 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5185513435 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.92466664 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.92466664 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5185513435 219.728053435 L 239.92466664 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.2625790597 137.726622137 L 86.5185513435 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7690851227 126.544608779 L 84.2625790597 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"83.769085122668514\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.26257905974299\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"86.518551343512073\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"239.92466663980989\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc2d4189df76a4276b66941e23407d560\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.769085122668514\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.26257905974299\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.518551343512073\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.92466663980989\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t96b022d0e91a4282ae9b05a961fe694d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc4fe5c73ca894c2fabe4487c9519e2aa\"><g class=\"toyplot-Edges\"><path d=\"M 98.9263989042 126.544608779 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.9838859123 137.726622137 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.618378117 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.559158845 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.559158845 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.618378117 219.728053435 L 240.559158845 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.9838859123 137.726622137 L 100.618378117 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9263989042 126.544608779 L 99.9838859123 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"98.926398904242077\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"99.983885912258813\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"100.61837811706889\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"240.5591588446199\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5579dde70f7a4312b241700564d7eb7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.926398904242077\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.983885912258813\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.61837811706889\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.5591588446199\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t861e8cb393f449ea85c0a2940e0772ef\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7eca6a85a34c40049be48e5ca751f3a0\"><g class=\"toyplot-Edges\"><path d=\"M 87.0825444145 126.544608779 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7875357531 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.689280103 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.689280103 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 219.728053435 L 230.689280103 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7875357531 137.726622137 L 89.1270192966 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0825444145 126.544608779 L 87.7875357531 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.082544414454333\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.787535753132175\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.127019296620063\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"230.68928010313013\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t765bb636a7ce4f4dbe01768cfd2f9a5b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.082544414454333\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.787535753132175\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.127019296620063\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.68928010313013\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te0eaf4c27b984f30b46b163161bdcf3c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta10809ec17b547729507b43ed1fa018f\"><g class=\"toyplot-Edges\"><path d=\"M 65.8623051203 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.2852999235 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0347661443 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.18277404 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.18277404 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0347661443 219.728053435 L 231.18277404 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.2852999235 137.726622137 L 69.0347661443 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.8623051203 126.544608779 L 66.2852999235 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"65.862305120251378\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"66.285299923458069\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"69.034766144301642\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"231.18277404020461\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88b3eaf6a03b44819f7c3ca24688b10c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.862305120251378\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.285299923458069\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.034766144301642\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.18277404020461\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t39894865d8184c759dfe76a949a64c0e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t44b0df689c47489cafd9b51ab0ae66ce\"><g class=\"toyplot-Edges\"><path d=\"M 58.7418925996 126.544608779 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 59.4468839383 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.9848527575 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.631793095 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.631793095 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.9848527575 219.728053435 L 229.631793095 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 59.4468839383 137.726622137 L 61.9848527575 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.7418925996 126.544608779 L 59.4468839383 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"58.741892599605208\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"59.446883938283044\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"61.984852757523271\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"229.63179309511338\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t59baeb61154a485a852ae5c51e9980e6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"58.741892599605208\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"59.446883938283044\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.984852757523271\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.63179309511338\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcb008b03c19b495987b30562f22ea3cf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2048d2a6e20d40c8bb1ada66bc939502\"><g class=\"toyplot-Edges\"><path d=\"M 71.5022358297 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.3482254361 137.726622137 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3666760666 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.689280103 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.689280103 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3666760666 219.728053435 L 230.689280103 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.3482254361 137.726622137 L 76.3666760666 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5022358297 126.544608779 L 72.3482254361 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"71.502235829674106\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"72.348225436087489\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"76.366676066551193\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"230.68928010313016\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f62fa691bdd49ab9c3d6f413a896c44\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.502235829674106\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.348225436087489\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.366676066551193\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.68928010313016\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t54dfa129e71c45c1ac3e4c68575b7976\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t752160d6a55349b2a78ea7554cf04076\"><g class=\"toyplot-Edges\"><path d=\"M 85.5315634694 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5315634694 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6855738629 152.635973282 L 85.5315634694 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4610643355 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.425734198 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.425734198 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4610643355 219.728053435 L 234.425734198 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6855738629 152.635973282 L 85.4610643355 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.685573862949667\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"85.531563469363064\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"85.461064335495308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"234.42573419812268\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbf769b677b1a4d3f9b0a12255d05b148\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.685573862949667\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.531563469363064\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.461064335495308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.42573419812268\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t95ff2dd031f944b8972481f1b5533917\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9eb23029ad364fcfbc045a3ceeb3095b\"><g class=\"toyplot-Edges\"><path d=\"M 87.9285340209 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.3460903195 152.635973282 L 87.9285340209 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.121580792 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.219675301 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.219675301 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.121580792 219.728053435 L 239.219675301 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.3460903195 152.635973282 L 84.121580792 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"83.34609031946178\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.92853402086773\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"84.121580792007421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"239.21967530113201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4bd8b54248da486190639f1ef3d4a87a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.34609031946178\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.92853402086773\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.121580792007421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.21967530113201\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t50fee697a23b4062ab18f48e661ab509\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t695732a8bc834f71933ddcc778eba0df\"><g class=\"toyplot-Edges\"><path d=\"M 106.187809693 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.187809693 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8114248882 152.635973282 L 106.187809693 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.336381582 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.47020908 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.47020908 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.336381582 219.728053435 L 236.47020908 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.8114248882 152.635973282 L 100.336381582 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"96.811424888208521\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"106.18780969262377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"100.33638158159772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"236.47020908028841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb2e46040519d40eb88642881d53c9a54\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.811424888208521\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.18780969262377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.33638158159772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.47020908028841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc3124609dc6a4b23bd3400dbc0f543cc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdd4be1ee9b524199a2a7073de851a806\"><g class=\"toyplot-Edges\"><path d=\"M 88.8450227611 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7300487451 152.635973282 L 88.8450227611 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.3255045724 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.700157112 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.700157112 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.3255045724 219.728053435 L 240.700157112 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7300487451 152.635973282 L 90.3255045724 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.730048745115425\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.845022761148954\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"90.325504572372395\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"240.70015711235544\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t66c69af895ee47df8164a05f4f4db3b6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.730048745115425\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.845022761148954\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.325504572372395\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.70015711235544\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tee2aa13b6ab2467aa1af5ce160b66553\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t604959c762594315a44be577ff36e80b\"><g class=\"toyplot-Edges\"><path d=\"M 91.5239898481 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5239898481 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.0695322886 152.635973282 L 91.5239898481 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.9524231559 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.592756718 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.592756718 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.9524231559 219.728053435 L 232.592756718 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.0695322886 152.635973282 L 96.9524231559 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"88.069532288603313\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.523989848124728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"96.952423155944075\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"232.59275671756029\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t743e39a1785f47f09e86a01f25248941\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.069532288603313\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.523989848124728\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.952423155944075\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.59275671756029\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t913aba3f74dd4826a0b7db811803eff1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5ffa7b2ffe2d4fa5b39dfb4b2e42e009\"><g class=\"toyplot-Edges\"><path d=\"M 93.0044716593 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0044716593 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9860210289 152.635973282 L 93.0044716593 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.509245458 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.509245458 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 219.728053435 L 233.509245458 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.9860210289 152.635973282 L 90.8894976433 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"88.986021028884508\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.004471659348212\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"233.50924545784153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d284689d1c64f5987c8bea111fd27ce\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.986021028884508\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.004471659348212\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314684\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.50924545784153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t839a00ee38204a349178375a476adf3d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t19df4dbb17b842c68e13d62c857380ee\"><g class=\"toyplot-Edges\"><path d=\"M 90.4665028401 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4665028401 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2517020505 152.635973282 L 90.4665028401 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.0846795311 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.438746324 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.438746324 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.0846795311 219.728053435 L 233.438746324 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.2517020505 152.635973282 L 76.0846795311 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"74.251702050517679\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"90.466502840107978\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"76.084679531080056\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"233.43874632397373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t319ca18c40ab434ca8b398325fd24086\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.251702050517679\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.466502840107978\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.084679531080056\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.43874632397373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0a23d1a4956345d392f53ba9f6e1349a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t92bdac3eb9614056b711eb3055b09041\"><g class=\"toyplot-Edges\"><path d=\"M 81.6541111066 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.6541111066 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.8492929944 152.635973282 L 81.6541111066 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.682270475 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.882326874 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.882326874 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.682270475 219.728053435 L 226.882326874 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.8492929944 152.635973282 L 68.682270475 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"66.849292994400358\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"81.654111106634986\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"68.682270474962735\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"226.88232687426981\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfbfe98912e1b45318fdb905396d4f48c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.849292994400358\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.654111106634986\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.682270474962735\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.88232687426981\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tef0700ab64594b92a1aa0b921dbe96f5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6b3d5906be8241f6bea5ee1d99ad6e61\"><g class=\"toyplot-Edges\"><path d=\"M 68.5412722072 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.5412722072 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.9902912621 152.635973282 L 68.5412722072 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.5987592152 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.060226403 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.060226403 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.5987592152 219.728053435 L 235.060226403 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.9902912621 152.635973282 L 69.5987592152 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"66.990291262135912\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"68.541272207227152\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"69.59875921524393\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"235.06022640293276\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7ec3c6021e8c4d38b5fc68e2483bd22e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.990291262135912\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.541272207227152\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.59875921524393\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.06022640293276\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35ae3e5acbe045319f89564e5d03590d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t359e87ae64204082824295e04ccbc99e\"><g class=\"toyplot-Edges\"><path d=\"M 80.8081215002 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8081215002 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.7636466181 152.635973282 L 80.8081215002 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3981388229 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.82270475 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.82270475 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3981388229 219.728053435 L 236.82270475 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.7636466181 152.635973282 L 79.3981388229 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.763646618055859\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"80.808121500221603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.398138822865903\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"236.82270474962741\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f9f581cd42f4f88aa2991eec1415ce1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.763646618055859\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.808121500221603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.398138822865903\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.82270474962741\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td0ac56eb2bbc4e7ba388b203c7736914\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf225ef7bf1a84c8a87590d8afd823597\"><g class=\"toyplot-Edges\"><path d=\"M 75.591185594 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.591185594 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.8807557507 152.635973282 L 75.591185594 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.3037505539 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.132860653 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.132860653 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.3037505539 219.728053435 L 224.132860653 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.8807557507 152.635973282 L 70.3037505539 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.880755750715068\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"75.591185594005566\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"70.303750553921759\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"224.13286065342623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb7eff5ec7c6d42ec91cb45d7bbd3a501\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.880755750715068\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.591185594005566\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.303750553921759\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.13286065342623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1d42d76765dc4689b615ced863af4391\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te5c28ba0c3564cbe9cd3ff482844734b\"><g class=\"toyplot-Edges\"><path d=\"M 91.8059863836 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8059863836 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3070539419 152.635973282 L 91.8059863836 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.800547879 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.501671837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.501671837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.800547879 219.728053435 L 239.501671837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.3070539419 152.635973282 L 86.800547879 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.30705394190872\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.805986383595865\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.800547878983224\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"239.50167183660315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4349d7eda7de4d75ad358b4de1d72d0a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.30705394190872\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.805986383595865\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.800547878983224\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.50167183660315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taf6026012af34db1b0f7e345dd839496\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7dcb6b3cd87c48f4aa41616ea4cda28f\"><g class=\"toyplot-Edges\"><path d=\"M 99.6313902429 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6313902429 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9079482738 152.635973282 L 99.6313902429 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.321637191 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.321637191 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.5424404786 219.728053435 L 242.321637191 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9079482738 152.635973282 L 95.5424404786 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.907948273778345\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.631390242919878\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"95.542440478588389\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"242.32163719131449\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t47b79dc1841345a5bd59bfda949281d4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.907948273778345\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.631390242919878\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.542440478588389\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.32163719131449\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fa5881514db488da4314161e923c959\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf847129630f542ceb2027f6dd3192c69\"><g class=\"toyplot-Edges\"><path d=\"M 91.6649881159 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6649881159 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0435080369 152.635973282 L 91.6649881159 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.3255045724 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.141602546 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.141602546 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.3255045724 219.728053435 L 245.141602546 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0435080369 152.635973282 L 90.3255045724 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.043508036901258\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.664988115860282\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"90.325504572372395\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"245.14160254602584\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03d7aaa4542641c69b8e7ec5adc59261\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.043508036901258\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.664988115860282\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.325504572372395\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.14160254602584\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t500180c8f7274e5dbef1c38cf75b29ee\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t53a3d34101cf436c82ca50d23695cc15\"><g class=\"toyplot-Edges\"><path d=\"M 67.060790396 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.060790396 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.1573137816 152.635973282 L 67.060790396 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.5098094509 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.462635459 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.462635459 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.5098094509 219.728053435 L 242.462635459 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 65.1573137816 152.635973282 L 65.5098094509 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"65.157313781573535\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"67.060790396003711\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"65.509809450912442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"242.46263545905003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6ffdf17084e64f23984d3e4891c0d965\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.157313781573535\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.060790396003711\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"65.509809450912442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.46263545905003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta569fbd9cf264667a3ad464246ced504\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t36439a6e7230464980175ac138162a5d\"><g class=\"toyplot-Edges\"><path d=\"M 78.4111509487 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.4111509487 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.9067800024 152.635973282 L 78.4111509487 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.4002739395 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.880191758 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.880191758 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.4002739395 219.728053435 L 237.880191758 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 67.9067800024 152.635973282 L 68.4002739395 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"67.906780002417094\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.411150948716895\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"68.400273939491598\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"237.8801917576441\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t33dc8e2bcfb7491d9b1354db29bf6a9d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"67.906780002417094\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.411150948716895\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.400273939491598\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.8801917576441\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t259ea0e7750947668d72407d0ff65f20\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d0c6e7658cc48439ee96e3a82270ee4\"><g class=\"toyplot-Edges\"><path d=\"M 88.5630262257 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5630262257 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7246102405 152.635973282 L 88.5630262257 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4296015792 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.718607743 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.718607743 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4296015792 219.728053435 L 244.718607743 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7246102405 152.635973282 L 82.4296015792 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"81.724610240502784\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.563026225677817\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.429601579180613\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"244.71860774281913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tac7c6f4c82e44e999321e289a0e7c1e7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.724610240502784\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.563026225677817\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.429601579180613\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.71860774281913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta4dcd138bab34383af1cca3c14b1e47f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3b52a87083314dc6bca335c72a254c99\"><g class=\"toyplot-Edges\"><path d=\"M 87.7170366193 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7170366193 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9751440197 152.635973282 L 87.7170366193 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.013616404 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.013616404 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 219.728053435 L 244.013616404 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.9751440197 152.635973282 L 81.0196189018 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.975144019659211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"87.717036619264405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"81.019618901824941\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"244.01361640414132\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61769126cff841e1b67f9ef52e1927cd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.975144019659211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.717036619264405\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.019618901824941\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.01361640414132\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t384d6e9259584ff08a7306ab0616dd42\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2d72c08fc7e14c9f87ec8537f40c291e\"><g class=\"toyplot-Edges\"><path d=\"M 93.4274664626 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4274664626 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.9230955163 152.635973282 L 93.4274664626 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.800547879 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 248.31406357 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 248.31406357 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.800547879 219.728053435 L 248.31406357 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.9230955163 152.635973282 L 86.800547879 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.923095516255103\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.427466462554904\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"86.800547878983224\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"248.31406357007614\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4a49d69505144bd4b1c238425866ee9c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.923095516255103\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.427466462554904\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.800547878983224\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"248.31406357007614\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t70d4f9bb8e4e4746a02b57ff2a5348c1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfa110e122de6459eae1e6a47d9be5112\"><g class=\"toyplot-Edges\"><path d=\"M 85.3200660678 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3200660678 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9805825243 152.635973282 L 85.3200660678 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.846593885 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.846593885 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 219.728053435 L 245.846593885 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.9805825243 152.635973282 L 87.6465374854 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.980582524271853\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"85.32006606775974\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"87.646537485396621\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"245.84659388470371\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t11befc3f3aee47a1b1b146942baba67b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.980582524271853\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.32006606775974\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.646537485396621\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.84659388470371\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t829c5200ef9c4fb0804645995d5a5fc3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1c6336a4a6ce4108acee2852dff70761\"><g class=\"toyplot-Edges\"><path d=\"M 76.2961769327 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2961769327 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5022358297 152.635973282 L 76.2961769327 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.476211578 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.457196954 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.457196954 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.476211578 219.728053435 L 237.457196954 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5022358297 152.635973282 L 73.476211578 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"71.502235829674106\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.296176932683409\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"73.476211577972038\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"237.45719695443736\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61f6a2b0b83343fcbaecfceb858a99c5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.502235829674106\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.296176932683409\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.476211577972038\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.45719695443736\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2272cca6ea234351b2197b0eeffb797a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te48ec7d7278345209cfd84c1317b157c\"><g class=\"toyplot-Edges\"><path d=\"M 85.743060871 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.743060871 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.8395842565 152.635973282 L 85.743060871 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8710470129 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.872618136 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.872618136 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8710470129 219.728053435 L 243.872618136 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.8395842565 152.635973282 L 86.8710470129 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"83.83958425653627\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"85.743060870966445\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.871047012850994\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"243.87261813640572\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9937e429765d4852bbf8836953eae693\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.83958425653627\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.743060870966445\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.871047012850994\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.87261813640572\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t873387a1a2c742bdb4d6d1151b3ff0d6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdd9b0d8b4d2a4294a0b0b9d830cc11b9\"><g class=\"toyplot-Edges\"><path d=\"M 86.8710470129 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.8710470129 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9545582726 152.635973282 L 86.8710470129 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.987592152 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 245.987592152 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.6335253595 219.728053435 L 245.987592152 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9545582726 152.635973282 L 88.6335253595 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"85.954558272569784\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"86.871047012850994\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.633525359545587\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"245.98759215243925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5148980403d24e32aa5736a481ab5c81\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.954558272569784\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.871047012850994\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.633525359545587\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"245.98759215243925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta70e57ad636349ee8c3e3252045b55d4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td089df2f0dfa43528997ebddd556dff8\"><g class=\"toyplot-Edges\"><path d=\"M 83.1345929179 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1345929179 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6096362245 152.635973282 L 83.1345929179 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.0955565403 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.590621601 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.590621601 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.0955565403 219.728053435 L 243.590621601 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6096362245 152.635973282 L 86.0955565403 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"79.609636224469227\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.134592917858427\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.095556540305353\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"243.59062160093458\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t25fcfd0f3a2842cb8643c12ef1b16c67\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.609636224469227\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.134592917858427\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.095556540305353\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.59062160093458\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2c4e3fff933343b29317aecbe07c75f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tefd561d3272244ec837dae04a0d6df49\"><g class=\"toyplot-Edges\"><path d=\"M 81.0196189018 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.270152681 152.635973282 L 81.0196189018 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.1606171696 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.770656246 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.770656246 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.1606171696 219.728053435 L 240.770656246 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.270152681 152.635973282 L 81.1606171696 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"78.270152680981369\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"81.019618901824941\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"81.160617169560496\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"240.77065624622324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2b794d5902be4c8b9a19ebe53868ee53\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.270152680981369\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.019618901824941\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.160617169560496\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.77065624622324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te4cd593451fc41ebbb285ff4451977f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2d45b50ad4304f2bab757a58deafd67d\"><g class=\"toyplot-Edges\"><path d=\"M 96.2474318173 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.2474318173 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2755911856 152.635973282 L 96.2474318173 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.8320106353 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.718607743 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.718607743 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.8320106353 219.728053435 L 244.718607743 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.2755911856 152.635973282 L 89.8320106353 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"83.275591185593996\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.247431817266232\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"89.832010635297905\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"244.71860774281913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tefcf6fef894246bdb123a562fdf38446\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.275591185593996\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.247431817266232\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.832010635297905\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.71860774281913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td8d05b76c08d4ebbb326606896474489\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td8d89d3e3bff45bb97fa8df1f0cc3bc7\"><g class=\"toyplot-Edges\"><path d=\"M 87.2940418161 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5966240986 152.635973282 L 87.2940418161 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5315634694 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.232687427 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.232687427 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5315634694 219.728053435 L 238.232687427 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5966240986 152.635973282 L 85.5315634694 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"80.596624098618207\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.294041816057671\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.531563469363093\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"238.23268742698303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8480bedd20d84a738aa20675e49069b5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.596624098618207\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.294041816057671\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.531563469363093\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.23268742698303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3719bc5344234551b4ee33119451901d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6354a7fb79e24cd39a650bc14a876c28\"><g class=\"toyplot-Edges\"><path d=\"M 103.649840873 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.649840873 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6985859888 152.635973282 L 103.649840873 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.1660556742 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.392136325 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.392136325 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.1660556742 219.728053435 L 242.392136325 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6985859888 152.635973282 L 86.1660556742 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.698585988800716\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.64984087338355\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"86.166055674173137\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"242.39213632518226\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb4049a653ef649e0936630593e529cdf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.698585988800716\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.64984087338355\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.166055674173137\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.39213632518226\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7dd2aad2898548629c4768995422dbf2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5bacce0f1d874e12a4effaa44fe168b3\"><g class=\"toyplot-Edges\"><path d=\"M 104.49583048 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.49583048 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.547878983 152.635973282 L 104.49583048 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.553317488 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.731619869 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.731619869 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.553317488 219.728053435 L 243.731619869 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.547878983 152.635973282 L 105.553317488 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"100.54787898320107\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.49583047979698\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"105.55331748781373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"243.73161986867018\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad4534abaa454902925e7108bd3e9012\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.54787898320107\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.49583047979698\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.55331748781373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.73161986867018\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e3545b4030e40a5a572e5259c7af591\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb74174d29afd42a092a2640fe1158fee\"><g class=\"toyplot-Edges\"><path d=\"M 89.479514966 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.479514966 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0901180357 152.635973282 L 89.479514966 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3591024453 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.674132861 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.674132861 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3591024453 219.728053435 L 242.674132861 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0901180357 152.635973282 L 82.3591024453 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"81.090118035692697\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.479514965958998\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"82.3591024453128\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"242.6741328606534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6d17b1aac28d4a87ac36ea10065b5638\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.090118035692697\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.479514965958998\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.3591024453128\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.6741328606534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta7c6ee1d460e4a27a00c825f27dda10d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0d9ef76cd4b4490186b2776c5503cfd4\"><g class=\"toyplot-Edges\"><path d=\"M 87.2235426822 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2235426822 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1476050437 152.635973282 L 87.2235426822 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1345929179 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.911654514 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.911654514 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1345929179 219.728053435 L 240.911654514 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.1476050437 152.635973282 L 83.1345929179 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.147605043709447\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.223542682189901\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"83.134592917858427\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"240.91165451395884\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t022197a8e2c34c54a18d2820ad9916db\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.147605043709447\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.223542682189901\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.134592917858427\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.91165451395884\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9606d455a07e4ca1b5216ee9d4d683d9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6ffc964bbe7647189e0b735018b45f4f\"><g class=\"toyplot-Edges\"><path d=\"M 107.033799299 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.033799299 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 152.635973282 L 107.033799299 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7279136285 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 247.39757483 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 247.39757483 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7279136285 219.728053435 L 247.39757483 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 152.635973282 L 97.7279136285 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"97.586915360754162\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.0337992990372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"97.727913628489716\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"247.39757482979493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2a2beb31933e43f5bd2724793468f5af\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.586915360754162\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.0337992990372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.727913628489716\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"247.39757482979493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7040a42bbfdf477eb60121895998a4c2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb28b7a987aba40d1ba26787f151661b8\"><g class=\"toyplot-Edges\"><path d=\"M 109.430769851 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.430769851 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 152.635973282 L 109.430769851 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.443781976 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 248.173065302 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 248.173065302 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.443781976 219.728053435 L 248.173065302 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.302783709 152.635973282 L 108.443781976 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.3027837086573\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.43076985054184\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.44378197639284\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"248.17306530234055\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td72b532d520b4bf280eb268328efbe00\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.3027837086573\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.43076985054184\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.44378197639284\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"248.17306530234055\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4d0533e376d44c8e9b6112b9b4e19f0a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t55adf40f38fb4fa1a4ba47ba77fa9022\"><g class=\"toyplot-Edges\"><path d=\"M 75.5206864601 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5206864601 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.5467107118 152.635973282 L 75.5206864601 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.969705515 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.175200419 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.175200419 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.969705515 219.728053435 L 237.175200419 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.5467107118 152.635973282 L 73.969705515 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"73.546710711839836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"75.520686460137767\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"73.969705515046527\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"237.17520041896623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5d93c2994f24b5fbb708d9dafd4cd86\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.546710711839836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.520686460137767\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.969705515046527\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.17520041896623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t892758e478364fdeb5a7963b122da0cc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0bf52b93316e48deb494e6f4a1255761\"><g class=\"toyplot-Edges\"><path d=\"M 87.7170366193 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7170366193 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7560729968 152.635973282 L 87.7170366193 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.0380695323 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.431172703 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.431172703 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.0380695323 219.728053435 L 239.431172703 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7560729968 152.635973282 L 85.0380695323 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.756072996817466\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.717036619264377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.038069532288603\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"239.43117270273535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t19dbc4c0673d4b77adbf230f10b831b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.756072996817466\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.717036619264377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.038069532288603\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.43117270273535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35fe8fb733ce4bf29ad9f8232258f71f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t56304cffbd5e4defa62cb541f28ad8f6\"><g class=\"toyplot-Edges\"><path d=\"M 88.7745236273 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7745236273 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8786206341 152.635973282 L 88.7745236273 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.462635459 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.462635459 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.0196189018 219.728053435 L 242.462635459 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.8786206341 152.635973282 L 81.0196189018 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"80.878620634089344\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.774523627281155\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.019618901824913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"242.46263545905003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t880947097ea44f14a379d836c68f1f0d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.878620634089344\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.774523627281155\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.019618901824913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.46263545905003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t805eb5f6fd0845e288f9d8d012545bb9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t966ceddb87574d7ca5298c71949d46a9\"><g class=\"toyplot-Edges\"><path d=\"M 100.547878983 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.547878983 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3049188253 152.635973282 L 100.547878983 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.9394110301 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.687144987 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.687144987 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.9394110301 219.728053435 L 241.687144987 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3049188253 152.635973282 L 97.9394110301 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"97.304918825283011\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"100.54787898320107\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"97.939411030093055\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"241.68714498650445\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3bf3edc0dc454ebc8e99b88ad82a9c38\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.304918825283011\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.54787898320107\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.939411030093055\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.68714498650445\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t87444bc7645746db9256d7faa3f50b8d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t751af9201e594cde819a80572aec9deb\"><g class=\"toyplot-Edges\"><path d=\"M 97.5869153608 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7615115014 152.635973282 L 97.5869153608 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.973008903 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.674132861 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 242.674132861 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.973008903 219.728053435 L 242.674132861 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.7615115014 152.635973282 L 89.973008903 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.761511501430135\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"97.586915360754162\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.973008903033488\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"242.6741328606534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t221a9c76e46348cb9a2e2c5ed0d81e09\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.761511501430135\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.586915360754162\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.973008903033488\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"242.6741328606534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7890a408237c44f98a0a52fa70fb67a0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5d376248caa14e46a8bbc567c300ec13\"><g class=\"toyplot-Edges\"><path d=\"M 71.7842323651 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7842323651 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.0477782702 152.635973282 L 71.7842323651 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3297748056 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.783668372 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.783668372 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.3297748056 219.728053435 L 239.783668372 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.0477782702 152.635973282 L 68.3297748056 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"68.047778270152691\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"71.784232365145243\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"68.329774805623828\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"239.78366837207429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta81bebcf782142c98ad1763a1eb7b095\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.047778270152691\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.784232365145243\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.329774805623828\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.78366837207429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td10fa598dd9d42b4affd7889023cf97a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfcdeee33e45e4374866e6e69de25843f\"><g class=\"toyplot-Edges\"><path d=\"M 83.6985859888 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6985859888 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1031301615 152.635973282 L 83.6985859888 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.385126697 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.969141522 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.969141522 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.385126697 219.728053435 L 241.969141522 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.1031301615 152.635973282 L 80.385126697 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"80.103130161543717\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.698585988800687\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"80.385126697014869\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"241.96914152197559\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t64794db1828746b88f3dc8ee5a414674\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.103130161543717\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.698585988800687\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.385126697014869\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.96914152197559\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8cabd17ef3c2430d85246002d56442e6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t448650f3714749d68dd7ccbeb27f5786\"><g class=\"toyplot-Edges\"><path d=\"M 80.5966240986 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5966240986 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.2332514201 152.635973282 L 80.5966240986 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.2202392942 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.995165774 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.995165774 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.2202392942 219.728053435 L 239.995165774 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.2332514201 152.635973282 L 71.2202392942 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"70.233251420053975\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"80.596624098618207\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"71.220239294202955\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"239.99516577367763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td174d97377364a9591ac35631da15e73\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.233251420053975\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.596624098618207\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.220239294202955\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.99516577367763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8f0bea4398974ef6b8ce67deea3a84e0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ef01771099e428a9f3601cd3d046295\"><g class=\"toyplot-Edges\"><path d=\"M 82.3591024453 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3591024453 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3666760666 152.635973282 L 82.3591024453 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5651613423 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.809692624 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.809692624 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.5651613423 219.728053435 L 237.809692624 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3666760666 152.635973282 L 77.5651613423 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"76.366676066551193\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.359102445312828\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"77.565161342303526\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"237.80969262377636\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tda086bfd2ddb42c2a47bbd5fef051990\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.366676066551193\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.359102445312828\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.565161342303526\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.80969262377636\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t47d621b133874f84a5fd46fa20a78b4a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t67016a27951145b58759188ea9e50b98\"><g class=\"toyplot-Edges\"><path d=\"M 98.7149015026 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.7149015026 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9675703984 152.635973282 L 98.7149015026 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4610643355 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.995165774 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.995165774 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4610643355 219.728053435 L 239.995165774 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9675703984 152.635973282 L 85.4610643355 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"84.967570398420804\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"98.714901502638654\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.461064335495308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"239.99516577367763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2e0e3add184d4f30b1fa2eecc55239bd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.967570398420804\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.714901502638654\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.461064335495308\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.99516577367763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9e50e906f4bd400cbae49852829ca1fa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdda9a1688f6642779632990088e09f02\"><g class=\"toyplot-Edges\"><path d=\"M 83.1345929179 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1345929179 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6801353583 152.635973282 L 83.1345929179 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.3016154373 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.817266245 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.817266245 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.3016154373 219.728053435 L 231.817266245 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6801353583 152.635973282 L 81.3016154373 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"79.680135358337026\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"83.134592917858427\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.30161543729605\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"231.81726624501468\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tefd0420421ad4ca78a33fee7925eece2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.680135358337026\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.134592917858427\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.30161543729605\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.81726624501468\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35574df529d84e3a95f966ae591f6196\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t18d6f2fdd8ae4897beaa2d5777692246\"><g class=\"toyplot-Edges\"><path d=\"M 87.6465374854 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.8840591387 152.635973282 L 87.6465374854 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1975184305 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.483221206 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.483221206 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1975184305 219.728053435 L 235.483221206 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.8840591387 152.635973282 L 89.1975184305 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"85.884059138702\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.646537485396578\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.197518430487861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"235.48322120613946\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0e8e2ee67b13496391d44c7816692bdc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.884059138702\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.646537485396578\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.197518430487861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.48322120613946\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1694ea99e2704f1e934374fd1b1e3c02\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta8153c0119a34b42bfd315d8cb038574\"><g class=\"toyplot-Edges\"><path d=\"M 87.7875357531 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.7875357531 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.743060871 152.635973282 L 87.7875357531 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.854167506 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.854167506 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 239.854167506 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.743060871 152.635973282 L 87.9285340209 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"85.743060870966445\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.787535753132175\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.928534020867772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"239.85416750594203\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6b97e01c6e27448586aff0faeec3cea6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.743060870966445\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.787535753132175\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.928534020867772\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.85416750594203\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3dd73aa9e1df4332848e8d37bb915288\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t08595b1d97ba4d4ca9b688baaf453676\"><g class=\"toyplot-Edges\"><path d=\"M 88.2105305563 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2105305563 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3591024453 152.635973282 L 88.2105305563 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.4165894533 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.624219474 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.624219474 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.4165894533 219.728053435 L 235.624219474 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.3591024453 152.635973282 L 83.4165894533 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.3591024453128\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"88.210530556338881\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"83.41658945332955\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"235.62421947387497\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t78f5b569440b4611ba51854621965d02\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.3591024453128\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.210530556338881\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.41658945332955\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.62421947387497\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1e65d5872f23435d8346f7c7c89e763a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2a88ae5ccfd74b2d8c276915a0f8da5d\"><g class=\"toyplot-Edges\"><path d=\"M 89.6910123676 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6910123676 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1345929179 152.635973282 L 89.6910123676 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6985859888 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.681706482 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.681706482 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6985859888 219.728053435 L 236.681706482 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.1345929179 152.635973282 L 83.6985859888 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.134592917858427\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"89.691012367562337\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.698585988800716\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"236.68170648189181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7694d04348764de7a4a1cd271aa76bdd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.134592917858427\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.691012367562337\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.698585988800716\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.68170648189181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t31a557763b2e48ae8565552bc831eadf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t43128f863027409d854459cb05e980ad\"><g class=\"toyplot-Edges\"><path d=\"M 74.8156951215 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.8156951215 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1627522862 152.635973282 L 74.8156951215 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.7712202393 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.501671837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.501671837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.7712202393 219.728053435 L 239.501671837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1627522862 152.635973282 L 72.7712202393 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"70.162752286186219\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.815695121459953\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"72.771220239294223\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"239.50167183660315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t947791ba95214b58b9037d0d2d8cc7a2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.162752286186219\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.815695121459953\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.771220239294223\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.50167183660315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t41de82a7c3b341c9bb6f295612e2ac65\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t20ecaa922e2b439dba6aff6fd7cdd2bd\"><g class=\"toyplot-Edges\"><path d=\"M 79.7506344922 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.7506344922 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.8156951215 152.635973282 L 79.7506344922 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.1421665391 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.585183096 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 238.585183096 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.1421665391 219.728053435 L 238.585183096 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.8156951215 152.635973282 L 77.1421665391 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"74.815695121459925\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.750634492204824\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"77.142166539096792\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"238.58518309632194\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4a00071f207840389c81545a1ceb4638\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.815695121459925\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.750634492204824\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.142166539096792\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"238.58518309632194\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t274d60e220ef4409bc26ec4d99d45f6c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3f127cd0b75840c29eb952827f09dbbf\"><g class=\"toyplot-Edges\"><path d=\"M 93.2864681948 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.2864681948 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4610643355 152.635973282 L 93.2864681948 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.4220279579 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.969141522 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.969141522 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.4220279579 219.728053435 L 241.969141522 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.4610643355 152.635973282 L 88.4220279579 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.461064335495337\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.286468194819349\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"88.422027957942248\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"241.96914152197559\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7b12c4b02dc94b26bec9d1d8b92abafd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.461064335495337\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.286468194819349\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.422027957942248\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.96914152197559\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2320725c3b3e4339a04c39c7eaacb70d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te9b81b3b6a6842b39ecd2eaafb06be87\"><g class=\"toyplot-Edges\"><path d=\"M 81.7951093744 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.7951093744 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6356604762 152.635973282 L 81.7951093744 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3406518148 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.963703017 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.963703017 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.3406518148 219.728053435 L 236.963703017 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6356604762 152.635973282 L 78.3406518148 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"77.635660476171296\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"81.795109374370554\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"78.340651814849139\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"236.96370301736289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te01a0382d7924a5c83ea4a017eacd6f0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.635660476171296\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.795109374370554\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.340651814849139\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.96370301736289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t327b2113b92c4010be466836c5a51785\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9334bd3d9134449d829dd4ef63963624\"><g class=\"toyplot-Edges\"><path d=\"M 104.848326149 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.848326149 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.7321838617 152.635973282 L 104.848326149 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4371752004 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.123151916 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 241.123151916 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.4371752004 219.728053435 L 241.123151916 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.7321838617 152.635973282 L 76.4371752004 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.732183861741106\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.84832614913589\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.437175200418949\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"241.12315191556218\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0d90ec5f010a4baca104742bd2ae99e3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.732183861741106\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.84832614913589\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.437175200418949\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"241.12315191556218\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e39a267ecfc41dda9e9be2dd37ad12d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t768c0079f41b40dd930828e44621fc2d\"><g class=\"toyplot-Edges\"><path d=\"M 92.9339725255 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.9339725255 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1161422874 152.635973282 L 92.9339725255 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5261249648 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.642670104 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.642670104 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.5261249648 219.728053435 L 239.642670104 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.1161422874 152.635973282 L 80.5261249648 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.116142287394766\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.933972525480414\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.526124964750451\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"239.64267010433872\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb6b7536bcd0d407389c2d772247b9a5e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.116142287394766\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.933972525480414\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.526124964750451\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.64267010433872\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t909c2712d4a044aab659e38d0e368844\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t80c7a22714454a288986f56147539efd\"><g class=\"toyplot-Edges\"><path d=\"M 81.3016154373 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.3016154373 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0716674052 152.635973282 L 81.3016154373 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.8916327599 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.457196954 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.457196954 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.8916327599 219.728053435 L 237.457196954 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0716674052 152.635973282 L 79.8916327599 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"77.071667405229022\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"81.301615437296078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"79.891632759940393\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"237.45719695443742\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba4123f4f9e94e49bcf79b5287ae827f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.071667405229022\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.301615437296078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.891632759940393\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.45719695443742\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t99e4bdb08298423ab2086959261f12ee\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5e60c70916054a20b457d645e0f88c3d\"><g class=\"toyplot-Edges\"><path d=\"M 71.7842323651 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7842323651 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.6117713411 152.635973282 L 71.7842323651 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0347661443 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.939813882 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.939813882 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.0347661443 219.728053435 L 227.939813882 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.6117713411 152.635973282 L 69.0347661443 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"68.611771341094979\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"71.784232365145243\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"69.03476614430167\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"227.93981388228659\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4777aec162464e3ebbf02be3713c48cf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.611771341094979\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.784232365145243\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.03476614430167\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.93981388228659\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tffb07bd1920f4c98bc5fc510d877d042\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc277c4bf551646e0a213df6badb9f082\"><g class=\"toyplot-Edges\"><path d=\"M 82.2181041776 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2181041776 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.6041977199 152.635973282 L 82.2181041776 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.8861942553 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.817266245 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 231.817266245 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.8861942553 219.728053435 L 231.817266245 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.6041977199 152.635973282 L 74.8861942553 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.604197719856586\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.218104177577231\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"74.886194255327723\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"231.81726624501468\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta57c4f1daa124bfc829d8b8d5e6f8c19\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.604197719856586\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.218104177577231\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.886194255327723\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"231.81726624501468\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6bd97e47bc5e4789a516b15dd442b06e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad10cf1c98f641e1b91abe627c1fdc1e\"><g class=\"toyplot-Edges\"><path d=\"M 105.623816622 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.623816622 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.57934174 152.635973282 L 105.623816622 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.861338275 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.770656246 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.770656246 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.861338275 219.728053435 L 240.770656246 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.57934174 152.635973282 L 103.861338275 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.57934173951577\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.62381662168148\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.86133827498691\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"240.77065624622324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9a193c3046454bc9bf3858701929527e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.57934173951577\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.62381662168148\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.86133827498691\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.77065624622324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbe5bed8b58a54502bb295b0bcd076291\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t45ce0e7647564ce4bd66fd95ef8e7c7f\"><g class=\"toyplot-Edges\"><path d=\"M 102.521854731 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.69975426 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.69975426 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.521854731 130.271946565 L 110.69975426 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.169359062 197.364026718 L 102.521854731 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.449623333 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.449623333 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.169359062 197.364026718 L 243.449623333 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.16935906216007\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.52185473149899\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"110.69975426016191\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"243.44962333319904\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tffeabb001faf4631bc7929c9820cdefd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.16935906216007\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.52185473149899\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.69975426016191\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.44962333319904\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta1ea036fb4e349c294a171702fa048bd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t32c6aaa19c6e4d978774d1308a625210\"><g class=\"toyplot-Edges\"><path d=\"M 90.8189985094 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8189985094 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3385166982 175.0 L 90.8189985094 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.221810418 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.221810418 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.3385166982 175.0 L 228.221810418 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.915521895 175.0 L 89.3385166982 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.915521895 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.915521895016724\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.338516698223401\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"90.818998509446885\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"228.22181041775767\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta3dc51e099f44148a02555c5c4a089bb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.915521895016724\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.338516698223401\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.818998509446885\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.22181041775767\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcedeef62ff8e4310bed364d3bbb2acf0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t190b767675034c278436d097ea46cba0\"><g class=\"toyplot-Edges\"><path d=\"M 93.7799621319 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7799621319 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6855738629 175.0 L 93.7799621319 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.522257584 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.522257584 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6855738629 175.0 L 232.522257584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5575877211 175.0 L 84.6855738629 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.5575877211 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.557587721065133\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.685573862949667\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"93.779962131893797\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"232.52225758369249\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tda3fb9b65d5a49cc8f297729178ca265\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.557587721065133\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.685573862949667\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.779962131893797\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.52225758369249\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t19429feb19c044fb96f222f0c988ed22\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tda9f185664e94fd985586da48da28648\"><g class=\"toyplot-Edges\"><path d=\"M 118.17266245 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.17266245 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.117310559 175.0 L 118.17266245 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.522257584 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.522257584 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.117310559 175.0 L 232.522257584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.976312291 175.0 L 106.117310559 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.976312291 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"105.97631229102043\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.11731055875597\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"118.17266245014704\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"232.52225758369255\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03cafcd2af794625a1ffee7672caa0df\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.97631229102043\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.11731055875597\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.17266245014704\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.52225758369255\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfe5e1b052b1948d5a3c56d9d46eadeec\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc2336d4f570140fab7f77e013f4aca3e\"><g class=\"toyplot-Edges\"><path d=\"M 114.577206623 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.577206623 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.68130363 175.0 L 114.577206623 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.893203883 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.893203883 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.68130363 175.0 L 236.893203883 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.469806228 175.0 L 106.68130363 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.469806228 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"106.46980622809491\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"106.68130362969828\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"114.57720662289007\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"236.89320388349509\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e8acb9d844c484293bfef885cc5e453\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.46980622809491\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.68130362969828\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.57720662289007\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.89320388349509\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5675fd0570fa46f598cc203626d74591\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d6418a077b34c539f6d97b0910eb04b\"><g class=\"toyplot-Edges\"><path d=\"M 108.373282843 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.373282843 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.482818354 152.635973282 L 108.373282843 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.764814889 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.55372034 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.55372034 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.764814889 219.728053435 L 235.55372034 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.482818354 152.635973282 L 105.764814889 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.48281835394593\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.37328284252504\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.76481488941707\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"235.55372034000723\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0812e0c1e7d14100a3da17601c0c674c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.48281835394593\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.37328284252504\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.76481488941707\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.55372034000723\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0fdae86bf5cd40339cc09445994c96d9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t63227644b0da4a9fab3afedf394fe3a0\"><g class=\"toyplot-Edges\"><path d=\"M 112.462232607 85.5438931298 L 304.008379326 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.462232607 85.5438931298 L 304.008379326 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.51428111 152.635973282 L 112.462232607 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.007775047 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.156749789 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.156749789 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.007775047 219.728053435 L 233.156749789 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.51428111 152.635973282 L 109.007775047 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.51428111026064\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"112.46223260685653\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.00777504733514\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"233.15674978850259\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.00837932562536\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.00837932562536\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9b334b1559234815bf2a22db9c721d37\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.51428111026064\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.46223260685653\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.00777504733514\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.15674978850259\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.00837932562536\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.00837932562536\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t717d2399e33746a6884557f86737c30f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdb3267e3fd4d45428c05efa98f4d3aeb\"><g class=\"toyplot-Edges\"><path d=\"M 88.915521895 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7484993756 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.7484993756 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.915521895 130.271946565 L 90.7484993756 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7745236273 197.364026718 L 88.915521895 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.247834669 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.247834669 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.7745236273 197.364026718 L 226.247834669 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.774523627281155\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.915521895016724\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"90.748499375579087\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"226.24783466945976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88132b78917540dfb76932662d1f9648\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.774523627281155\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.915521895016724\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.748499375579087\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.24783466945976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4b3e86fc20b44e33a3f2db3824bdab8c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta5d293965d314d9685460948ca862da1\"><g class=\"toyplot-Edges\"><path d=\"M 77.212665673 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.639366716 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.639366716 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.3536639407 175.0 L 223.639366716 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7690851227 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.7690851227 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.3536639407 175.0 L 83.7690851227 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.212665673 175.0 L 77.3536639407 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.21266567296459\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"77.353663940700145\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"223.63936671635173\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"83.769085122668514\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf0e38812e1444517abe30ec2cb59d40b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.21266567296459\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.353663940700145\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.63936671635173\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.769085122668514\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbd03c9b8f3b7485182fd747c074510ca\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3e0c7b74640744e688a58695233dabd1\"><g class=\"toyplot-Edges\"><path d=\"M 223.780364984 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.780364984 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.3352133102 197.364026718 L 223.780364984 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.0976916569 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.0976916569 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.476211578 130.271946565 L 75.0976916569 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.476211578 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.3352133102 197.364026718 L 73.476211578 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"73.335213310236483\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"223.78036498408733\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"73.476211577972038\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"75.097691656931076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb64ebd0c898445749eab9c5f54fcb9b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.335213310236483\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.78036498408733\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.476211577972038\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.097691656931076\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2fffc094b0e8440f8b0057fd5633d025\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5497c84bb144458d99e54c2f5c5ebde1\"><g class=\"toyplot-Edges\"><path d=\"M 89.1270192966 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1270192966 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5890504774 175.0 L 89.1270192966 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.075373645 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 223.075373645 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.5890504774 175.0 L 223.075373645 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 175.0 L 86.5890504774 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.4480522096 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.448052209644288\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.589050477379843\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.127019296620063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"223.07537364540951\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2fd963cd483b49aca9c3bf34d071d8b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.448052209644288\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.589050477379843\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.127019296620063\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"223.07537364540951\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta0c819974f8347889167921f91ff53e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3c9d7a35aa844837982f70bad6577aaa\"><g class=\"toyplot-Edges\"><path d=\"M 240.418160577 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.418160577 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8059863836 197.364026718 L 240.418160577 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3439552028 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3439552028 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2994803207 130.271946565 L 94.3439552028 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2994803207 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8059863836 197.364026718 L 92.2994803207 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.805986383595865\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"240.41816057688436\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.299480320670369\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"94.343955202836099\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3add8e0ee064988b48b3ff4fc590ff7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.805986383595865\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.41816057688436\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.299480320670369\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.343955202836099\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t86986a6ac58e45b0a988ec6ce980e69c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8de5cca238dc44fcae42c42c588cd6d6\"><g class=\"toyplot-Edges\"><path d=\"M 221.735890102 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.735890102 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5727349635 197.364026718 L 221.735890102 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0011682714 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0011682714 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7842323651 130.271946565 L 77.0011682714 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.7842323651 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.5727349635 197.364026718 L 71.7842323651 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"71.57273496354189\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"221.7358901019216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"71.784232365145243\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"77.001168271361237\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"teaace55a2389481ebf04552fd2aaca46\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.57273496354189\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.7358901019216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.784232365145243\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.001168271361237\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4eaa9fb5e97a4c189e58c03d9b53fcbd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3634cc1bdcaf430fbd9066cb86018333\"><g class=\"toyplot-Edges\"><path d=\"M 228.574306087 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.574306087 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.5521492165 197.364026718 L 228.574306087 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.537001974 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.537001974 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0456431535 130.271946565 L 90.537001974 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0456431535 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.5521492165 197.364026718 L 79.0456431535 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.552149216452477\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"228.57430608709666\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"79.045643153526967\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.537001973975748\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te59441eaafbb47e7881836115ee9cc0b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.552149216452477\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.57430608709666\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.045643153526967\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.537001973975748\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6439c823940b49c9a6b2cc926d4271f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1a380c28943740dbb57614a46d46976c\"><g class=\"toyplot-Edges\"><path d=\"M 229.702292229 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.702292229 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.445917093 197.364026718 L 229.702292229 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.903678041 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.903678041 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6574144946 130.271946565 L 116.903678041 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6574144946 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.445917093 197.364026718 L 97.6574144946 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.445917093018565\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"229.70229222898118\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"97.657414494621918\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"116.90367804052693\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5bfdcddb024a4c128cd3407a1892b712\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.445917093018565\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.70229222898118\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.657414494621918\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.90367804052693\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t67eec649e76c4243a0bc9202c5fa6802\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te57b7b75c32f47d3ba3449f3e070dd40\"><g class=\"toyplot-Edges\"><path d=\"M 239.501671837 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.501671837 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2105305563 197.364026718 L 239.501671837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.5869153608 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2680175644 130.271946565 L 97.5869153608 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.2680175644 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.2105305563 197.364026718 L 89.2680175644 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.210530556338909\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"239.50167183660315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"89.268017564355659\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"97.586915360754162\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8a53c975729e436ea8a2d300f1790cce\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.210530556338909\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.50167183660315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.268017564355659\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.586915360754162\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tda27191de6df4d099c855dd652e19db9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8fda7cd3f965487e85af311da06f2186\"><g class=\"toyplot-Edges\"><path d=\"M 234.989727269 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 234.989727269 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.9524231559 197.364026718 L 234.989727269 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.725778512 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3049188253 130.271946565 L 108.725778512 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.3049188253 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.9524231559 197.364026718 L 97.3049188253 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"96.952423155944075\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"234.98972726906499\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"97.304918825282982\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.72577851186398\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t46ed71cf5608456e979d111887e2e6ee\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.952423155944075\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"234.98972726906499\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.304918825282982\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.72577851186398\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t34d06b145cd8463f944f4aab989fa8fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcfed9388d0174bd382e52d5dbbb442f4\"><g class=\"toyplot-Edges\"><path d=\"M 230.195786166 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.195786166 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 197.364026718 L 230.195786166 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1509084317 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1509084317 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2604439431 130.271946565 L 98.1509084317 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2604439431 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 197.364026718 L 95.2604439431 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.837449139910547\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"230.19578616605565\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.260443943117252\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"98.150908431696408\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tca150485bc0141f8b51b6fdbd2ab3d4d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.837449139910547\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.19578616605565\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.260443943117252\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.150908431696408\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949313\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8ec5ac3c76cf469c95ea349b13c82144\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6f050c15c0d496ab7eed479af53035d\"><g class=\"toyplot-Edges\"><path d=\"M 232.240261048 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.240261048 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7300487451 197.364026718 L 232.240261048 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5500140998 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5500140998 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0825444145 130.271946565 L 89.5500140998 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0825444145 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7300487451 197.364026718 L 87.0825444145 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"86.730048745115425\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"232.24026104822138\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"87.082544414454333\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.550014099826797\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t40407d7c015e41d9b3493c185e093db5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.730048745115425\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.24026104822138\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.082544414454333\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.550014099826797\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t30f7b3dc7f094c959222b4ba665dc8ad\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t72418ba6b3fd4a2abeeaca37a5a64a7b\"><g class=\"toyplot-Edges\"><path d=\"M 233.297748056 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.297748056 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.6877089796 197.364026718 L 233.297748056 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.9306691375 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.9306691375 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.1812029166 130.271946565 L 76.9306691375 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.1812029166 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.6877089796 197.364026718 L 74.1812029166 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"73.68770897957539\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"233.29774805623813\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"74.18120291664988\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"76.930669137493453\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t558691da6179486ab0ef74d22d27ca59\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.68770897957539\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.29774805623813\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.18120291664988\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.930669137493453\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8fc46dc62ac94ee88073124fede8ac1f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1ab23486732344aa93472eb5635aa8f6\"><g class=\"toyplot-Edges\"><path d=\"M 240.206663175 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 240.206663175 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 219.728053435 L 240.206663175 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5760383515 152.635973282 L 87.6465374854 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1509084317 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1509084317 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5760383515 152.635973282 L 98.1509084317 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.576038351528823\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.646537485396621\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"240.20666317528102\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.150908431696408\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbad0f6ddc24c45dd9846925a7967811e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.576038351528823\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.646537485396621\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"240.20666317528102\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.150908431696408\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb5253ad5838248e09abaaa022c1ac1be\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t27f726c6fcc849f4a6e988ed14967b68\"><g class=\"toyplot-Edges\"><path d=\"M 111.05224993 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.05224993 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8558997704 175.0 L 111.05224993 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.930105144 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.930105144 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8558997704 175.0 L 244.930105144 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.7854006365 175.0 L 98.8558997704 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.7854006365 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"98.785400636506452\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"98.855899770374236\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.05224992950086\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"244.9301051444225\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te3b043d38fbb45e5b082a539428febc7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.785400636506452\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.855899770374236\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.05224992950086\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.9301051444225\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t57a6b7bf4eed4a78b912fbebe86e30bd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb27161fc444d4739b7101657254d08fb\"><g class=\"toyplot-Edges\"><path d=\"M 94.6259517383 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6259517383 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1584820529 175.0 L 94.6259517383 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.718607743 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 244.718607743 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1584820529 175.0 L 244.718607743 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0879829191 175.0 L 92.1584820529 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0879829191 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.087982919066974\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.158482052934772\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.625951738307208\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"244.71860774281913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1210a48bee3847e996c0bf2d998bf31e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.087982919066974\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.158482052934772\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.625951738307208\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"244.71860774281913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t52c8d5d179db49da8d812af34b2bcecf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t751b1c7208c743a3855c7815cd0a5d52\"><g class=\"toyplot-Edges\"><path d=\"M 72.7712202393 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.7712202393 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.4447488217 175.0 L 72.7712202393 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.407283568 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.407283568 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.4447488217 175.0 L 230.407283568 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.3742496878 175.0 L 70.4447488217 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.3742496878 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.374249687789529\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"70.444748821657328\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"72.771220239294195\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"230.40728356765902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1adc26cb54f24fd5bdb2c5346cac4db2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.374249687789529\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.444748821657328\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.771220239294195\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.40728356765902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t36ca3dda33364d35a21dd95e0a5073c4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t79f08bdeeedc4a6f8711b0c5139459d0\"><g class=\"toyplot-Edges\"><path d=\"M 93.4979655964 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.4979655964 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.858034887 152.635973282 L 93.4979655964 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.104701285 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 237.104701285 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.9285340209 219.728053435 L 237.104701285 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.858034887 152.635973282 L 87.9285340209 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.858034886999931\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.497965596422659\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.92853402086773\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"237.10470128509846\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88d419588e344243a4d247cdcd979318\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.858034886999931\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.497965596422659\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.92853402086773\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"237.10470128509846\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2e77f546130342ce851d6959b7b20c68\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t55589e8cf4d742f19b4dc516213416ef\"><g class=\"toyplot-Edges\"><path d=\"M 88.8450227611 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.054787898 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.054787898 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 175.0 L 230.054787898 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 175.0 L 90.8894976433 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8450227611 175.0 L 88.8450227611 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.845022761148954\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.845022761148954\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"230.05478789832011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"90.889497643314684\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t72989ae064254d4facaf93883c4d9195\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.845022761148954\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.845022761148954\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.05478789832011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314684\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6be01eb22aad4c879d1b5d9937c3a544\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t22a436f21b554455a634a89001b18721\"><g class=\"toyplot-Edges\"><path d=\"M 101.675865125 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.976715143 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 235.976715143 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.675865125 175.0 L 235.976715143 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.271320952 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.271320952 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.675865125 175.0 L 105.271320952 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.675865125 175.0 L 101.675865125 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"101.67586512508561\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"101.67586512508561\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"235.97671514321394\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"105.27132095234259\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t85c2b5429a65472e96f6c66afe52a019\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.67586512508561\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.67586512508561\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"235.97671514321394\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.27132095234259\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf1e8007f43494ec7bc5a51f7818119be\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2bfe564d99474038987975751061ae52\"><g class=\"toyplot-Edges\"><path d=\"M 113.519719615 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.519719615 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 152.635973282 L 113.519719615 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.854167506 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 239.854167506 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 219.728053435 L 239.854167506 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.258308826 152.635973282 L 106.258308826 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.2583088264916\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.51971961487332\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.2583088264916\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"239.85416750594209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8942f82bfab8465d8c160d3dbc376f92\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.2583088264916\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.51971961487332\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.2583088264916\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"239.85416750594209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2a30a40c01c14929a5f4cc03c6fa1fd5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t09271cfffa78471d8e584da5f8487b99\"><g class=\"toyplot-Edges\"><path d=\"M 233.438746324 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.438746324 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2289811868 219.728053435 L 233.438746324 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2289811868 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2289811868 152.635973282 L 92.2289811868 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.341820086 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.341820086 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2289811868 152.635973282 L 105.341820086 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.228981186802571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.228981186802571\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"233.43874632397373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"105.34182008621038\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t941006c303224a948f3d771ee6ccf5a7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.228981186802571\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.228981186802571\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.43874632397373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.34182008621038\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tef3319c66c984c5abb1fd9b0c204b84f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t71558fe9394d4c8a82875cc368d2850d\"><g class=\"toyplot-Edges\"><path d=\"M 91.594488982 130.271946565 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.694315756 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.694315756 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.594488982 130.271946565 L 105.694315756 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.594488982 197.364026718 L 91.594488982 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.36824719 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 233.36824719 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.594488982 197.364026718 L 233.36824719 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.594488981992498\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.594488981992498\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.69431575554927\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"233.36824719010593\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21e744968fde41879b19e5c73cae0ea9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.594488981992498\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.594488981992498\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.69431575554927\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"233.36824719010593\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba19ab04fa0941899517fd270fa79db7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tecd8b3acef994ee9a7323e011b0def28\"><g class=\"toyplot-Edges\"><path d=\"M 104.566329614 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.566329614 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6649881159 152.635973282 L 104.566329614 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6649881159 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.258711679 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.258711679 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6649881159 219.728053435 L 236.258711679 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6649881159 152.635973282 L 91.6649881159 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"91.664988115860282\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.56632961366473\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"91.664988115860282\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"236.25871167868507\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te73e9282be0a49a3a70541ad497ba0ed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.664988115860282\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.56632961366473\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.664988115860282\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.25871167868507\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf4ca85ee889c4ffc953a1dbfc27105e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8505a6f7e22e44b78db956b15b0b3747\"><g class=\"toyplot-Edges\"><path d=\"M 107.033799299 85.5438931298 L 304.078878459 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.033799299 85.5438931298 L 304.078878459 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7820972485 175.0 L 107.033799299 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.16432341 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 227.16432341 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7820972485 175.0 L 227.16432341 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7820972485 175.0 L 82.7820972485 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.7820972485 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.782097248519534\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"82.782097248519534\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"107.0337992990372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"227.16432340974094\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t624b07982e1e4271af90dac8104d9873\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.782097248519534\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.782097248519534\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.0337992990372\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"227.16432340974094\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t014e78b9b5ae4b4fb96306082e52480f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0b4adc95d7594837a0f66cdb0d6741de\"><g class=\"toyplot-Edges\"><path d=\"M 80.4556258309 175.0 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.138299158 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.138299158 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4556258309 175.0 L 229.138299158 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6465374854 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4556258309 175.0 L 87.6465374854 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4556258309 175.0 L 80.4556258309 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"80.455625830882653\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"80.455625830882653\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"229.13829915803893\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.646537485396621\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t73ce93e579894fc895bdfca9a67eb802\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.455625830882653\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.455625830882653\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.13829915803893\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.646537485396621\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0657df4315f3418bbea38bb7a658908e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tecafbd90fb9a4c1f88d539cf47a9db38\"><g class=\"toyplot-Edges\"><path d=\"M 228.151311284 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 228.151311284 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6129396125 197.364026718 L 228.151311284 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.399307094 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.399307094 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6129396125 130.271946565 L 106.399307094 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6129396125 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.6129396125 197.364026718 L 95.6129396125 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.612939612456188\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"228.1513112838899\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.612939612456188\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.39930709422711\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc9f21c33cbc94ec1a92c5dedadc29142\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.612939612456188\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"228.1513112838899\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.612939612456188\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.39930709422711\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t74c00f8bd2d6468682932ab516712330\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc61ca3fc94cb4e8e85179fe9342eb067\"><g class=\"toyplot-Edges\"><path d=\"M 224.344358055 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.344358055 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 197.364026718 L 224.344358055 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6574144946 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6574144946 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 130.271946565 L 97.6574144946 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.8374491399 197.364026718 L 94.8374491399 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.837449139910547\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"224.3443580550296\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.837449139910547\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"97.657414494621918\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4a462c06d14b4f34b485c1905032b4c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.837449139910547\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.3443580550296\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.837449139910547\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.657414494621918\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336095\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tde2825be5a9c464eaa201046da00ffe4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb5fa2bcfd41e455784fe3464b85c9659\"><g class=\"toyplot-Edges\"><path d=\"M 91.8764855175 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8764855175 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 152.635973282 L 91.8764855175 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.800950731 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.800950731 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 219.728053435 L 216.800950731 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2940418161 152.635973282 L 87.2940418161 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.294041816057714\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.876485517463664\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.294041816057714\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"216.80095073117675\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t824ba486bdae4a4ca8b5456741aa08ec\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.294041816057714\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.876485517463664\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.294041816057714\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.80095073117675\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t49417f60915244beab0678f68ddfdc1c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf7548d652bb149e2a065947b891fc7f4\"><g class=\"toyplot-Edges\"><path d=\"M 221.735890102 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.735890102 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 219.728053435 L 221.735890102 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 219.728053435 L 304.078878459 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 152.635973282 L 100.054385046 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.39386859 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.054385046 152.635973282 L 101.39386859 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.05438504612658\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.05438504612658\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"221.7358901019216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"101.39386858961447\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b917b0dc91c4635a7698acf4068b4ab\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.05438504612658\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.05438504612658\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.7358901019216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.39386858961447\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t81df902c099d4a95ab05217e1a5925a7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta96f06181b3f4123aaa135ac729e2eab\"><g class=\"toyplot-Edges\"><path d=\"M 90.8894976433 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8894976433 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.479514966 152.635973282 L 90.8894976433 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.479514966 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.902912621 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.902912621 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.479514966 219.728053435 L 219.902912621 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.479514966 152.635973282 L 89.479514966 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"89.479514965958998\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.889497643314684\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"89.479514965958998\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"219.90291262135923\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t473456662e2e44bb964c57a076ab2f9c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.479514965958998\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.889497643314684\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.479514965958998\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.90291262135923\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf12fcc2491894188a1e490efa3ba7c55\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta64eccd04cbe42009348d16aebb57934\"><g class=\"toyplot-Edges\"><path d=\"M 73.8992063812 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.3536639407 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.3536639407 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8992063812 130.271946565 L 77.3536639407 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8992063812 197.364026718 L 73.8992063812 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.944084116 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.944084116 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.8992063812 197.364026718 L 205.944084116 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"73.899206381178757\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"73.899206381178757\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"77.353663940700187\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"205.94408411553803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t399341b5a2b94598a8ba54c57b488114\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.899206381178757\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.899206381178757\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.353663940700187\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.94408411553803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc73424f98166426aad1304dc492d7837\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6fd2b867697e4903b01602d20ff1b82d\"><g class=\"toyplot-Edges\"><path d=\"M 66.2148007896 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.2148007896 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.4338718124 175.0 L 66.2148007896 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.469040809 264.45610687 L 304.078878459 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.469040809 264.45610687 L 304.078878459 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.4338718124 175.0 L 209.469040809 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.4338718124 175.0 L 60.4338718124 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.4338718124 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"60.433871812432024\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"60.433871812432024\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"66.214800789590299\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"209.46904080892722\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta2e5325cd1e64a819e92ff6746917f93\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.433871812432024\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.433871812432024\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.214800789590299\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.46904080892722\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.07887845949318\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tef10fa9a2819454398a37394138e58aa\" style=\"-toyplot-anchor-shift:12px;alignment-baseline:middle;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.07887845949318,294.27480916030532)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">glabrata</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.07887845949318,234.63740458015266)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">insipida</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,175.0)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">yoponensis</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,115.36259541984731)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">maxima</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,55.725190839694662)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">tonduzii</tspan></text></g></g></g><g class=\"toyplot-coordinates-Axis\" id=\"t2629bcfec0ad4c87b670c3b73f89d272\" transform=\"translate(50.0,300.0)translate(0,10.0)\"><line style=\"\" x1=\"0\" x2=\"254.14937759336098\" y1=\"0\" y2=\"0\"></line><g><line style=\"\" x1=\"254.14937759336098\" x2=\"254.14937759336098\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"148.40067679168513\" x2=\"148.40067679168513\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"42.65197599000926\" x2=\"42.65197599000926\" y1=\"0\" y2=\"-5\"></line></g><g><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(254.14937759336098,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">0.0</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(148.40067679168513,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">1.5</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(42.65197599000926,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">3.0</tspan></text></g><text style=\"font-weight:bold;stroke:none;text-anchor:middle\" transform=\"translate(175.0,22)translate(0,9.0)\"><tspan style=\"font-size:12.0px\">Divergence time (substitutions/site x 10</tspan><tspan dy=\"-3.6\" style=\"font-size:8.4px\">-3</tspan><tspan dy=\"3.6\" style=\"font-size:12.0px\">)</tspan></text><g class=\"toyplot-coordinates-Axis-coordinates\" style=\"visibility:hidden\" transform=\"\"><line style=\"stroke:rgb(43.9%,50.2%,56.5%);stroke-opacity:1.0;stroke-width:1.0\" x1=\"0\" x2=\"0\" y1=\"-3.0\" y2=\"4.5\"></line><text style=\"alignment-baseline:alphabetic;fill:rgb(43.9%,50.2%,56.5%);fill-opacity:1.0;font-size:10px;font-weight:normal;stroke:none;text-anchor:middle\" x=\"0\" y=\"-6\"></text></g></g></g></svg><div class=\"toyplot-interactive\"><ul class=\"toyplot-mark-popup\" onmouseleave=\"this.style.visibility='hidden'\" style=\"background:rgba(0%,0%,0%,0.75);border:0;border-radius:6px;color:white;cursor:default;list-style:none;margin:0;padding:5px;position:fixed;visibility:hidden\">\n",
       "            <li class=\"toyplot-mark-popup-title\" style=\"color:lightgray;cursor:default;padding:5px;list-style:none;margin:0\"></li>\n",
       "            <li class=\"toyplot-mark-popup-save-csv\" onmouseout=\"this.style.color='white';this.style.background='steelblue'\" onmouseover=\"this.style.color='steelblue';this.style.background='white'\" style=\"border-radius:3px;padding:5px;list-style:none;margin:0\">\n",
       "                Save as .csv\n",
       "            </li>\n",
       "        </ul><script>\n",
       "        (function()\n",
       "        {\n",
       "          var data_tables = [{\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5c2e023bc1145faac5c99f17130523e\", \"columns\": [[-0.002862, -0.002853, -0.0013340000000000001, -0.002752, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7f27ad099f774805a4c984bad43ece11\", \"columns\": [[-0.002951, -0.002945, -0.001345, -0.00292, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb896254b88254972a92b036ad15b3e42\", \"columns\": [[-0.003031, -0.003026, -0.0013539999999999997, -0.002986, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc25f67daa7dd4f8dbef1c00787c0cd2b\", \"columns\": [[-0.0030930000000000003, -0.003085, -0.0014150000000000002, -0.00305, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb75c1fecdb3c4805b68bf8990e7ea757\", \"columns\": [[-0.003076, -0.003072, -0.001276, -0.003001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t75cc3ac484b6465090f485c1dcddadc7\", \"columns\": [[-0.0028759999999999997, -0.0012149999999999997, -0.002874, -0.0028199999999999996, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfb2167a125e840bd9f0ac3df9e250e1a\", \"columns\": [[-0.002833, -0.00283, -0.001227, -0.002714, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6cd166f28eb34c6cb65efb8e4d9711dc\", \"columns\": [[-0.002846, -0.002842, -0.001243, -0.002786, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8cbc8894299245acbe95455a69fb91c8\", \"columns\": [[-0.002707, -0.002703, -0.001203, -0.0026060000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03158b012a2347feb61261c06c5d38a2\", \"columns\": [[-0.003019, -0.003007, -0.001563, -0.003, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t12de2a61128f4a3fbdd34cbd579f9922\", \"columns\": [[-0.0029720000000000002, -0.0029620000000000002, -0.0013290000000000003, -0.0029070000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tadcbc77d868f4287b45bf8e5228e5331\", \"columns\": [[-0.002805, -0.0027890000000000002, -0.0011960000000000002, -0.002752, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t83de619f3df3487aaeba68b4d4e4417a\", \"columns\": [[-0.002911, -0.002898, -0.001348, -0.002821, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td51cbefc73fa4f36ab41a4bcc2278791\", \"columns\": [[-0.002664, -0.0026420000000000003, -0.001111, -0.002609, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6ee7d02eab0f4cad9c203110a494076b\", \"columns\": [[-0.0027930000000000003, -0.002746, -0.0013520000000000003, -0.0026820000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t650bd5ee1d3e4f24a316969467b0dd63\", \"columns\": [[-0.002856, -0.002794, -0.001185, -0.002814, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t778cc12415884795b942f4c288fb2f18\", \"columns\": [[-0.002663, -0.002644, -0.00116, -0.002617, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5b6b63faf2da4b2a8810ab9943781588\", \"columns\": [[-0.002857, -0.0028510000000000002, -0.0012800000000000003, -0.002673, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t96761348dfa24d0e9a6c60dbbc4b2bef\", \"columns\": [[-0.002956, -0.002947, -0.001179, -0.002937, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d50460fc5a5406588251fae8aefb1bd\", \"columns\": [[-0.003001, -0.002975, -0.0011440000000000003, -0.0028850000000000004, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tefb57285c44b45c7a4b1622b6efe141d\", \"columns\": [[-0.002857, -0.0028380000000000002, -0.0010980000000000002, -0.002702, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61c977dbf198478f83c3d8714cfc91bf\", \"columns\": [[-0.002902, -0.002873, -0.001121, -0.00287, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1c341febb4574d44874111942762241c\", \"columns\": [[-0.002772, -0.0027540000000000004, -0.001131, -0.002683, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3e46d67f9ecc41db912d31c650a25f89\", \"columns\": [[-0.002778, -0.002771, -0.001136, -0.00268, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td6aafc249acf41ad928382c031f26a8c\", \"columns\": [[-0.002846, -0.002829, -0.0010999999999999998, -0.002769, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te59e2eb10d9a4b669b25b7f4eeb1d1b5\", \"columns\": [[-0.002779, -0.002774, -0.0011199999999999997, -0.002738, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8c06cd45ab164a228fc94019d2e8f23e\", \"columns\": [[-0.002781, -0.00277, -0.001147, -0.002741, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t653d82a973f84433a2901322a8aa854e\", \"columns\": [[-0.0029649999999999998, -0.002943, -0.0012489999999999997, -0.0029439999999999996, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8650bded8b2e424881e8da11340b85c7\", \"columns\": [[-0.002854, -0.00283, -0.0011520000000000002, -0.002824, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc839ad3a294540d78b43f4982da9a065\", \"columns\": [[-0.0028829999999999997, -0.002861, -0.0013869999999999996, -0.002848, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t97e999d017a74ba0bc818762371ca6f8\", \"columns\": [[-0.002854, -0.00285, -0.0013640000000000002, -0.002818, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t92b11217b81a492da7a99de300bdc07d\", \"columns\": [[-0.002807, -0.002804, -0.0014210000000000002, -0.002781, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5ff08623b2ab40aca42a7df0f8c92f61\", \"columns\": [[-0.0027099999999999997, -0.002708, -0.0013439999999999997, -0.002669, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t66a9c2027df54e94acba3716b1db850c\", \"columns\": [[-0.002659, -0.002655, -0.0012989999999999998, -0.002633, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td657b0759c4d44719c7234a961bb5c84\", \"columns\": [[-0.002616, -0.002606, -0.0011859999999999998, -0.002467, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t99c8993582e9407aaf0b9639e167ffdc\", \"columns\": [[-0.002941, -0.002856, -0.001423, -0.002823, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5a706803a5945b78a0752fd2bd8f126\", \"columns\": [[-0.002974, -0.00289, -0.001331, -0.002872, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t38a81166a172445f9d4c36fa8cff62fd\", \"columns\": [[-0.003101, -0.003072, -0.001271, -0.00307, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2766ad00ac154651b43c73d8d417684c\", \"columns\": [[-0.00333, -0.003294, -0.0013450000000000003, -0.003281, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7183768d56454f1d8195fecc06cd3134\", \"columns\": [[-0.003111, -0.003086, -0.001224, -0.003088, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t66243e87e4cb41a792c997974efb2a62\", \"columns\": [[-0.003081, -0.003025, -0.001388, -0.003043, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad82cbff925b42ceb05f8040a408f51d\", \"columns\": [[-0.0032199999999999998, -0.00309, -0.001414, -0.0031829999999999996, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21818a883518457f90afbb432bde25f3\", \"columns\": [[-0.0033929999999999997, -0.003352, -0.001267, -0.0033099999999999996, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcf1feccba2ae4b1ebbe382abe303c369\", \"columns\": [[-0.0034649999999999998, -0.003423, -0.0012959999999999998, -0.003459, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5015ada87e8e4b8499dc567aef53d9c4\", \"columns\": [[-0.003207, -0.003164, -0.001186, -0.003197, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t727b2479f4144d54a4e4e9b141cfbbe0\", \"columns\": [[-0.0031190000000000002, -0.002987, -0.001108, -0.0030570000000000003, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tefe872dc5e744960b0596c82a4bb150c\", \"columns\": [[-0.002954, -0.002823, -0.001044, -0.002927, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b3cd1abbd9f4bc1b3440db506683e8b\", \"columns\": [[-0.002989, -0.00285, -0.00106, -0.002959, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3708e1965e3449a5a09d539c5123c8ef\", \"columns\": [[-0.00316, -0.003139, -0.0009359999999999998, -0.00302, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t785f70db27364be798eeda154b9aa0c5\", \"columns\": [[-0.003074, -0.003025, -0.0009749999999999997, -0.002969, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t60ee445095204e34b4ba0a49657ce005\", \"columns\": [[-0.0031940000000000002, -0.003171, -0.0010840000000000003, -0.0029620000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t474d0a22ce90411387a14542fc76e685\", \"columns\": [[-0.0030100000000000005, -0.0030020000000000003, -0.0011900000000000005, -0.0029660000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta74ced1c9ac248e9a220723a2e3df332\", \"columns\": [[-0.003054, -0.003038, -0.001174, -0.003035, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t53cb47d5e74a41a49828096b5dbd3e2f\", \"columns\": [[-0.0030690000000000005, -0.0030610000000000004, -0.0012080000000000005, -0.0030340000000000007, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb28a9865605c415590298335967ce40b\", \"columns\": [[-0.0030250000000000003, -0.003014, -0.0011670000000000005, -0.0028850000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te7400fbc941a40f0b13173d017ecfaa4\", \"columns\": [[-0.0028120000000000003, -0.0028090000000000003, -0.0011040000000000004, -0.002782, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t004ecf6004bf435c97b3f4e019350a1a\", \"columns\": [[-0.002844, -0.00284, -0.001139, -0.002836, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdc14c442204746149dfb7aec0d3a83ec\", \"columns\": [[-0.002868, -0.002864, -0.0012899999999999997, -0.002802, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51661cacb35e4fee98fbeab081c381bc\", \"columns\": [[-0.00292, -0.002907, -0.0011909999999999998, -0.002881, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3337b67a5dc44bfbca8223dd2760f69\", \"columns\": [[-0.0030570000000000003, -0.0030540000000000003, -0.0013610000000000002, -0.0030120000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcdb87d7ca51a41e1a5bf621cd88932a4\", \"columns\": [[-0.0027519999999999997, -0.00275, -0.0011189999999999996, -0.002564, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t542cc05521924fc9afe7d38ca73d6232\", \"columns\": [[-0.003091, -0.003089, -0.001439, -0.003035, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t213953e4299e4ca2bab3a39ee48161b3\", \"columns\": [[-0.003015, -0.003013, -0.0014399999999999999, -0.002895, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t91afac290d2c418180db9b0153f013ee\", \"columns\": [[-0.0029029999999999998, -0.002901, -0.0014059999999999997, -0.002796, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t792bb9d99ca7486ab63d941768ff7f26\", \"columns\": [[-0.002909, -0.002905, -0.001542, -0.002807, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0a2b975a6c1e410c89db67433f601c4e\", \"columns\": [[-0.002818, -0.0028120000000000003, -0.0016500000000000002, -0.002622, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3c51461b48349d69660231018e8e89f\", \"columns\": [[-0.002604, -0.002594, -0.001421, -0.002571, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f643fdbe09249d3bbe5304205bd8333\", \"columns\": [[-0.00267, -0.00265, -0.001585, -0.002621, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t05f41e6a2b8849949adf00bb83d0faa1\", \"columns\": [[-0.0024460000000000003, -0.002439, -0.0013620000000000001, -0.002334, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t70d1bb619731438db775a2a63119936c\", \"columns\": [[-0.002633, -0.002597, -0.001542, -0.002552, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0d3a282a6efb4c528c3e87899c50263d\", \"columns\": [[-0.0026230000000000003, -0.0025750000000000005, -0.0012480000000000002, -0.002517, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t18e22fb87cd74521af160b8cb57181bd\", \"columns\": [[-0.002884, -0.002881, -0.0014689999999999998, -0.002783, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td658f418f94549a3b17d5d43330dfb3f\", \"columns\": [[-0.002911, -0.002837, -0.002908, -0.001391, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2659ed120b634b02abcb46dc5314727d\", \"columns\": [[-0.0029070000000000003, -0.0029040000000000003, -0.0011850000000000003, -0.0028850000000000004, 0.0, 0.0, -1.0000000000001327e-06, -2.0000000000002655e-06, -2.0000000000002655e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7420e6fee4be4d4fb1a37ea7d10f2ed8\", \"columns\": [[-0.002997, -0.002994, -0.0012640000000000001, -0.002926, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta1e34e5172c049bf99306481d83f1c22\", \"columns\": [[-0.0027660000000000002, -0.002719, -0.0011460000000000003, -0.0027400000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf7ce24528cd24632b42fd5732870cc26\", \"columns\": [[-0.0027790000000000002, -0.0027530000000000002, -0.0011180000000000003, -0.0027280000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t64cc2dd44cd3481e9a6691c17e1cc9f0\", \"columns\": [[-0.00283, -0.00279, -0.0011459999999999999, -0.0028, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t141444b3dbd14806964a48a4d0a2cc1b\", \"columns\": [[-0.003052, -0.0030470000000000002, -0.001286, -0.002997, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td29c01c6f3764e9285e39f7a06f6d12c\", \"columns\": [[-0.002973, -0.00296, -0.001271, -0.002948, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t491fe34b75f141c19111373ad6e8e501\", \"columns\": [[-0.002903, -0.002893, -0.0011350000000000002, -0.002867, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2a1b5d90ef564ea7a56fda3e281d6111\", \"columns\": [[-0.002899, -0.0028840000000000003, -0.001227, -0.002869, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta8f896b40f0349a1ad367496b27f1d93\", \"columns\": [[-0.003136, -0.003121, -0.001277, -0.003113, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ted9c13db76334aad8ba926fe34672f87\", \"columns\": [[-0.003331, -0.0033020000000000002, -0.0013670000000000002, -0.003318, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t07586d72892445f28aa28c8b4677a4a2\", \"columns\": [[-0.003304, -0.00326, -0.0015220000000000001, -0.00328, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc2719375be1c4685a1b889be709af881\", \"columns\": [[-0.00318, -0.003163, -0.001252, -0.003148, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfb1f3eb0f77949fa946f5e7ba0122dc2\", \"columns\": [[-0.003149, -0.003111, -0.001179, -0.003088, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td08c0b7d2a7341c0a1b9ab61763567b6\", \"columns\": [[-0.0029500000000000004, -0.002942, -0.0010940000000000004, -0.002808, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta8e36fa0d16646ffb41809085ef1a6b8\", \"columns\": [[-0.003078, -0.003067, -0.0012870000000000002, -0.003023, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t75a74af60fff404dacaec0b9170dc3f9\", \"columns\": [[-0.0029770000000000005, -0.0029630000000000004, -0.0012240000000000005, -0.0029600000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te0062dc31c8f488a8ca19e43db391f17\", \"columns\": [[-0.003092, -0.003086, -0.0011840000000000002, -0.002968, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb31b1a57d5a24b47aeb173d2b6e4eeed\", \"columns\": [[-0.0029909999999999997, -0.0011649999999999998, -0.002989, -0.00292, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t996341de427d44e2920c89f9074dafd7\", \"columns\": [[-0.002933, -0.0011539999999999999, -0.00293, -0.002817, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t55f1c0bfeab941ae978eb52117c361c5\", \"columns\": [[-0.003016, -0.001163, -0.003013, -0.002967, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9bdbd4ae3c3a43398d8d05d6b5045813\", \"columns\": [[-0.002943, -0.001212, -0.002918, -0.002895, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t05f6fe7caf95408fa5c0d91b9ee8a107\", \"columns\": [[-0.0029370000000000004, -0.0029330000000000003, -0.0012330000000000004, -0.002805, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t504e85db2cb8461fa3a9564fccd0b36b\", \"columns\": [[-0.002577, -0.001068, -0.002575, -0.002567, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0ef23a782be5465494f8d9b6ddf511e0\", \"columns\": [[-0.00281, -0.001059, -0.002807, -0.002791, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t97aa8f94e9db4509a93234b8f1697c78\", \"columns\": [[-0.0029820000000000003, -0.0010570000000000002, -0.002981, -0.0029630000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta8b4393effd54affa4bc7a751f04d02b\", \"columns\": [[-0.003053, -0.003052, -0.0030110000000000002, -0.001078, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61a1551b271c4d158a6078404675586d\", \"columns\": [[-0.002971, -0.00117, -0.002964, -0.0029560000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc6e1bb334eba486c98c3618a2d908649\", \"columns\": [[-0.002951, -0.001129, -0.002948, -0.002929, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td39e06c1479a4a10843a379acffd029e\", \"columns\": [[-0.002602, -0.0008830000000000001, -0.002599, -0.0024630000000000003, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t46fb9018fa204674bc9203084f95b5ed\", \"columns\": [[-0.002592, -0.0009600000000000001, -0.0025800000000000003, -0.002549, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t30ac54d910cc42ce82c3c142c5c35706\", \"columns\": [[-0.002973, -0.001023, -0.00297, -0.002899, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe8c734f1ff44653a6066f3c3687a85d\", \"columns\": [[-0.003041, -0.001169, -0.003036, -0.003036, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2b55007e50384fc0aa12c7c167cc8987\", \"columns\": [[-0.002967, -0.001172, -0.002966, -0.002964, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t69a6968f53fb4f5fa10f78177aac39d1\", \"columns\": [[-0.0028840000000000003, -0.002883, -0.0010760000000000004, -0.002876, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6cbf00dc1d594befba383a83969fbabe\", \"columns\": [[-0.002621, -0.002621, -0.0010090000000000001, -0.002618, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tce627ba484444909a580f8547e88fd5f\", \"columns\": [[-0.002848, -0.0010569999999999998, -0.002846, -0.002835, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf77f62db0cc1482e93b56aac64b4ad92\", \"columns\": [[-0.00296, -0.001078, -0.002959, -0.002905, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51af1dd2bd4442909b36d21958c0b191\", \"columns\": [[-0.002751, -0.002751, -0.001135, -0.002727, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taa9bea8c97b74a1383e72cf88ef91969\", \"columns\": [[-0.002778, -0.002778, -0.001182, -0.002745, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51af248460a44097b525aad1a0994cc0\", \"columns\": [[-0.0027400000000000002, -0.0027400000000000002, -0.0011420000000000002, -0.002726, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6d86a330af9047c0b5b13eaa18ea3b53\", \"columns\": [[-0.0027730000000000003, -0.002772, -0.0011710000000000004, -0.0027580000000000005, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taf62f00c030f4a53a1a3a1cdcd98e28b\", \"columns\": [[-0.002742, -0.002741, -0.0012670000000000001, -0.002725, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7c470d9c508b40e78b15522673ebbe1b\", \"columns\": [[-0.002856, -0.001279, -0.002853, -0.002764, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4163f49566eb4dc4a4b545bf0be7b3f0\", \"columns\": [[-0.00289, -0.0014200000000000003, -0.002882, -0.0028250000000000003, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9a16b06277ba4fd18c70d1e4602d1bfa\", \"columns\": [[-0.002758, -0.001373, -0.002754, -0.002706, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf750e121ddc840b285aae70d54c4bbbd\", \"columns\": [[-0.002706, -0.002702, -0.00129, -0.0026810000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcb04653fb27147029293e1f258022f4c\", \"columns\": [[-0.002662, -0.001285, -0.002652, -0.002613, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0150b39f153c4d1daef571ad855c35e5\", \"columns\": [[-0.0027010000000000003, -0.0012640000000000004, -0.0026920000000000004, -0.002635, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc05cb310741f405594de5729862ea3b7\", \"columns\": [[-0.002712, -0.001079, -0.002705, -0.002672, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5a1dac429167434bb86b3a564ac7be02\", \"columns\": [[-0.002877, -0.002874, -0.0012909999999999998, -0.002842, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t972e7314de58442f8349de1b0cb3d341\", \"columns\": [[-0.002921, -0.002907, -0.001185, -0.002787, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f01b98a53eb470a98c3adb332440cc6\", \"columns\": [[-0.003088, -0.003067, -0.0012950000000000001, -0.002941, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td0e8aedb306b488faee9cc056b390cbc\", \"columns\": [[-0.002857, -0.002833, -0.0012590000000000001, -0.0027010000000000003, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tacc451efb82744aabd0339c3c2e977ca\", \"columns\": [[-0.002643, -0.002628, -0.0012309999999999999, -0.00258, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf3bbed40b011495c8ed48acd3b51c400\", \"columns\": [[-0.0029360000000000002, -0.0029010000000000004, -0.0012590000000000001, -0.002893, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3a301416e2a84f96b171fffed0a905b0\", \"columns\": [[-0.0028970000000000003, -0.002876, -0.0013970000000000002, -0.002853, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfe0265b97b6e43a2a2dc1cb682aa7ad7\", \"columns\": [[-0.002847, -0.00283, -0.001456, -0.002703, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc5ec399c9665487f98f09573bfdd237e\", \"columns\": [[-0.002854, -0.00281, -0.0013730000000000003, -0.0028130000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t79fc11d46c9b458e96608295e0ee762b\", \"columns\": [[-0.0027730000000000003, -0.0027600000000000003, -0.0012720000000000003, -0.002654, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t153cfafd32054d5e8a2b8341df6bb5d9\", \"columns\": [[-0.0025940000000000004, -0.0025830000000000002, -0.0012230000000000003, -0.0024740000000000005, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9bc4a552d3ad4084b07a9c23a65e50f0\", \"columns\": [[-0.002646, -0.00261, -0.001243, -0.002629, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcbedf10f655b41149c5592bac161ff3d\", \"columns\": [[-0.002655, -0.002623, -0.001119, -0.0026109999999999996, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03f4b982dc914da89238a5fecd14f1a0\", \"columns\": [[-0.002958, -0.002912, -0.001343, -0.0029400000000000003, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfddd8dcd4d954a71aa218a4b630f1790\", \"columns\": [[-0.002701, -0.002675, -0.001145, -0.002691, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7d10d5fcd1654885947f13ea0f4016e4\", \"columns\": [[-0.00293, -0.0029259999999999998, -0.0012669999999999997, -0.002908, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbd87af37e4e8442ca9000308d3a59bb4\", \"columns\": [[-0.002717, -0.002711, -0.0011059999999999998, -0.002642, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t822e6a28b63e4217ad0ab971a58eb6f5\", \"columns\": [[-0.002927, -0.002917, -0.001243, -0.0028899999999999998, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf50806e21a94473fb34cb714c061ec6e\", \"columns\": [[-0.002961, -0.0029590000000000003, -0.00122, -0.002899, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td142663ec68b4de48d9ad0157c6dfc67\", \"columns\": [[-0.0031880000000000003, -0.0031860000000000005, -0.0012310000000000003, -0.003115, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t007dfb30fd614ac7b7e1dda58fca93da\", \"columns\": [[-0.003185, -0.00318, -0.0010990000000000002, -0.00298, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4fa77bebe37547c6a9a235eb6e141c8c\", \"columns\": [[-0.003248, -0.003238, -0.0011020000000000001, -0.003129, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba5c2c7f06d248a2af915823b422ca9a\", \"columns\": [[-0.003378, -0.00336, -0.001075, -0.003332, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5b8622b7534b4d468437269ab044db3a\", \"columns\": [[-0.003066, -0.0030540000000000003, -0.0010160000000000004, -0.00305, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t73c7a5da124344c5b971b69c6aeb454b\", \"columns\": [[-0.003229, -0.0032240000000000003, -0.0011100000000000003, -0.003121, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4b655824312e4bbe9656e55e5b2a4fee\", \"columns\": [[-0.0030619999999999996, -0.003057, -0.0009589999999999998, -0.0028009999999999997, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5397867be5c74ce1884319017dc097b7\", \"columns\": [[-0.003153, -0.003151, -0.00099, -0.003016, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f9c6eaad2de47319e822cfb3a32c0c4\", \"columns\": [[-0.003188, -0.003185, -0.001068, -0.0031439999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t006680cff68b47fbadd8152781463dab\", \"columns\": [[-0.003171, -0.0031650000000000003, -0.0010000000000000005, -0.003118, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcac9e01981cc47d684833d40d7feb92c\", \"columns\": [[-0.00334, -0.003329, -0.0010890000000000001, -0.003193, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6b62238c641646808140356d390b4886\", \"columns\": [[-0.003, -0.002992, -0.0008719999999999999, -0.002575, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcee62169da094df5ad1af8ede2347059\", \"columns\": [[-0.002865, -0.002859, -0.000905, -0.0027719999999999997, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e5a13f64e0a4d30afbfd4737b43d125\", \"columns\": [[-0.00345, -0.003445, -0.0011680000000000002, -0.0034159999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t05b78b62093247b0b5e3416e91778526\", \"columns\": [[-0.003605, -0.003602, -0.0010700000000000002, -0.003559, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8576df4c4b244c92861a01b9c83e70b2\", \"columns\": [[-0.003321, -0.00329, -0.003317, -0.001117, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t53f431de09844157b2cde985425a18ef\", \"columns\": [[-0.0031520000000000003, -0.003066, -0.0031340000000000005, -0.0010170000000000005, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t801d278a42b747d0a231a26cd86cb4a0\", \"columns\": [[-0.0028480000000000003, -0.0028390000000000004, -0.002827, -0.0009240000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f2b46dca7224bd68be7c88c75787467\", \"columns\": [[-0.003081, -0.003072, -0.003039, -0.0010019999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tac860ce1f45c425d9e56bc48900e9fd3\", \"columns\": [[-0.003218, -0.003215, -0.003177, -0.0010250000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf8cce0a3956e4d46b95786f33575fa68\", \"columns\": [[-0.0030640000000000003, -0.003056, -0.001088, -0.0030610000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t59b64b4bedd947ef818adefe48d4a7d8\", \"columns\": [[-0.002982, -0.002976, -0.002964, -0.0009209999999999999, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0644a3c184f64b9c9b9becec330d9548\", \"columns\": [[-0.003068, -0.00306, -0.003025, -0.0009129999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc118eb606a7f414b85571ffae36b1596\", \"columns\": [[-0.003191, -0.003181, -0.003149, -0.0009489999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc2d4189df76a4276b66941e23407d560\", \"columns\": [[-0.003126, -0.003119, -0.003087, -0.0009109999999999999, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5579dde70f7a4312b241700564d7eb7c\", \"columns\": [[-0.0029109999999999995, -0.0028959999999999997, -0.0028869999999999994, -0.000902, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t765bb636a7ce4f4dbe01768cfd2f9a5b\", \"columns\": [[-0.003079, -0.003069, -0.00305, -0.0010420000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88b3eaf6a03b44819f7c3ca24688b10c\", \"columns\": [[-0.00338, -0.0033740000000000003, -0.0033350000000000003, -0.0010350000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t59baeb61154a485a852ae5c51e9980e6\", \"columns\": [[-0.003481, -0.003471, -0.003435, -0.0010570000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f62fa691bdd49ab9c3d6f413a896c44\", \"columns\": [[-0.0033, -0.003288, -0.003231, -0.001042, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbf769b677b1a4d3f9b0a12255d05b148\", \"columns\": [[-0.0031130000000000003, -0.0031010000000000005, -0.003102, -0.0009890000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4bd8b54248da486190639f1ef3d4a87a\", \"columns\": [[-0.0031320000000000002, -0.0030670000000000003, -0.003121, -0.0009209999999999999, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb2e46040519d40eb88642881d53c9a54\", \"columns\": [[-0.002941, -0.002808, -0.002891, -0.0009599999999999999, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t66c69af895ee47df8164a05f4f4db3b6\", \"columns\": [[-0.003084, -0.003054, -0.003033, -0.0009000000000000002, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t743e39a1785f47f09e86a01f25248941\", \"columns\": [[-0.003065, -0.003016, -0.002939, -0.0010150000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d284689d1c64f5987c8bea111fd27ce\", \"columns\": [[-0.003052, -0.002995, -0.003025, -0.0010019999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t319ca18c40ab434ca8b398325fd24086\", \"columns\": [[-0.003261, -0.003031, -0.003235, -0.001003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfbfe98912e1b45318fdb905396d4f48c\", \"columns\": [[-0.003366, -0.003156, -0.00334, -0.0010960000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7ec3c6021e8c4d38b5fc68e2483bd22e\", \"columns\": [[-0.0033640000000000002, -0.0033420000000000004, -0.003327, -0.00098, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f9f581cd42f4f88aa2991eec1415ce1\", \"columns\": [[-0.0031969999999999998, -0.003168, -0.003188, -0.0009549999999999997, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb7eff5ec7c6d42ec91cb45d7bbd3a501\", \"columns\": [[-0.003323, -0.003242, -0.003317, -0.0011350000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4349d7eda7de4d75ad358b4de1d72d0a\", \"columns\": [[-0.00309, -0.003012, -0.003083, -0.0009169999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t47b79dc1841345a5bd59bfda949281d4\", \"columns\": [[-0.002968, -0.002901, -0.0029590000000000003, -0.0008770000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03d7aaa4542641c69b8e7ec5adc59261\", \"columns\": [[-0.003037, -0.003014, -0.003033, -0.0008370000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6ffdf17084e64f23984d3e4891c0d965\", \"columns\": [[-0.0033900000000000002, -0.003363, -0.0033850000000000004, -0.0008750000000000003, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t33dc8e2bcfb7491d9b1354db29bf6a9d\", \"columns\": [[-0.0033510000000000002, -0.0032020000000000004, -0.003344, -0.0009400000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tac7c6f4c82e44e999321e289a0e7c1e7\", \"columns\": [[-0.003155, -0.003058, -0.003145, -0.000843, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61769126cff841e1b67f9ef52e1927cd\", \"columns\": [[-0.003194, -0.00307, -0.003165, -0.000853, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4a49d69505144bd4b1c238425866ee9c\", \"columns\": [[-0.0031379999999999997, -0.002989, -0.003083, -0.0007919999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t11befc3f3aee47a1b1b146942baba67b\", \"columns\": [[-0.003123, -0.003104, -0.003071, -0.000827, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61f6a2b0b83343fcbaecfceb858a99c5\", \"columns\": [[-0.0033, -0.003232, -0.003272, -0.0009460000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9937e429765d4852bbf8836953eae693\", \"columns\": [[-0.003125, -0.003098, -0.003082, -0.0008550000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5148980403d24e32aa5736a481ab5c81\", \"columns\": [[-0.003095, -0.003082, -0.0030570000000000003, -0.0008250000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t25fcfd0f3a2842cb8643c12ef1b16c67\", \"columns\": [[-0.0031850000000000003, -0.003135, -0.0030930000000000003, -0.0008590000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2b794d5902be4c8b9a19ebe53868ee53\", \"columns\": [[-0.003204, -0.003165, -0.003163, -0.0008990000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tefcf6fef894246bdb123a562fdf38446\", \"columns\": [[-0.0031330000000000004, -0.0029490000000000002, -0.00304, -0.000843, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8480bedd20d84a738aa20675e49069b5\", \"columns\": [[-0.003171, -0.003076, -0.003101, -0.0009350000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb4049a653ef649e0936630593e529cdf\", \"columns\": [[-0.003127, -0.002844, -0.003092, -0.000876, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad4534abaa454902925e7108bd3e9012\", \"columns\": [[-0.002888, -0.002832, -0.002817, -0.0008570000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6d17b1aac28d4a87ac36ea10065b5638\", \"columns\": [[-0.003164, -0.003045, -0.0031460000000000004, -0.0008720000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t022197a8e2c34c54a18d2820ad9916db\", \"columns\": [[-0.0031490000000000003, -0.0030770000000000003, -0.003135, -0.0008970000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2a2beb31933e43f5bd2724793468f5af\", \"columns\": [[-0.00293, -0.002796, -0.002928, -0.0008050000000000002, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td72b532d520b4bf280eb268328efbe00\", \"columns\": [[-0.002778, -0.002762, -0.0027760000000000003, -0.0007940000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5d93c2994f24b5fbb708d9dafd4cd86\", \"columns\": [[-0.003271, -0.0032430000000000002, -0.003265, -0.0009500000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t19dbc4c0673d4b77adbf230f10b831b9\", \"columns\": [[-0.003112, -0.0030700000000000002, -0.003108, -0.000918, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t880947097ea44f14a379d836c68f1f0d\", \"columns\": [[-0.003167, -0.003055, -0.0031650000000000003, -0.0008750000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3bf3edc0dc454ebc8e99b88ad82a9c38\", \"columns\": [[-0.002934, -0.002888, -0.002925, -0.0008860000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t221a9c76e46348cb9a2e2c5ed0d81e09\", \"columns\": [[-0.003041, -0.00293, -0.003038, -0.0008719999999999999, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta81bebcf782142c98ad1763a1eb7b095\", \"columns\": [[-0.003349, -0.003296, -0.003345, -0.0009129999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t64794db1828746b88f3dc8ee5a414674\", \"columns\": [[-0.0031780000000000003, -0.0031270000000000004, -0.003174, -0.000882, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td174d97377364a9591ac35631da15e73\", \"columns\": [[-0.003318, -0.003171, -0.003304, -0.0009100000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tda086bfd2ddb42c2a47bbd5fef051990\", \"columns\": [[-0.003231, -0.003146, -0.003214, -0.000941, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2e0e3add184d4f30b1fa2eecc55239bd\", \"columns\": [[-0.0031090000000000002, -0.0029140000000000004, -0.003102, -0.0009100000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tefd0420421ad4ca78a33fee7925eece2\", \"columns\": [[-0.003184, -0.003135, -0.003161, -0.001026, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0e8e2ee67b13496391d44c7816692bdc\", \"columns\": [[-0.0030960000000000002, -0.0030710000000000004, -0.003049, -0.000974, 0.0, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6b97e01c6e27448586aff0faeec3cea6\", \"columns\": [[-0.003098, -0.003069, -0.003067, -0.000912, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t78f5b569440b4611ba51854621965d02\", \"columns\": [[-0.0031460000000000004, -0.003063, -0.0031310000000000005, -0.0009720000000000006, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7694d04348764de7a4a1cd271aa76bdd\", \"columns\": [[-0.003135, -0.003042, -0.003127, -0.000957, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t947791ba95214b58b9037d0d2d8cc7a2\", \"columns\": [[-0.003319, -0.003253, -0.0032819999999999998, -0.0009169999999999998, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4a00071f207840389c81545a1ceb4638\", \"columns\": [[-0.0032530000000000002, -0.003183, -0.00322, -0.0009300000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7b12c4b02dc94b26bec9d1d8b92abafd\", \"columns\": [[-0.0031019999999999997, -0.0029909999999999997, -0.00306, -0.000882, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te01a0382d7924a5c83ea4a017eacd6f0\", \"columns\": [[-0.003213, -0.003154, -0.003203, -0.0009530000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0d90ec5f010a4baca104742bd2ae99e3\", \"columns\": [[-0.0032400000000000003, -0.002827, -0.0032300000000000002, -0.0008940000000000003, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb6b7536bcd0d407389c2d772247b9a5e\", \"columns\": [[-0.003192, -0.002996, -0.003172, -0.000915, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba4123f4f9e94e49bcf79b5287ae827f\", \"columns\": [[-0.003221, -0.0031609999999999997, -0.003181, -0.0009459999999999998, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4777aec162464e3ebbf02be3713c48cf\", \"columns\": [[-0.003341, -0.003296, -0.003335, -0.001081, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta57c4f1daa124bfc829d8b8d5e6f8c19\", \"columns\": [[-0.003256, -0.003148, -0.003252, -0.001026, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9a193c3046454bc9bf3858701929527e\", \"columns\": [[-0.0028450000000000003, -0.0028160000000000004, -0.002841, -0.0008990000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tffeabb001faf4631bc7929c9820cdefd\", \"columns\": [[-0.0028650000000000004, -0.0028600000000000006, -0.0027440000000000003, -0.0008610000000000002, 0.0, 0.0, -1.0000000000005664e-06, -8.673617379884035e-19, -8.673617379884035e-19], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta3dc51e099f44148a02555c5c4a089bb\", \"columns\": [[-0.003053, -0.0030470000000000002, -0.003026, -0.0010770000000000003, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tda3fb9b65d5a49cc8f297729178ca265\", \"columns\": [[-0.0031290000000000003, -0.0031130000000000003, -0.002984, -0.0010160000000000004, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03cafcd2af794625a1ffee7672caa0df\", \"columns\": [[-0.002811, -0.0028090000000000003, -0.002638, -0.001016, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e8acb9d844c484293bfef885cc5e453\", \"columns\": [[-0.002804, -0.002801, -0.002689, -0.0009540000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0812e0c1e7d14100a3da17601c0c674c\", \"columns\": [[-0.002818, -0.0027770000000000004, -0.002814, -0.0009730000000000001, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9b334b1559234815bf2a22db9c721d37\", \"columns\": [[-0.002775, -0.002719, -0.002768, -0.001007, 0.0, 0.0, -1.0000000000001327e-06, -2.0000000000002655e-06, -2.0000000000002655e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88132b78917540dfb76932662d1f9648\", \"columns\": [[-0.003055, -0.003053, -0.003027, -0.001105, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf0e38812e1444517abe30ec2cb59d40b\", \"columns\": [[-0.003219, -0.0032170000000000002, -0.0011420000000000002, -0.003126, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb64ebd0c898445749eab9c5f54fcb9b9\", \"columns\": [[-0.003274, -0.00114, -0.003272, -0.003249, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2fd963cd483b49aca9c3bf34d071d8b9\", \"columns\": [[-0.003088, -0.003086, -0.00305, -0.00115, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3add8e0ee064988b48b3ff4fc590ff7\", \"columns\": [[-0.003012, -0.0009039999999999999, -0.003005, -0.002976, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"teaace55a2389481ebf04552fd2aaca46\", \"columns\": [[-0.003299, -0.001169, -0.003296, -0.003222, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te59441eaafbb47e7881836115ee9cc0b\", \"columns\": [[-0.0032, -0.001072, -0.003193, -0.00303, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5bfdcddb024a4c128cd3407a1892b712\", \"columns\": [[-0.002932, -0.001056, -0.002929, -0.002656, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8a53c975729e436ea8a2d300f1790cce\", \"columns\": [[-0.0030629999999999998, -0.0009169999999999998, -0.003048, -0.00293, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t46ed71cf5608456e979d111887e2e6ee\", \"columns\": [[-0.002939, -0.000981, -0.0029340000000000004, -0.002772, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tca150485bc0141f8b51b6fdbd2ab3d4d\", \"columns\": [[-0.0029690000000000003, -0.0010490000000000002, -0.0029630000000000004, -0.002922, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06, -1.0000000000005664e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t40407d7c015e41d9b3493c185e093db5\", \"columns\": [[-0.003084, -0.00102, -0.003079, -0.003044, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t558691da6179486ab0ef74d22d27ca59\", \"columns\": [[-0.003269, -0.0010050000000000003, -0.003262, -0.003223, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbad0f6ddc24c45dd9846925a7967811e\", \"columns\": [[-0.003072, -0.003071, -0.0009069999999999998, -0.002922, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te3b043d38fbb45e5b082a539428febc7\", \"columns\": [[-0.0029130000000000002, -0.002912, -0.002739, -0.00084, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1210a48bee3847e996c0bf2d998bf31e\", \"columns\": [[-0.0030080000000000003, -0.003007, -0.0029720000000000002, -0.000843, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1adc26cb54f24fd5bdb2c5346cac4db2\", \"columns\": [[-0.0033160000000000004, -0.0033150000000000002, -0.003282, -0.001046, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88d419588e344243a4d247cdcd979318\", \"columns\": [[-0.0030680000000000004, -0.002988, -0.0030670000000000003, -0.0009510000000000005, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t72989ae064254d4facaf93883c4d9195\", \"columns\": [[-0.003054, -0.003054, -0.0010509999999999999, -0.003025, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t85c2b5429a65472e96f6c66afe52a019\", \"columns\": [[-0.002872, -0.002872, -0.000967, -0.002821, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8942f82bfab8465d8c160d3dbc376f92\", \"columns\": [[-0.0028069999999999996, -0.002704, -0.0028069999999999996, -0.0009119999999999996, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t941006c303224a948f3d771ee6ccf5a7\", \"columns\": [[-0.003006, -0.003006, -0.001003, -0.00282, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21e744968fde41879b19e5c73cae0ea9\", \"columns\": [[-0.0030150000000000003, -0.0030150000000000003, -0.0028150000000000002, -0.0010040000000000001, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te73e9282be0a49a3a70541ad497ba0ed\", \"columns\": [[-0.003014, -0.002831, -0.003014, -0.0009630000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t624b07982e1e4271af90dac8104d9873\", \"columns\": [[-0.00314, -0.00314, -0.002796, -0.001092, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t73ce93e579894fc895bdfca9a67eb802\", \"columns\": [[-0.003173, -0.003173, -0.0010639999999999998, -0.003071, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc9f21c33cbc94ec1a92c5dedadc29142\", \"columns\": [[-0.002958, -0.0010780000000000002, -0.002958, -0.002805, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4a462c06d14b4f34b485c1905032b4c0\", \"columns\": [[-0.0029690000000000003, -0.0011320000000000002, -0.0029690000000000003, -0.002929, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t824ba486bdae4a4ca8b5456741aa08ec\", \"columns\": [[-0.0030759999999999997, -0.003011, -0.0030759999999999997, -0.0012389999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b917b0dc91c4635a7698acf4068b4ab\", \"columns\": [[-0.002895, -0.002895, -0.001169, -0.002876, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t473456662e2e44bb964c57a076ab2f9c\", \"columns\": [[-0.003045, -0.003025, -0.003045, -0.0011949999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t399341b5a2b94598a8ba54c57b488114\", \"columns\": [[-0.003266, -0.003266, -0.003217, -0.0013929999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta2e5325cd1e64a819e92ff6746917f93\", \"columns\": [[-0.003457, -0.003457, -0.003375, -0.001343, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}];\n",
       "\n",
       "          function save_csv(data_table)\n",
       "          {\n",
       "            var uri = \"data:text/csv;charset=utf-8,\";\n",
       "            uri += data_table.names.join(\",\") + \"\\n\";\n",
       "            for(var i = 0; i != data_table.columns[0].length; ++i)\n",
       "            {\n",
       "              for(var j = 0; j != data_table.columns.length; ++j)\n",
       "              {\n",
       "                if(j)\n",
       "                  uri += \",\";\n",
       "                uri += data_table.columns[j][i];\n",
       "              }\n",
       "              uri += \"\\n\";\n",
       "            }\n",
       "            uri = encodeURI(uri);\n",
       "\n",
       "            var link = document.createElement(\"a\");\n",
       "            if(typeof link.download != \"undefined\")\n",
       "            {\n",
       "              link.href = uri;\n",
       "              link.style = \"visibility:hidden\";\n",
       "              link.download = data_table.filename + \".csv\";\n",
       "\n",
       "              document.body.appendChild(link);\n",
       "              link.click();\n",
       "              document.body.removeChild(link);\n",
       "            }\n",
       "            else\n",
       "            {\n",
       "              window.open(uri);\n",
       "            }\n",
       "          }\n",
       "\n",
       "          function open_popup(data_table)\n",
       "          {\n",
       "            return function(e)\n",
       "            {\n",
       "              var popup = document.querySelector(\"#teecf0935d9a34ab5bd8edc107f232431 .toyplot-mark-popup\");\n",
       "              popup.querySelector(\".toyplot-mark-popup-title\").innerHTML = data_table.title;\n",
       "              popup.querySelector(\".toyplot-mark-popup-save-csv\").onclick = function() { popup.style.visibility = \"hidden\"; save_csv(data_table); }\n",
       "              popup.style.left = (e.clientX - 50) + \"px\";\n",
       "              popup.style.top = (e.clientY - 20) + \"px\";\n",
       "              popup.style.visibility = \"visible\";\n",
       "              e.stopPropagation();\n",
       "              e.preventDefault();\n",
       "            }\n",
       "\n",
       "          }\n",
       "\n",
       "          for(var i = 0; i != data_tables.length; ++i)\n",
       "          {\n",
       "            var data_table = data_tables[i];\n",
       "            var event_target = document.querySelector(\"#\" + data_table.id);\n",
       "            event_target.oncontextmenu = open_popup(data_table);\n",
       "          }\n",
       "        })();\n",
       "        </script><script>\n",
       "        (function()\n",
       "        {\n",
       "            function _sign(x)\n",
       "            {\n",
       "                return x < 0 ? -1 : x > 0 ? 1 : 0;\n",
       "            }\n",
       "\n",
       "            function _mix(a, b, amount)\n",
       "            {\n",
       "                return ((1.0 - amount) * a) + (amount * b);\n",
       "            }\n",
       "\n",
       "            function _log(x, base)\n",
       "            {\n",
       "                return Math.log(Math.abs(x)) / Math.log(base);\n",
       "            }\n",
       "\n",
       "            function _in_range(a, x, b)\n",
       "            {\n",
       "                var left = Math.min(a, b);\n",
       "                var right = Math.max(a, b);\n",
       "                return left <= x && x <= right;\n",
       "            }\n",
       "\n",
       "            function inside(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.min, range, segment.range.max))\n",
       "                        return true;\n",
       "                }\n",
       "                return false;\n",
       "            }\n",
       "\n",
       "            function to_domain(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.bounds.min, range, segment.range.bounds.max))\n",
       "                    {\n",
       "                        if(segment.scale == \"linear\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            return _mix(segment.domain.min, segment.domain.max, amount)\n",
       "                        }\n",
       "                        else if(segment.scale[0] == \"log\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            var base = segment.scale[1];\n",
       "                            return _sign(segment.domain.min) * Math.pow(base, _mix(_log(segment.domain.min, base), _log(segment.domain.max, base), amount));\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            function display_coordinates(e)\n",
       "            {\n",
       "                var current = svg.createSVGPoint();\n",
       "                current.x = e.clientX;\n",
       "                current.y = e.clientY;\n",
       "\n",
       "                for(var axis_id in axes)\n",
       "                {\n",
       "                    var axis = document.querySelector(\"#\" + axis_id);\n",
       "                    var coordinates = axis.querySelector(\".toyplot-coordinates-Axis-coordinates\");\n",
       "                    if(coordinates)\n",
       "                    {\n",
       "                        var projection = axes[axis_id];\n",
       "                        var local = current.matrixTransform(axis.getScreenCTM().inverse());\n",
       "                        if(inside(local.x, projection))\n",
       "                        {\n",
       "                            var domain = to_domain(local.x, projection);\n",
       "                            coordinates.style.visibility = \"visible\";\n",
       "                            coordinates.setAttribute(\"transform\", \"translate(\" + local.x + \")\");\n",
       "                            var text = coordinates.querySelector(\"text\");\n",
       "                            text.textContent = domain.toFixed(2);\n",
       "                        }\n",
       "                        else\n",
       "                        {\n",
       "                            coordinates.style.visibility= \"hidden\";\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            var root_id = \"teecf0935d9a34ab5bd8edc107f232431\";\n",
       "            var axes = {\"t2629bcfec0ad4c87b670c3b73f89d272\": [{\"domain\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 0.0013596000000000003, \"min\": -0.003605}, \"range\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 350.0, \"min\": 0.0}, \"scale\": \"linear\"}]};\n",
       "\n",
       "            var svg = document.querySelector(\"#\" + root_id + \" svg\");\n",
       "            svg.addEventListener(\"click\", display_coordinates);\n",
       "        })();\n",
       "        </script></div></div>"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    }
   ],
   "source": [
    "mtre = toytree.multitree(\n",
    "    \"analysis-bpp/pharma-loci500-b10-r2.mcmc.txt\",\n",
    "    fixed_order=boo.tree.get_leaf_names(),\n",
    "    treeslice=(150, 1500, 5),\n",
    "    )\n",
    "\n",
    "\n",
    "\n",
    "plotit(mtre)"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 209,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div align=\"center\" class=\"toyplot\" id=\"tb49500efe99a4b93a69372f544047a0d\"><svg class=\"toyplot-canvas-Canvas\" height=\"300.0px\" id=\"tdcf453588e6f42efab01c189656be3f6\" preserveAspectRatio=\"xMidYMid meet\" style=\"background-color:transparent;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-family:Helvetica;font-size:12px;opacity:1.0;stroke:rgb(16.1%,15.3%,14.1%);stroke-opacity:1.0;stroke-width:1.0\" viewBox=\"0 0 300.0 300.0\" width=\"300.0px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:toyplot=\"http://www.sandia.gov/toyplot\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g class=\"toyplot-coordinates-Cartesian\" id=\"t9d53acbe277e4f9cb07c0d8f092c06d4\"><clipPath id=\"t2b36ad21db8740518a79078989228625\"><rect height=\"260.0\" width=\"260.0\" x=\"20.0\" y=\"20.0\"></rect></clipPath><g clip-path=\"url(#t2b36ad21db8740518a79078989228625)\"><g class=\"toyplot-mark-Text\" id=\"t99ec3a7ca6204377ae298bc492407a5a\" style=\"-toyplot-anchor-shift:15px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(183.60000000000002,35.714285714285694)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">tonduzii</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(183.60000000000002,92.857142857142833)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">maxima</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(183.60000000000002,149.99999999999997)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">yoponensis</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(183.60000000000002,207.14285714285714)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">glabrata</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(183.60000000000002,264.28571428571428)translate(15.0,3.375)\"><tspan style=\"font-size:12.0px\">insipida</tspan></text></g></g><g class=\"toyplot-mark-Graph\" id=\"tb8abf125fd8e4a959098cdb9176555dc\"><g class=\"toyplot-Edges\"><path d=\"M 30.0 107.142857143 L 30.0 35.7142857143\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 30.0 35.7142857143 L 183.6 35.7142857143\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 30.0 107.142857143 L 30.0 92.8571428571\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 30.0 92.8571428571 L 183.6 92.8571428571\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 30.0 107.142857143 L 30.0 192.857142857\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 30.0 192.857142857 L 81.2 192.857142857\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2 192.857142857 L 81.2 150.0\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2 150.0 L 183.6 150.0\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2 192.857142857 L 81.2 235.714285714\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.2 235.714285714 L 132.4 235.714285714\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.4 235.714285714 L 132.4 207.142857143\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.4 207.142857143 L 183.6 207.142857143\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.4 235.714285714 L 132.4 264.285714286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.4 264.285714286 L 183.6 264.285714286\" style=\"fill:none;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"30.0\" cy=\"107.14285714285711\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"30.0\" cy=\"35.714285714285694\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.60000000000002\" cy=\"35.714285714285694\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"30.0\" cy=\"92.857142857142833\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.60000000000002\" cy=\"92.857142857142833\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"30.0\" cy=\"192.85714285714283\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.200000000000003\" cy=\"192.85714285714283\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.200000000000003\" cy=\"192.85714285714283\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.200000000000003\" cy=\"149.99999999999997\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.60000000000002\" cy=\"149.99999999999997\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"81.200000000000003\" cy=\"235.71428571428569\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.40000000000001\" cy=\"235.71428571428569\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.40000000000001\" cy=\"235.71428571428569\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.40000000000001\" cy=\"207.14285714285714\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.60000000000002\" cy=\"207.14285714285714\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.40000000000001\" cy=\"264.28571428571428\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.60000000000002\" cy=\"264.28571428571428\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t02a18722e2064865b148abfe1f2e145b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 0\n",
       "name: 0\n",
       "dist: 0\n",
       "support: 100</title><circle cx=\"30.0\" cy=\"107.14285714285711\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 1\n",
       "name: 1\n",
       "dist: 68\n",
       "support: 68</title><circle cx=\"81.200000000000003\" cy=\"192.85714285714283\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 2\n",
       "name: 2\n",
       "dist: 105\n",
       "support: 105</title><circle cx=\"132.40000000000001\" cy=\"235.71428571428569\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 3\n",
       "name: tonduzii\n",
       "dist: 100\n",
       "support: 100</title><circle cx=\"183.60000000000002\" cy=\"35.714285714285694\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 4\n",
       "name: maxima\n",
       "dist: 100\n",
       "support: 100</title><circle cx=\"183.60000000000002\" cy=\"92.857142857142833\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 5\n",
       "name: yoponensis\n",
       "dist: 100\n",
       "support: 100</title><circle cx=\"183.60000000000002\" cy=\"149.99999999999997\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 6\n",
       "name: glabrata\n",
       "dist: 100\n",
       "support: 100</title><circle cx=\"183.60000000000002\" cy=\"207.14285714285714\" r=\"7.5\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><title>idx: 7\n",
       "name: insipida\n",
       "dist: 100\n",
       "support: 100</title><circle cx=\"183.60000000000002\" cy=\"264.28571428571428\" r=\"7.5\"></circle></g></g></g></g></g></svg><div class=\"toyplot-interactive\"><ul class=\"toyplot-mark-popup\" onmouseleave=\"this.style.visibility='hidden'\" style=\"background:rgba(0%,0%,0%,0.75);border:0;border-radius:6px;color:white;cursor:default;list-style:none;margin:0;padding:5px;position:fixed;visibility:hidden\">\n",
       "            <li class=\"toyplot-mark-popup-title\" style=\"color:lightgray;cursor:default;padding:5px;list-style:none;margin:0\"></li>\n",
       "            <li class=\"toyplot-mark-popup-save-csv\" onmouseout=\"this.style.color='white';this.style.background='steelblue'\" onmouseover=\"this.style.color='steelblue';this.style.background='white'\" style=\"border-radius:3px;padding:5px;list-style:none;margin:0\">\n",
       "                Save as .csv\n",
       "            </li>\n",
       "        </ul><script>\n",
       "        (function()\n",
       "        {\n",
       "          var data_tables = [{\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t02a18722e2064865b148abfe1f2e145b\", \"columns\": [[-3.0, -2.0, -1.0, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.25, 0.5, 4.0, 3.0, 2.0, 1.0, 0.0]], \"filename\": \"toyplot\"}];\n",
       "\n",
       "          function save_csv(data_table)\n",
       "          {\n",
       "            var uri = \"data:text/csv;charset=utf-8,\";\n",
       "            uri += data_table.names.join(\",\") + \"\\n\";\n",
       "            for(var i = 0; i != data_table.columns[0].length; ++i)\n",
       "            {\n",
       "              for(var j = 0; j != data_table.columns.length; ++j)\n",
       "              {\n",
       "                if(j)\n",
       "                  uri += \",\";\n",
       "                uri += data_table.columns[j][i];\n",
       "              }\n",
       "              uri += \"\\n\";\n",
       "            }\n",
       "            uri = encodeURI(uri);\n",
       "\n",
       "            var link = document.createElement(\"a\");\n",
       "            if(typeof link.download != \"undefined\")\n",
       "            {\n",
       "              link.href = uri;\n",
       "              link.style = \"visibility:hidden\";\n",
       "              link.download = data_table.filename + \".csv\";\n",
       "\n",
       "              document.body.appendChild(link);\n",
       "              link.click();\n",
       "              document.body.removeChild(link);\n",
       "            }\n",
       "            else\n",
       "            {\n",
       "              window.open(uri);\n",
       "            }\n",
       "          }\n",
       "\n",
       "          function open_popup(data_table)\n",
       "          {\n",
       "            return function(e)\n",
       "            {\n",
       "              var popup = document.querySelector(\"#tb49500efe99a4b93a69372f544047a0d .toyplot-mark-popup\");\n",
       "              popup.querySelector(\".toyplot-mark-popup-title\").innerHTML = data_table.title;\n",
       "              popup.querySelector(\".toyplot-mark-popup-save-csv\").onclick = function() { popup.style.visibility = \"hidden\"; save_csv(data_table); }\n",
       "              popup.style.left = (e.clientX - 50) + \"px\";\n",
       "              popup.style.top = (e.clientY - 20) + \"px\";\n",
       "              popup.style.visibility = \"visible\";\n",
       "              e.stopPropagation();\n",
       "              e.preventDefault();\n",
       "            }\n",
       "\n",
       "          }\n",
       "\n",
       "          for(var i = 0; i != data_tables.length; ++i)\n",
       "          {\n",
       "            var data_table = data_tables[i];\n",
       "            var event_target = document.querySelector(\"#\" + data_table.id);\n",
       "            event_target.oncontextmenu = open_popup(data_table);\n",
       "          }\n",
       "        })();\n",
       "        </script></div></div>"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    }
   ],
   "source": [
    "ctre = mtre.get_consensus_tree()\n",
    "#ctre.root(['tonduzii', 'maxima'])\n",
    "ctre.draw(width=300, height=300, node_labels=True);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 201,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div align=\"center\" class=\"toyplot\" id=\"tbe1bfd22306c45229dbac9f4d59af00c\"><svg class=\"toyplot-canvas-Canvas\" height=\"350.0px\" id=\"t38faa5154afa411cb6c0e476124578c5\" preserveAspectRatio=\"xMidYMid meet\" style=\"background-color:transparent;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-family:Helvetica;font-size:12px;opacity:1.0;stroke:rgb(16.1%,15.3%,14.1%);stroke-opacity:1.0;stroke-width:1.0\" viewBox=\"0 0 450.0 350.0\" width=\"450.0px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:toyplot=\"http://www.sandia.gov/toyplot\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g class=\"toyplot-coordinates-Cartesian\" id=\"tae707abc527a4a5aa338b7119983ff3a\"><clipPath id=\"ta6e7ed79750c46479b4c7c6b489c12a6\"><rect height=\"270.0\" width=\"370.0\" x=\"40.0\" y=\"40.0\"></rect></clipPath><g clip-path=\"url(#ta6e7ed79750c46479b4c7c6b489c12a6)\"><g class=\"toyplot-mark-Text\" id=\"t3354158456d14b26951a09fe8de43993\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5e16f8a11df34def9ec05011a84a999e\"><g class=\"toyplot-Edges\"><path d=\"M 109.915547252 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.39141406 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.39141406 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.63900611 219.728053435 L 187.39141406 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.63900611 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.915547252 167.545324427 L 110.63900611 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.67940169 111.635257634 L 109.915547252 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.67940169 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"107.67940169012871\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"109.91554725166165\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.63900610980463\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"187.39141406006718\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf64d6ddfb58f4eb2a9ff702e9f0bf92d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.67940169012871\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.91554725166165\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.63900610980463\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.39141406006718\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb7451b3d3e7f45e8867a523c5e47c42f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb548ee5b21e24499a661aae4de126c83\"><g class=\"toyplot-Edges\"><path d=\"M 118.202439627 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.660717929 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.660717929 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.423563015 219.728053435 L 167.660717929 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.423563015 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.202439627 167.545324427 L 126.423563015 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.150135833 111.635257634 L 118.202439627 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.150135833 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"117.15013583309172\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"118.20243962675428\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"126.423563014743\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"167.66071792889431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t66cea862c8424c6da0a2b9517c5cf21d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.15013583309172\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.20243962675428\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.423563014743\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.66071792889431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8188c6cb787942a3be5fff154ce8531b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf1b0768b25dd47909e218d830e065813\"><g class=\"toyplot-Edges\"><path d=\"M 129.054322499 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.054322499 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.494002942 219.728053435 L 129.054322499 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.494002942 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.153249793 137.726622137 L 111.494002942 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.153249793 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.930569425 126.544608779 L 107.153249793 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.930569425 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.9305694252059\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"107.15324979329748\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"111.4940029421555\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"129.05432249889938\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21f970466e9d4e0994f8e09a43292609\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.9305694252059\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.15324979329748\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.4940029421555\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.05432249889938\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3f19a7c2ee394299911ab689d74f0091\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t760903d5390141828e6528c9d2cf21dc\"><g class=\"toyplot-Edges\"><path d=\"M 135.960066145 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.960066145 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 219.728053435 L 135.960066145 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.109740253 137.726622137 L 125.963180105 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.109740253 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.401303568 126.544608779 L 120.109740253 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.401303568 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"113.40130356816886\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"120.10974025276765\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"125.9631801050156\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.96006614480984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td6a8859156e240cfba92b1b5f9e34372\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.40130356816886\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.10974025276765\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.9631801050156\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.96006614480984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t01192ef7d3894431b3107515cc0577a9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3db7fe53511e4612b445469524fad8ee\"><g class=\"toyplot-Edges\"><path d=\"M 191.863705183 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.863705183 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.3572464 219.728053435 L 191.863705183 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.3572464 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.599619882 137.726622137 L 170.3572464 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.599619882 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.876161024 126.544608779 L 152.599619882 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.876161024 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.876161023956\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"152.59961988209903\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"170.35724640015462\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"191.86370518313308\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta2d54a306eff4c96bef3b5c2adcc6568\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.876161023956\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.59961988209903\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.35724640015462\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.86370518313308\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf7cac631a7464e7baa3d82adafce747f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teeda42bcf2034a318005956cd613e1c5\"><g class=\"toyplot-Edges\"><path d=\"M 167.726486916 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.726486916 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.267660986 219.728053435 L 167.726486916 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.267660986 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 137.726622137 L 162.267660986 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.508477488 126.544608779 L 157.992676825 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.508477488 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"149.50847748821528\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.99267682461959\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.26766098637378\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"167.72648691599824\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te25d14e81c0348edb7927c799b7f1c41\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.50847748821528\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.99267682461959\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.26766098637378\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.72648691599824\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc08079833feb4987930a0449864373b9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t514c3c40bdf44dad93aee72a15a9f6c0\"><g class=\"toyplot-Edges\"><path d=\"M 198.637910855 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.637910855 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.521395054 189.909351145 L 198.637910855 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.715588055 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.715588055 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.521395054 189.909351145 L 202.715588055 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.942939364 152.635973282 L 192.521395054 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.942939364 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"190.94293936367836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"192.52139505417216\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"198.63791085483578\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"202.71558805527818\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9a077ecc32af4065b6e77dcb97060e5a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.94293936367836\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.52139505417216\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.63791085483578\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.71558805527818\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t916b0eb8bc0841a980bf42e2b5950aec\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td85554af11b84382ab7b05d54f5e1c88\"><g class=\"toyplot-Edges\"><path d=\"M 175.026844485 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.657603969 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.739404482 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.739404482 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.657603969 219.728053435 L 210.739404482 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.026844485 137.726622137 L 177.657603969 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.396085 126.544608779 L 175.026844485 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.396085 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"172.39608500037585\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"175.02684448453221\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"177.65760396868859\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"210.73940448195515\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t41140f63d0174136bea2fb16565488c4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.39608500037585\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.02684448453221\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.65760396868859\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.73940448195515\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8d6c6679d1db434dad8708d89c22fdde\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tec6e5095405842a0976885dfa8fb3f08\"><g class=\"toyplot-Edges\"><path d=\"M 172.988005884 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.988005884 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.991119845 182.454675573 L 172.988005884 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.884955277 100.453244275 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.937259071 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.937259071 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.884955277 100.453244275 L 166.937259071 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.991119845 182.454675573 L 165.884955277 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.99111984451673\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"172.98800588431101\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"165.88495527708878\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.93725907075134\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf97f12aff3b74440ae3376523ddaa515\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.99111984451673\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.98800588431101\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.88495527708878\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.93725907075134\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbd6b15872d344fd6b349e8ae50931761\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7f623f55d90f4f22b99df5dbf80929b7\"><g class=\"toyplot-Edges\"><path d=\"M 167.068797045 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.068797045 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.163053399 175.0 L 167.068797045 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.684534356 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.684534356 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.163053399 175.0 L 175.684534356 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.505363528 175.0 L 160.163053399 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.505363528 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.50536352800952\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"160.16305339904864\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"167.06879704495913\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"175.68453435557132\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1321b0420b9d4f73ad03e2e4eac05230\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.50536352800952\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.16305339904864\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.06879704495913\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.68453435557132\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t02db0d0cbcf146478d79e0af163fe546\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdcfad4f679404b5bb6cedecf223205e5\"><g class=\"toyplot-Edges\"><path d=\"M 196.401765293 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.978664004 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.978664004 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.585607061 160.090648855 L 202.978664004 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.585607061 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.599072255 137.726622137 L 197.585607061 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.599072255 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.401765293 156.363311069 L 196.599072255 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"196.40176529330282\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"196.59907225461455\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"197.58560706117322\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"202.97866400369384\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7ccec0ef20384b949916d82195755c9d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.40176529330282\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.59907225461455\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"197.58560706117322\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.97866400369384\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta809673a368b447b9ac9211bf0e61578\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb535de59cc924be6b694df23de38b6db\"><g class=\"toyplot-Edges\"><path d=\"M 179.564904595 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.128338112 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.128338112 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.564904595 189.909351145 L 187.128338112 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.789141943 152.635973282 L 179.564904595 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.512600801 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.512600801 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.789141943 152.635973282 L 178.512600801 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.78914194289644\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"179.564904594702\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"187.1283381116516\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"178.51260080103941\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t66c362d608444aa78f8d70ffdc6f9e89\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.78914194289644\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.564904594702\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.1283381116516\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.51260080103941\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9d36f066f52f429a8e6ac045933beac5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t296288a1234f4d079347ed9dfed3a695\"><g class=\"toyplot-Edges\"><path d=\"M 204.754426655 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.754426655 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.652933028 204.81870229 L 204.754426655 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.086385551 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.086385551 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.652933028 204.81870229 L 195.086385551 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.745632402 130.271946565 L 192.652933028 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.745632402 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"190.7456324023666\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"192.65293302838\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"204.75442665549937\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"195.08638555122465\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t31b392a2fa8448f4aaaa6a782c7a371a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.7456324023666\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.65293302838\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"204.75442665549937\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.08638555122465\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ted20ac5a59fe457c82cc5f726623265c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta9e4bdd3a6d94842917e67564a5ca582\"><g class=\"toyplot-Edges\"><path d=\"M 154.375382534 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.387290747 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.173404632 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.173404632 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.044980618 189.909351145 L 169.173404632 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.044980618 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.387290747 122.817270992 L 159.044980618 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.375382534 148.908635496 L 158.387290747 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"154.3753825339046\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"158.38729074724307\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.04498061828215\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.17340463228425\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21044f75f4cc48669895e7f039f5cd21\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.3753825339046\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.38729074724307\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.04498061828215\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.17340463228425\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf9863852bb943428b0ba613d780a7b5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t86c84585d52246659a87b2630de12064\"><g class=\"toyplot-Edges\"><path d=\"M 120.241278227 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.082809866 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.382619807 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.382619807 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.082809866 160.090648855 L 173.382619807 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.307047214 167.545324427 L 122.082809866 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.307047214 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.241278227 141.453959924 L 120.307047214 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.24127822697545\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.30704721407938\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"122.08280986588491\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"173.38261980693446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta22aecb9c5994b9ab90ff4ebf2d0e007\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.24127822697545\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.30704721407938\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.08280986588491\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.38261980693446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6e44397c2a1947bcb7d66607077dea0a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t677eb2d61a9f4d1a96b2c9020dd54740\"><g class=\"toyplot-Edges\"><path d=\"M 144.970417378 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.970417378 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.000461725 189.909351145 L 144.970417378 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.000461725 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.764316164 152.635973282 L 133.000461725 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.21123388 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.21123388 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.764316164 152.635973282 L 132.21123388 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"130.76431616360102\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"133.00046172513399\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.97041737804551\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.21123387988703\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad184b67c3784a4ebf42414147366ba2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.76431616360102\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.00046172513399\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.97041737804551\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.21123387988703\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf715f67ba60149f0afa18e006815076c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t95d3a0273bb949cfba150afad48225a5\"><g class=\"toyplot-Edges\"><path d=\"M 109.849778265 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.849778265 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.586702316 152.635973282 L 109.849778265 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.888616865 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.35880338 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.35880338 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.888616865 219.728053435 L 165.35880338 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.586702316 152.635973282 L 111.888616865 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"109.58670231614215\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"109.84977826455778\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"111.88861686477897\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"165.35880338025751\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4aca79bb83774bd09b2b78f7345c1123\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.58670231614215\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.84977826455778\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.88861686477897\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.35880338025751\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc66d1a3c54d24362b0578b1b53ea062f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td65b19e6b9714caeb7d7eb4f3c3b1cc3\"><g class=\"toyplot-Edges\"><path d=\"M 69.599158157 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.3091518217 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.0191454864 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.239173619 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.239173619 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.0191454864 219.728053435 L 169.239173619 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.3091518217 137.726622137 L 73.0191454864 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.599158157 126.544608779 L 71.3091518217 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"69.599158156965075\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"71.309151821666717\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"73.019145486368373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"169.23917361938817\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e7dbf40830d4fa4ba087e5a1aa1bfb8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.599158156965075\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.309151821666717\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.019145486368373\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.23917361938817\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0d7ec8c20ab4b2bb5b72f09512b444a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te40d8534e839428d978aae6c6147e6e3\"><g class=\"toyplot-Edges\"><path d=\"M 158.058445812 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.453059734 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.436480581 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.436480581 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.687648316 160.090648855 L 169.436480581 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.687648316 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.453059734 167.545324427 L 165.687648316 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.058445812 141.453959924 L 158.453059734 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"158.05844581172352\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"158.45305973434699\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.68764831577704\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"169.43648058069991\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88deea1172854dfc91086297c13a8cdb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.05844581172352\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.45305973434699\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.68764831577704\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.43648058069991\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta8614d8e073a4f1abf2e038a9dbb77c0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdc79ecf68a99441fa8ced330f51e16bc\"><g class=\"toyplot-Edges\"><path d=\"M 157.992676825 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.949167284 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.949167284 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 219.728053435 L 170.949167284 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 152.635973282 L 157.992676825 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.136123012 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.136123012 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 152.635973282 L 162.136123012 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.86113885041181\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.99267682461959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"170.94916728408981\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"162.13612301216594\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf11d70b2ea42449ba062f26eab94930e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.86113885041181\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.99267682461959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.94916728408981\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.13612301216594\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1224ff91f9884afe8d3ece802484a19f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taeda6a5f4e0143fd8d2fb88594b91519\"><g class=\"toyplot-Edges\"><path d=\"M 187.194107099 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.194107099 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.735828797 189.909351145 L 187.194107099 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.445822461 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.445822461 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.064673732 115.36259542 L 139.445822461 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.064673732 115.36259542 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.735828797 189.909351145 L 138.064673732 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.73582879661546\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"187.19410709875552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"138.06467373213499\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.44582246131711\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3419a05214634af79b0d59f9b1b84087\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.73582879661546\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.19410709875552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.06467373213499\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.44582246131711\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4b716a21d6bc4dac9ea0074748c6c184\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf40565ebaaf341ae9b71d6cfcbb19d5c\"><g class=\"toyplot-Edges\"><path d=\"M 166.213800213 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.213800213 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.044980618 182.454675573 L 166.213800213 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.581483748 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.581483748 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.213800213 100.453244275 L 168.581483748 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.213800213 100.453244275 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.044980618 182.454675573 L 166.213800213 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.04498061828215\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"166.21380021260833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"166.21380021260833\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"168.58148374834906\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf03614601a54466e9be4d6d5b86add1b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.04498061828215\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.21380021260833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.21380021260833\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.58148374834906\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te9a2f56d03e94858b88beb256ec18e8a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t34caba32fd6041bf955f48ce72dde138\"><g class=\"toyplot-Edges\"><path d=\"M 153.191540766 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.191540766 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.647800363 219.728053435 L 153.191540766 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.647800363 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.13511366 152.635973282 L 124.647800363 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.420449055 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.420449055 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.13511366 152.635973282 L 136.420449055 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"123.13511365954753\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"124.64780036293746\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"153.19154076603422\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"136.42044905453727\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf2311521e7824d4fab47e1fe07527adb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.13511365954753\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.64780036293746\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.19154076603422\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.42044905453727\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t512d03a7d5604d7f886d251913608721\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te9c94dbf049e4005a81346c2950ecc06\"><g class=\"toyplot-Edges\"><path d=\"M 132.737385777 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.737385777 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 219.728053435 L 132.737385777 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.860129498 152.635973282 L 126.555100989 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.043971266 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.043971266 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.860129498 152.635973282 L 120.043971266 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"118.86012949779339\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"126.55510098895081\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.73738577671833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.04397126566377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc502799782f04271b9bdce0280bedd08\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.86012949779339\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.55510098895081\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.73738577671833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.04397126566377\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4c3f75816ab1439ca676e48f407e3fa3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te352874257044d188b7ed48e5f696944\"><g class=\"toyplot-Edges\"><path d=\"M 139.182746513 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.133009052 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.133009052 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.484661062 219.728053435 L 172.133009052 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.484661062 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.366588281 167.545324427 L 141.484661062 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.366588281 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.182746513 111.635257634 L 140.366588281 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"139.18274651290147\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.36658828077182\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.4846610615383\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"172.13300905196019\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88205c0ba5de461995141662d0fce60f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.18274651290147\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.36658828077182\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.4846610615383\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.13300905196019\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3e696b8454254875ada0ba57bf0c67b2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3888431e5a95462289fc7782a9730570\"><g class=\"toyplot-Edges\"><path d=\"M 96.235597934 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.286344748 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.072458633 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.072458633 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.286344748 219.728053435 L 113.072458633 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.235597934 137.726622137 L 102.286344748 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.9067529985 126.544608779 L 96.235597934 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.9067529985 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"95.906752998528901\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"96.235597934048442\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"102.28634474760814\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.07245863264933\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f2c0d6738c9479b904e5232e3b7c2d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.906752998528901\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.235597934048442\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.28634474760814\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.07245863264933\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t85ec88c2adb64036be83498fcbc7154b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf2a62ccdf18b43669df661bcaeef880e\"><g class=\"toyplot-Edges\"><path d=\"M 127.804711744 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.766882496 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.766882496 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.804711744 219.728053435 L 164.766882496 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.504354175 152.635973282 L 127.804711744 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.345885814 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.345885814 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.504354175 152.635973282 L 122.345885814 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"120.50435417539111\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"127.8047117439251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"164.7668824963223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.3458858143006\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td0f5316355de4064aeea8bf283c29b8f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.50435417539111\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.8047117439251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.7668824963223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.3458858143006\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t88d2a5c664024ba29a7292311dbb9c01\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tccafb202b5ee4e30a8f77b49c8ffe074\"><g class=\"toyplot-Edges\"><path d=\"M 141.879274984 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.879274984 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 130.271946565 L 141.879274984 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 130.271946565 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.28891108 182.454675573 L 141.353123087 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.28891108 182.454675573 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.157373106 238.364742366 L 136.28891108 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.157373106 238.364742366 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"136.15737310612161\" cy=\"238.3647423664122\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"136.28891108032946\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.35312308733049\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.87927498416173\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfa30f90550554831bc5dc91b2143a1b3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.15737310612161\" cy=\"238.3647423664122\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.28891108032946\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.35312308733049\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.87927498416173\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6be5b087540040098437d5ff1273cf5b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5c89ffc282cd49428a47b07f323e85f6\"><g class=\"toyplot-Edges\"><path d=\"M 129.777781357 230.910066794 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.184303493 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.184303493 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.118534506 160.090648855 L 134.184303493 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.118534506 160.090648855 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.052765519 167.545324427 L 134.118534506 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.052765519 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.777781357 230.910066794 L 134.052765519 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"129.77778135704236\" cy=\"230.91006679389312\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.05276551879649\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.11853450590041\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.18430349300428\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td51e3611baa345f18f05ceddc4b58e4d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.77778135704236\" cy=\"230.91006679389312\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.05276551879649\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.11853450590041\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.18430349300428\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t26aadc609e494a41a4541a1dc41d8ad1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7bd9ca7454f94f649583f1147e537eb5\"><g class=\"toyplot-Edges\"><path d=\"M 138.327749681 227.182729008 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.70889841 145.18129771 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.70889841 145.18129771 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.380053474 160.090648855 L 139.70889841 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.380053474 160.090648855 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.327749681 227.182729008 L 139.380053474 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 171.272662214 L 138.327749681 227.182729008\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 171.272662214 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.14390791268028\" cy=\"171.27266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.32774968055062\" cy=\"227.18272900763361\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"139.38005347421321\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"139.70889840973277\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t55ea3596ea8d49bfbe5291e4596a6c05\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.14390791268028\" cy=\"171.27266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.32774968055062\" cy=\"227.18272900763361\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.38005347421321\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.70889840973277\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t20e36e75efc94de193e4b6adba0cf112\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbd2fd5be960841d0b0bf42c7108a885a\"><g class=\"toyplot-Edges\"><path d=\"M 161.018050231 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.765325516 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.765325516 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.018050231 219.728053435 L 169.765325516 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.734271817 152.635973282 L 161.018050231 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.852344597 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.852344597 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.734271817 152.635973282 L 143.852344597 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"142.73427181651255\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"161.01805023139946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.76532551621943\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.85234459727906\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf8d95f585660455e83cee1ea1892d325\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.73427181651255\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.01805023139946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.76532551621943\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.85234459727906\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fc31f06d90f46eaab52414e1ca25e28\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tea96c2f7b46d41aabfc4d2677daeccff\"><g class=\"toyplot-Edges\"><path d=\"M 115.505911155 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.071911005 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.071911005 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.505911155 219.728053435 L 157.071911005 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.387838375 137.726622137 L 115.505911155 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.387838375 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.124762426 126.544608779 L 114.387838375 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.124762426 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.12476242631188\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.38783837472752\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.50591115549399\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.07191100516485\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe9d3dea3a354bb7ada8c5870da10081\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.12476242631188\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.38783837472752\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.50591115549399\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.07191100516485\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t522a89a9140a47c1a7dc514a74bd1038\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta06e903f13354d8bb1df6717bd2c3bb7\"><g class=\"toyplot-Edges\"><path d=\"M 123.924341505 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.022721172 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.022721172 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.924341505 219.728053435 L 146.022721172 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.126319406 152.635973282 L 123.924341505 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.296695981 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.296695981 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.126319406 152.635973282 L 111.296695981 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"109.12631940641478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"123.92434150479443\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.02272117170807\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"111.29669598084379\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te1b58883fc2849cab621816ace4afb90\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.12631940641478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.92434150479443\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.02272117170807\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.29669598084379\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5dc3d4fe415c41b8882ff56f1cec4f7e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta2d5c0357b2c49b6b2f98009e4e89d05\"><g class=\"toyplot-Edges\"><path d=\"M 93.0786865531 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0786865531 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5929302366 152.635973282 L 93.0786865531 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6317688368 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.480537749 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.480537749 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6317688368 219.728053435 L 112.480537749 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5929302366 152.635973282 L 91.6317688368 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"89.59293023655357\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.078686553060805\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.631768836774796\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"112.48053774871414\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t478bd41dac814a9d88b5edebbe8f343c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.59293023655357\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.078686553060805\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.631768836774796\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.48053774871414\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2809bdee01404672a29f98e8363bdc2a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t20a530ea7bd24440b060b1eac06e46ad\"><g class=\"toyplot-Edges\"><path d=\"M 102.812496644 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.812496644 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.920218192 152.635973282 L 102.812496644 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.444813109 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.444813109 219.728053435 L 116.952828872 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.920218192 152.635973282 L 100.444813109 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.920218191970278\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"102.81249664443942\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"100.44481310869868\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.95282887178\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf93cddd24226461481ad1b2f4527eb45\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.920218191970278\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.81249664443942\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.44481310869868\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.95282887178\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc26704387bd340ceba20c0fec43496ee\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t59efae59c19f49508117d1add9d9d108\"><g class=\"toyplot-Edges\"><path d=\"M 176.144917265 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.144917265 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.330316013 152.635973282 L 176.144917265 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.789141943 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.88907859 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.88907859 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.789141943 219.728053435 L 194.88907859 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.330316013 152.635973282 L 177.789141943 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"172.3303160132719\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"176.14491726529863\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.78914194289641\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.88907858991291\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taaed11e552df401f8dcad441cec12388\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.3303160132719\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.14491726529863\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.78914194289641\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.88907858991291\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc08bbf14a6884600a1023846925893eb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t15b9fd083ec64b7aa0251e28d39837c8\"><g class=\"toyplot-Edges\"><path d=\"M 119.846664304 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.450493402 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.450493402 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.846664304 219.728053435 L 124.450493402 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.979759259 152.635973282 L 119.846664304 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.308604194 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.308604194 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.979759259 152.635973282 L 115.308604194 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.9797592586627\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.846664304352\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"124.45049340162569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"115.30860419418224\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf093e3e5a48d4d7d86b715cad97f711c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.9797592586627\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.846664304352\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.45049340162569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.30860419418224\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t75266e9767594266a16ed56fdf0d74dd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t89683668fd184303bf44707e8f4a837a\"><g class=\"toyplot-Edges\"><path d=\"M 129.120091486 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.828528171 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.268670339 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.268670339 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.828528171 219.728053435 L 201.268670339 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.120091486 167.545324427 L 135.828528171 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.002018705 111.635257634 L 129.120091486 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.002018705 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.00201870523682\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.12009148600328\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"135.82852817060206\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"201.26867033899217\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcf93bfafeb5649c8b514a3396069df4e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.00201870523682\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.12009148600328\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.82852817060206\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"201.26867033899217\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfb7c8bc0891340dbaab131f7058c840f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdf837bf216394e0593dd5a9b451d7f87\"><g class=\"toyplot-Edges\"><path d=\"M 130.764316164 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.409550194 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.409550194 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.841993364 219.728053435 L 171.409550194 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.841993364 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.764316164 167.545324427 L 134.841993364 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.528170602 111.635257634 L 130.764316164 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.528170602 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"128.52817060206809\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"130.76431616360102\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"134.84199336404345\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"171.40955019381718\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc265316c174943ea8ab09bb6386380e9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.52817060206809\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.76431616360102\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.84199336404345\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.40955019381718\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta5bf1b244dae4511bd809258fb6213b4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta7e7680f9a0d4cf5a1edff56a94b9c9c\"><g class=\"toyplot-Edges\"><path d=\"M 144.115420546 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.430800288 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.331872993 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.331872993 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.191540766 219.728053435 L 167.331872993 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.191540766 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.430800288 137.726622137 L 153.191540766 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.115420546 126.544608779 L 145.430800288 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.11542054569469\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.43080028777288\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"153.19154076603422\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"167.33187299337476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf5dea88e2176406d95a5985b1223d82e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.11542054569469\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.43080028777288\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.19154076603422\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.33187299337476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teba67404acc049e0baaf2302c0b2cf4c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td28072ff8bc34f30a6cef700314a6892\"><g class=\"toyplot-Edges\"><path d=\"M 143.720806623 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.510034468 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.930021798 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.930021798 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.220028133 219.728053435 L 147.930021798 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.220028133 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.510034468 137.726622137 L 146.220028133 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.720806623 126.544608779 L 144.510034468 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"143.72080662307121\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"144.51003446831814\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.22002813301981\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.93002179772145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfaf48c044826403cb4a4007f38a44a91\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.72080662307121\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.51003446831814\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.22002813301981\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.93002179772145\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6095879115554058913278452a3216f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf842f6b85cc544bca14eb0de9a442bce\"><g class=\"toyplot-Edges\"><path d=\"M 146.483104081 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.483104081 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 152.635973282 L 146.483104081 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.980768611 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.980768611 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.865809791 189.909351145 L 153.980768611 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.865809791 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 152.635973282 L 142.865809791 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"142.0108129583696\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"146.48310408143544\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"142.86580979072039\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.98076861128112\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf3da1a3484994b99b367053f3d7732ae\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.0108129583696\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.48310408143544\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.86580979072039\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.98076861128112\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5f739e047e6d477b8a0f2551b18b0f54\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t28a46473e61641c7b4fee924da72c39b\"><g class=\"toyplot-Edges\"><path d=\"M 146.680411043 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.680411043 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.444265481 152.635973282 L 146.680411043 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.344790559 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.344790559 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.28268316 189.909351145 L 210.344790559 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.28268316 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.444265481 152.635973282 L 156.28268316 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.44426548121422\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"146.68041104274715\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"156.28268315991795\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"210.3447905593317\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3fa696955a97416ca8c415432bc733b7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.44426548121422\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.68041104274715\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.28268315991795\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.3447905593317\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10cb5ded5e8840599c6cfcf73c86cd33\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1c5e12b68797447f97f8ceba916f78bc\"><g class=\"toyplot-Edges\"><path d=\"M 85.5152530361 156.363311069 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.10717392 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7648637911 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.795917491 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.795917491 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7648637911 160.090648855 L 113.795917491 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.10717392 137.726622137 L 86.7648637911 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.5152530361 156.363311069 L 86.10717392 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"85.515253036111218\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.107173920046392\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"86.764863791085489\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"113.79591749079235\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6fff0efdef184151951390fd16ac7be6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.515253036111218\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.107173920046392\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.764863791085489\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.79591749079235\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb793f6e1649047c0a3dd2bf087d74dfa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb9cd6db83f294b74aafe41c193535901\"><g class=\"toyplot-Edges\"><path d=\"M 131.158930086 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.35413244 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.35413244 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.158930086 160.090648855 L 180.35413244 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.369702241 167.545324427 L 131.158930086 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.369702241 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.17239528 141.453959924 L 130.369702241 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.17239528 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"130.17239527966584\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"130.36970224097757\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"131.15893008622447\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"180.35413243994887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb80f4680dcfe4b2b96fef5e31adf7749\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.17239527966584\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.36970224097757\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.15893008622447\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.35413243994887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t992d67d3144c4f64a4ff844940003f43\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td0c7e0a553e44e1ba3346710da9b1295\"><g class=\"toyplot-Edges\"><path d=\"M 140.761202203 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.81918629 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.81918629 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.550430049 189.909351145 L 165.81918629 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.417335094 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.417335094 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.550430049 189.909351145 L 146.417335094 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.761202203 152.635973282 L 141.550430049 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"140.7612022033953\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"141.55043004864223\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"165.81918628998486\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"146.41733509433155\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t718ef5ab551f4a58b4aee4fe81a2cc80\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.7612022033953\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.55043004864223\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.81918628998486\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.41733509433155\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0a32dffc9d4247b1a52797552cec0f6a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4edad5909b384933aa7cd9b629c668d2\"><g class=\"toyplot-Edges\"><path d=\"M 149.837322424 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.626550269 160.090648855 L 150.955395205 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.626550269 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.837322424 167.545324427 L 150.626550269 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.640015462 141.453959924 L 149.837322424 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.640015462 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.64001546242309\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.8373224237348\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.62655026898173\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.95539520450129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t89b3c5b434ab455fb3906486ff291d7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.64001546242309\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.8373224237348\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.62655026898173\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.95539520450129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1e04a88595ae4ccd8f5d825b0a94e60b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb5d9b974fa394bf9ad33f9fea38d8f17\"><g class=\"toyplot-Edges\"><path d=\"M 120.109740253 227.182729008 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.475866808 160.090648855 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.396632628 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.396632628 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.475866808 160.090648855 L 128.396632628 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.109740253 227.182729008 L 127.475866808 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.978202279 201.091364504 L 120.109740253 227.182729008\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.978202279 201.091364504 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.97820227855985\" cy=\"201.09136450381681\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.10974025276765\" cy=\"227.18272900763361\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"127.47586680840553\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.3966326278603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5c880e6c53f14bce8783e902d617c8e3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.97820227855985\" cy=\"201.09136450381681\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.10974025276765\" cy=\"227.18272900763361\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.47586680840553\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.3966326278603\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t678b27eb6a0d4eeeae77dc372eb28a9f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbb1c1a073af04e369873465400d72fa2\"><g class=\"toyplot-Edges\"><path d=\"M 165.095727432 160.090648855 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.148031226 145.18129771 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.77879071 234.63740458 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.159939439 175.0 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.159939439 175.0 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.77879071 234.63740458 L 170.159939439 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.148031226 145.18129771 L 168.77879071 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.095727432 160.090648855 L 166.148031226 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"165.09572743184185\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.14803122550438\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"168.7787907096608\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"170.15993943884291\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t83a4fd8196b94ec1bc6daf52f88a4880\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.09572743184185\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.14803122550438\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.7787907096608\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.15993943884291\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta5b03837202b494d84e68fdb1d9f62c7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9076c009662841b0b08c09baf5f3dadf\"><g class=\"toyplot-Edges\"><path d=\"M 153.78346165 193.636688931 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.006142018 189.909351145 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.846116677 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.846116677 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.006142018 189.909351145 L 163.846116677 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.545759108 212.273377863 L 157.006142018 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.545759108 212.273377863 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.78346165 193.636688931 L 156.545759108 212.273377863\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.78346164996941\" cy=\"193.63668893129773\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.54575910833361\" cy=\"212.27337786259545\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.00614201806098\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"163.84611667686755\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te225a83647104894960fe787fa9f8b5c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.78346164996941\" cy=\"193.63668893129773\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.54575910833361\" cy=\"212.27337786259545\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.00614201806098\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.84611667686755\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t32b28c7b460942b7b018ab4f06bee1d7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t30211b42160d4d01a369c98a5cb360f2\"><g class=\"toyplot-Edges\"><path d=\"M 149.640015462 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.640015462 115.36259542 L 157.86113885 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.574246475 189.909351145 L 149.640015462 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.845569049 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.845569049 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.574246475 189.909351145 L 207.845569049 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.57424647531917\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.64001546242309\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"157.86113885041178\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"207.8455690493831\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3634802a44b8405d9976856b0154e59e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.57424647531917\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.64001546242309\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.86113885041178\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"207.8455690493831\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfacefe7cceea492db5512c9d260cface\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e02307eb17d427cabccf42356f14753\"><g class=\"toyplot-Edges\"><path d=\"M 143.128885739 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.128885739 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.076581945 152.635973282 L 143.128885739 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.339657894 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.888069237 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.888069237 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.339657894 189.909351145 L 155.888069237 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.076581945 152.635973282 L 142.339657894 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"142.07658194547349\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"143.12888573913602\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"142.33965789388913\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"155.88806923729453\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t06e332c439f949039574493a4960fb36\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.07658194547349\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.12888573913602\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.33965789388913\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.88806923729453\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbf34636e04b94fef93fd7327c572eb40\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tda277a2bc95849eeb6e74b6b74ba8dbd\"><g class=\"toyplot-Edges\"><path d=\"M 120.767430124 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.081252886 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.081252886 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.964737085 189.909351145 L 127.081252886 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.35880338 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.35880338 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.964737085 189.909351145 L 165.35880338 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.767430124 152.635973282 L 120.964737085 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"120.76743012380676\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"120.96473708511847\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"127.08125288578209\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"165.35880338025751\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta9ec506e3c4446b186294581ec4a22aa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.76743012380676\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.96473708511847\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.08125288578209\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.35880338025751\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t32699d8c4f014be6a453f2a9e75b0479\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc7fa5dcfa85843349fe28c2b7698e333\"><g class=\"toyplot-Edges\"><path d=\"M 158.584597709 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.584597709 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 189.909351145 L 158.584597709 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.014936271 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.014936271 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 189.909351145 L 171.014936271 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.560781282 152.635973282 L 152.862695831 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.560781282 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"150.56078128187787\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.8626958305147\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"158.58459770855484\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"171.01493627119376\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf6b611e9d15b429e9a4056a4eebe4679\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.56078128187787\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.8626958305147\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.58459770855484\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.01493627119376\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc1fbf04086cb449daa2a0d1e64e2de73\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3bedbdfb4e3f477882cbd10a0a9de132\"><g class=\"toyplot-Edges\"><path d=\"M 163.583040728 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.583040728 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.012369938 219.728053435 L 163.583040728 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.012369938 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.696990196 137.726622137 L 137.012369938 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.696990196 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.658151596 126.544608779 L 135.696990196 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.658151596 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"133.65815159617307\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.69699019639427\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"137.01236993847243\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.58304072845198\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4e6a2111c8c94cb9abe19bb2004e77ae\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.65815159617307\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.69699019639427\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.01236993847243\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.58304072845198\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tced6ce5a95a34849b19cdac66165e64a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t914a67ca038e4e449a7c0cce166bfd54\"><g class=\"toyplot-Edges\"><path d=\"M 163.31996478 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.449945774 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.262442419 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 221.262442419 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.449945774 219.728053435 L 221.262442419 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.31996478 137.726622137 L 168.449945774 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.952281244 126.544608779 L 163.31996478 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.952281244 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"160.95228124429556\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"163.31996478003632\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"168.44994577414127\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"221.26244241858072\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t929fed363db94c5ba1c99ea2f300c422\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.95228124429556\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.31996478003632\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.44994577414127\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"221.26244241858072\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb3a6194a00694057b383c42dd8a1946a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4c95e1b66b214868846496550d75c907\"><g class=\"toyplot-Edges\"><path d=\"M 73.1506834606 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5841359834 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8860505321 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8860505321 219.728053435 L 116.952828872 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.5841359834 167.545324427 L 77.8860505321 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.1506834606 111.635257634 L 75.5841359834 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"73.15068346057619\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"75.58413598342085\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"77.886050532057681\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"116.95282887178\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t29ceaa7a6e234dbfa13c9c5c9ca5acc1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.15068346057619\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.58413598342085\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.886050532057681\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.95282887178\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4561b7d0840c447bb48e4301b0fd72e5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfc816b216a184716a99885dbbaa23067\"><g class=\"toyplot-Edges\"><path d=\"M 125.437028208 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.333429973 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.333429973 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 219.728053435 L 162.333429973 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.042414286 152.635973282 L 125.437028208 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.765873144 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.765873144 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.042414286 152.635973282 L 125.765873144 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"125.04241428556091\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"125.43702820818436\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"162.33342997347765\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"125.76587314370391\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe792a8312814d0a91078957a9a6c57d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.04241428556091\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.43702820818436\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.33342997347765\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.76587314370391\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc1675f9cc50e4d5394f18f6201ad5dd8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teb1eeb86d5974fddaee396bc5991a4fb\"><g class=\"toyplot-Edges\"><path d=\"M 140.432357268 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.432357268 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.634335169 175.0 L 140.432357268 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.593939589 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.593939589 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.634335169 175.0 L 128.593939589 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.17395226 175.0 L 125.634335169 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.17395226 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.17395225976871\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.63433516949607\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"140.43235726787574\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"128.59393958917201\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td96b965f052b4cc9a3b7a626b255ff67\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.17395225976871\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.63433516949607\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.43235726787574\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.59393958917201\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te4c505bc933e4d3bb39d0013cf7eebde\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4f597754f7fe49c8bce2fbc1d5f990d3\"><g class=\"toyplot-Edges\"><path d=\"M 146.614642056 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.037195718 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.037195718 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.614642056 219.728053435 L 184.037195718 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.28579712 152.635973282 L 146.614642056 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.403869901 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.403869901 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.28579712 152.635973282 L 147.403869901 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.2857971201237\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.61464205564323\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"184.03719571776782\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"147.40386990089019\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc3164301b7440e9aae8793fd9024ead\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.2857971201237\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.61464205564323\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.03719571776782\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.40386990089019\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taf02b3e42e434e33b9ee8158f3aedf80\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t461c5bb7926744b89e3ca12b7a75e957\"><g class=\"toyplot-Edges\"><path d=\"M 127.147021873 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.147021873 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.939363678 152.635973282 L 127.147021873 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.538521835 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.538521835 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 189.909351145 L 137.538521835 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.939363678 152.635973282 L 118.531284562 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.93936367833865\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"127.147021872886\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.53128456227384\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.53852183530375\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t37a9c36bbe91404b9d880e0b4d962f35\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.93936367833865\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.147021872886\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.53128456227384\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.53852183530375\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t590f65a12dd948c9b6d4d24bcbf25780\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1370172fcba24dee9ceacc97c72c20a7\"><g class=\"toyplot-Edges\"><path d=\"M 172.85646791 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.85646791 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.030506072 197.364026718 L 172.85646791 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.477423789 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.595496569 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.595496569 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.477423789 130.271946565 L 123.595496569 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.030506072 197.364026718 L 122.477423789 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.03050607222239\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"172.85646791010319\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.47742378850839\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"123.59549656927487\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t23935aa5c2944766b0b6d90d346dd787\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.03050607222239\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.85646791010319\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.47742378850839\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.59549656927487\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc44e092cc4344379b0775a3d6c18d0d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4f8a8b0112cd4350a546f0b51754916c\"><g class=\"toyplot-Edges\"><path d=\"M 187.522952034 130.271946565 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.496021647 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.496021647 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.522952034 130.271946565 L 189.496021647 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.404879254 197.364026718 L 187.522952034 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.636353875 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.636353875 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.404879254 197.364026718 L 203.636353875 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"186.40487925350857\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"187.52295203427505\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"189.4960216473923\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"203.63635387473289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f44c0159a0a489693a08cc9a9633f07\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.40487925350857\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.52295203427505\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.4960216473923\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.63635387473289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te21816b2a52a4e248f50bfd34eb8e8c0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3f5365da2c49400ba8d91f2b394974c4\"><g class=\"toyplot-Edges\"><path d=\"M 135.302376274 115.36259542 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.577360436 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.577360436 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.302376274 115.36259542 L 139.577360436 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.528170602 189.909351145 L 135.302376274 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.983882571 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.983882571 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.528170602 189.909351145 L 143.983882571 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.52817060206812\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"135.30237627377079\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"139.57736043552495\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.98388257148687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te69239d9a3f148779a787e071b2ab5e0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.52817060206812\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.30237627377079\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.57736043552495\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.98388257148687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t201f3fba25b84359b6bffdb57f3b1350\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2a83850783de425d954a79fdb92b34de\"><g class=\"toyplot-Edges\"><path d=\"M 168.121100839 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.121100839 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.055331852 152.635973282 L 168.121100839 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.198778039 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.827980543 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.827980543 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.198778039 219.728053435 L 179.827980543 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.055331852 152.635973282 L 172.198778039 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"168.05533185151779\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"168.12110083862171\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"172.19877803906411\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.8279805431176\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4b4a7cd3679a457089b3e0d29c5f8260\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.05533185151779\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.12110083862171\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.19877803906411\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.8279805431176\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t663cad30d3d84e7090b343a1b1564ec3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td5ea7572aca84c85a69d31596880aa8f\"><g class=\"toyplot-Edges\"><path d=\"M 166.082262238 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.082262238 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.556110342 152.635973282 L 166.082262238 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.751860323 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.678306435 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.678306435 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.751860323 219.728053435 L 195.678306435 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.556110342 152.635973282 L 170.751860323 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.55611034156922\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.08226223840052\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"170.7518603227781\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"195.67830643515984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t06733e15b0ee4d1e896d0efd7e569153\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.55611034156922\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.08226223840052\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.7518603227781\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.67830643515984\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta1693b52d7f04c93ba6c19c2e65f51da\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d5c4cb952504225bb8d6bf560ddb221\"><g class=\"toyplot-Edges\"><path d=\"M 134.118534506 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.370711594 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.370711594 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.118534506 219.728053435 L 169.370711594 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.460844635 167.545324427 L 134.118534506 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.460844635 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.803154764 111.635257634 L 133.460844635 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.803154764 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"132.80315476382222\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.4608446348613\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.11853450590041\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"169.37071159359598\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9c6a15bf3a3144b78c09dfcbecb8bae3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.80315476382222\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.4608446348613\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.11853450590041\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.37071159359598\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5fbbed9f11e4437c9758700d356bd2b0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t054e9c11b46b4ee3a346628b680b28e4\"><g class=\"toyplot-Edges\"><path d=\"M 107.942477639 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.78501863 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.78501863 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.942477639 219.728053435 L 148.78501863 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.547863716 137.726622137 L 107.942477639 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.547863716 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.259414361 126.544608779 L 107.547863716 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.259414361 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"104.25941436072543\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.54786371592093\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.94247763854437\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"148.78501863007227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t684b6c1093f448cf8046c67c512a2f7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.25941436072543\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.54786371592093\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.94247763854437\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.78501863007227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t39b8ad3febb64418970d8de6044e0119\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb065854af9924aa6a3358df02b021f42\"><g class=\"toyplot-Edges\"><path d=\"M 88.8037023913 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3267403279 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3267403279 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8037023913 219.728053435 L 99.3267403279 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4629492424 137.726622137 L 88.8037023913 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4629492424 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5556486164 126.544608779 L 84.4629492424 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5556486164 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.555648616435263\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.46294924244863\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.803702391306672\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.326740327932214\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t62a966a922e64f0f82c63986efd7a91d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.555648616435263\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.46294924244863\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.803702391306672\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.326740327932214\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb93c4ec6648d4038afa201d072e21b2b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6e391d382d74ceaa959fd8b858422b4\"><g class=\"toyplot-Edges\"><path d=\"M 93.1444555402 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.123205446 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.701661137 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.226717779 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.226717779 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.701661137 219.728053435 L 209.226717779 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.123205446 137.726622137 L 120.701661137 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.1444555402 126.544608779 L 119.123205446 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"93.144455540164728\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.12320544620901\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.70166113670288\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"209.22671777856522\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te54c581a673b43adb0974cdd3cbec5bb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.144455540164728\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.12320544620901\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.70166113670288\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.22671777856522\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t19866bd7fbd440598c0a5442465f03bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7b481e8b0f9e40ad8c3cb184ad90c36f\"><g class=\"toyplot-Edges\"><path d=\"M 122.608961763 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.975088318 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.975088318 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.580474396 189.909351145 L 129.975088318 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.977654651 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.977654651 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.580474396 189.909351145 L 163.977654651 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.608961763 152.635973282 L 129.580474396 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"122.60896176271621\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"129.58047439573065\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"129.9750883183541\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.9776546510754\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t576884f274d143578a9897be15d0c3b2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.60896176271621\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.58047439573065\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.9750883183541\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.9776546510754\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t17c50b1d6f594f37ac6a1bb700a221de\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t63a0b040284147ce9f58358f2c8376dd\"><g class=\"toyplot-Edges\"><path d=\"M 162.267660986 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.267660986 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.886512257 130.271946565 L 162.267660986 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.886512257 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.466524928 197.364026718 L 160.886512257 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.513610154 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.513610154 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.466524928 197.364026718 L 217.513610154 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.46652492778833\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"160.88651225719164\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"162.26766098637378\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"217.51361015365782\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfafc13ecc0934c0694ef69715154b980\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.46652492778833\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.88651225719164\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.26766098637378\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.51361015365782\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t86df65fefdaf484d8fd1e735e80c4d59\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf810805e15ad4069b2a1187ff4d0df1e\"><g class=\"toyplot-Edges\"><path d=\"M 150.626550269 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.626550269 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.695433216 204.81870229 L 150.626550269 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.194654726 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.194654726 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.695433216 204.81870229 L 143.194654726 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.840436384 130.271946565 L 140.695433216 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.840436384 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"139.84043638394056\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.69543321629141\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.62655026898176\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"143.19465472623995\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t19469a6b25eb423f8cd8da171dca36b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.84043638394056\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.69543321629141\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.62655026898176\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.19465472623995\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc6658dc3dac140d7beddb9e9fde06021\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tec9b5c35f4e349e580079fa322f69bf6\"><g class=\"toyplot-Edges\"><path d=\"M 159.965746438 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.217923525 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.217923525 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.134566032 219.728053435 L 195.217923525 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.134566032 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.228822386 137.726622137 L 167.134566032 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.228822386 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.965746438 126.544608779 L 160.228822386 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.96574643773693\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"160.22882238615256\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"167.13456603206305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"195.21792352543247\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td8474f203d2e46b9a58cde9182ea9c6e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.96574643773693\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.22882238615256\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.13456603206305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.21792352543247\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcd946310fcad45cb93dadd7aba939490\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3785ff8a10cf456bb78b02b1d855b5e6\"><g class=\"toyplot-Edges\"><path d=\"M 165.753417303 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.672078515 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.672078515 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.159939439 219.728053435 L 215.672078515 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.159939439 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 167.545324427 L 170.159939439 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.753417303 111.635257634 L 166.805721097 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.75341730288096\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"166.80572109654349\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"170.15993943884291\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"215.67207851474836\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te546c1a6ca26413f8ece23bef4214a76\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.75341730288096\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.80572109654349\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.15993943884291\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.67207851474836\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t039082a7e8ca43139c94591d53720193\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta78dfddd97864cc38163f6a68ba8142a\"><g class=\"toyplot-Edges\"><path d=\"M 98.8663574182 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.115968173 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.272331927 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.272331927 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.667493477 219.728053435 L 147.272331927 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.667493477 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.115968173 167.545324427 L 103.667493477 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8663574182 111.635257634 L 100.115968173 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"98.866357418204842\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.11596817317911\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"103.66749347679027\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"147.27233192668234\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t85fcf2b038d74e229444d8594aaa89a5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.866357418204842\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.11596817317911\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.66749347679027\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.27233192668234\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc74b869b1ec14aa08e954e492c78346c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t18014b2ac45f420e9b3403eb0a938637\"><g class=\"toyplot-Edges\"><path d=\"M 135.039300325 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.039300325 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.257857381 219.728053435 L 135.039300325 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.257857381 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.957499812 152.635973282 L 109.257857381 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.456721322 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.456721322 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.957499812 152.635973282 L 104.456721322 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.9574998120886\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.25785738062258\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.03930032535516\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.45672132203717\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf81966817d724e4aa237bbf6ba798fa3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.9574998120886\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.25785738062258\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.03930032535516\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.45672132203717\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td22ae509b19244399fc25bc925f7ac21\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4e8ca4d65a904202a31226b2a097d758\"><g class=\"toyplot-Edges\"><path d=\"M 173.908771704 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.908771704 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.115420546 219.728053435 L 173.908771704 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.115420546 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.221585113 167.545324427 L 144.115420546 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.221585113 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.906205371 111.635257634 L 141.221585113 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.906205371 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"139.90620537104445\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"141.22158511312264\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.11542054569466\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"173.90877170376575\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td240680c6a724d6498e31f1fb649c038\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.90620537104445\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.22158511312264\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.11542054569466\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.90877170376575\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t390a04089bd4480cb670f8563bc1e3de\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8ba4ea86453644ce9ed14e4a7fc706e5\"><g class=\"toyplot-Edges\"><path d=\"M 148.258866733 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.827980543 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.827980543 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.544202128 219.728053435 L 179.827980543 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.544202128 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.521942682 137.726622137 L 161.544202128 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.521942682 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.258866733 126.544608779 L 148.521942682 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.25886673324101\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.52194268165667\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"161.54420212823075\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"179.82798054311763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t41afed9f985f40a0a262b3468dfc6e7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.25886673324101\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.52194268165667\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.54420212823075\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.82798054311763\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t44201d86fa624e09a4c2d3e20e43ff21\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te5f03c767e5544aa99a7a77ae163e73f\"><g class=\"toyplot-Edges\"><path d=\"M 98.4717434956 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.613632703 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.613632703 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.286344748 219.728053435 L 107.613632703 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.286344748 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8663574182 137.726622137 L 102.286344748 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.8663574182 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4717434956 126.544608779 L 98.8663574182 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"98.471743495581393\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"98.866357418204842\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.28634474760814\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.61363270302482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td76f19f6333d4054a6e9ced72df0c27b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.471743495581393\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.866357418204842\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.28634474760814\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.61363270302482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7c5ee40e493a419791ba5628c0f2dd73\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfff60173682845449f355e4c8e3eb576\"><g class=\"toyplot-Edges\"><path d=\"M 152.402312921 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.402312921 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.235050307 189.909351145 L 152.402312921 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.599072255 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.599072255 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.235050307 189.909351145 L 196.599072255 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.25007248 152.635973282 L 140.235050307 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.25007248 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"134.25007248010823\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.23505030656401\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.40231292078727\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"196.59907225461455\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6d8fe9a43e394f5da00c113e397ed1b1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.25007248010823\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.23505030656401\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.40231292078727\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.59907225461455\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb6992bbe4a4748aaa847a2a32319da44\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb6d38e68b8d74726bdee31decfffb932\"><g class=\"toyplot-Edges\"><path d=\"M 149.24540154 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.24540154 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.71201237 189.909351145 L 149.24540154 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.685081983 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.685081983 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.71201237 189.909351145 L 131.685081983 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.870480731 152.635973282 L 129.71201237 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.870480731 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"127.87048073102903\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"129.71201236993846\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.24540153979967\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"131.68508198305577\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t079525c5f8744c4ca924b6966cdaa88c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.87048073102903\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.71201236993846\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.24540153979967\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.68508198305577\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t430687d45a624be389a97411ae6a1214\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad5b429720ad4a629fb45af491118a1a\"><g class=\"toyplot-Edges\"><path d=\"M 168.121100839 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.121100839 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.867366771 189.909351145 L 168.121100839 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.643129423 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.643129423 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.867366771 189.909351145 L 139.643129423 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.816619957 152.635973282 L 137.867366771 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.816619957 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.81661995726358\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.86736677082328\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"168.12110083862171\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"139.64312942262882\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t63655892db794469a255b7fe599678cc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.81661995726358\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.86736677082328\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.12110083862171\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.64312942262882\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t23983d2c7bb645af94af531ba7e486ad\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6f38d2294094c5aa35f0a174d7f9c27\"><g class=\"toyplot-Edges\"><path d=\"M 153.849230637 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.757540616 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.757540616 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 219.728053435 L 194.757540616 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.849230637 137.726622137 L 157.400755941 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.179632553 126.544608779 L 153.849230637 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.179632553 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"149.17963255269572\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"153.8492306370733\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.40075594068443\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.75754061570512\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t83767e1fc801492396b6c48a41d01702\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.17963255269572\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.8492306370733\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.40075594068443\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.75754061570512\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4fc29b933b544a79b6696f20548d23e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te7cbb9f0c65b46b5b4dfedcca2cf1e3a\"><g class=\"toyplot-Edges\"><path d=\"M 168.186869826 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.77723373 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.77723373 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.186869826 219.728053435 L 173.77723373 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.236607287 137.726622137 L 168.186869826 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.236607287 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.118534506 126.544608779 L 135.236607287 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.118534506 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.11853450590041\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.23660728666687\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"168.18686982572558\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"173.77723372955791\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t18df8691e12f4d8db1f91ab43e2ebe71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.11853450590041\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.23660728666687\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.18686982572558\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.77723372955791\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6b7614790c86409a99b9c05452e546ff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta0ac5029953843d68c5eb89e1ca0c015\"><g class=\"toyplot-Edges\"><path d=\"M 182.984891924 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.811401389 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.811401389 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.984891924 219.728053435 L 190.811401389 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.056888832 137.726622137 L 182.984891924 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.056888832 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.083819219 126.544608779 L 163.056888832 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.083819219 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.08381921850338\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"163.05688883162065\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"182.98489192410528\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"190.81140138947055\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9f0cb861c84547c7b3b06db0c5776f88\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.08381921850338\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.05688883162065\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.98489192410528\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.81140138947055\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0cc8875abdd409b8ca3079f340d8080\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t576df2f1f1ce49bfaf068741a696497f\"><g class=\"toyplot-Edges\"><path d=\"M 140.103512332 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.103512332 219.728053435 L 166.2795692 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.025835132 137.726622137 L 140.103512332 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.025835132 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.816619957 126.544608779 L 136.025835132 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.816619957 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.81661995726361\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"136.02583513191382\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"140.10351233235622\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"166.27956919971228\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t24f1bc06ca8f45818bdcba042dede359\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.81661995726361\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.02583513191382\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.10351233235622\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.27956919971228\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6d8d3502fe404f97bc120a415cdac9d3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfa8bccd76a4741b1997925b97de16af0\"><g class=\"toyplot-Edges\"><path d=\"M 58.1553544009 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.2599619882 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.8384176787 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.023268799 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.023268799 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.8384176787 219.728053435 L 102.023268799 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 60.2599619882 137.726622137 L 61.8384176787 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 58.1553544009 126.544608779 L 60.2599619882 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"58.155354400884789\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"60.259961988209895\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"61.838417678703735\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.02326879919252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc3751d879a8e4b6e89667b68a2e97149\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"58.155354400884789\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"60.259961988209895\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.838417678703735\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.02326879919252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t255a531a534d4dcb88fe548490e0d939\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tab6250c04cc642a2b0b36b4446e50098\"><g class=\"toyplot-Edges\"><path d=\"M 170.3572464 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.064126105 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.971426731 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.474771553 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 215.474771553 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.971426731 219.728053435 L 215.474771553 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.064126105 137.726622137 L 183.971426731 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.3572464 126.544608779 L 182.064126105 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"170.35724640015462\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"182.06412610465057\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.97142673066392\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"215.47477155343665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf2db4e3fffc74d029f5297391a967dc9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.35724640015462\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.06412610465057\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.97142673066392\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"215.47477155343665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t28f883cce232447e95129afde1283dc9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdace165a719449bb8e96dcea2453f211\"><g class=\"toyplot-Edges\"><path d=\"M 179.564904595 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.564904595 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.117986878 152.635973282 L 179.564904595 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.038752698 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.026296857 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 219.026296857 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.038752698 219.728053435 L 219.026296857 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.117986878 152.635973282 L 179.038752698 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"178.11798687841596\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"179.564904594702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"179.03875269787068\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"219.02629685704773\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe43a1611e91407aa419379ee8ab86e4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.11798687841596\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.564904594702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.03875269787068\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"219.02629685704773\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4583b1103d1d42a387c635eff38cf307\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t810ceadf62424d9a975aa6d7347c6cfc\"><g class=\"toyplot-Edges\"><path d=\"M 142.734271817 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.046537598 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.348452147 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.972983711 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.972983711 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.348452147 219.728053435 L 178.972983711 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.046537598 137.726622137 L 156.348452147 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.734271817 126.544608779 L 154.046537598 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.7342718165126\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"154.04653759838507\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"156.3484521470219\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"178.97298371076681\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2ee0936575c7489ba2cb7eb3b4d0213c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.7342718165126\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.04653759838507\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.3484521470219\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.97298371076681\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t00dc35ea3c34420588b2e1f52dd22fc6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5c2e04cbcf5b4be5a4bd807669455d81\"><g class=\"toyplot-Edges\"><path d=\"M 140.300819294 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.448388794 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.448388794 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.24695852 219.728053435 L 173.448388794 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.24695852 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.602733842 137.726622137 L 144.24695852 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.602733842 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.300819294 126.544608779 L 142.602733842 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"140.30081929366796\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"142.60273384230476\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"144.24695851990253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"173.44838879403841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba819467b6f543038f58c964422d9d2a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.30081929366796\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.60273384230476\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.24695851990253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.44838879403841\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9a920405b89946329ddf5a449d09d846\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1273f8a94839461c86899db53ca12633\"><g class=\"toyplot-Edges\"><path d=\"M 114.913990272 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.012369938 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.012369938 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.701661137 160.090648855 L 137.012369938 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.701661137 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.913990272 137.726622137 L 120.701661137 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.782452297 156.363311069 L 114.913990272 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.782452297 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.78245229735097\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.91399027155877\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"120.70166113670282\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.01236993847243\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc10867f7db254fd39bc019cbcc490056\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.78245229735097\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.91399027155877\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.70166113670282\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.01236993847243\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t46c310ab2ff64eaa95d52a61ff5490a6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t99683ac6cf8346cc838da1ce04d95c30\"><g class=\"toyplot-Edges\"><path d=\"M 177.065683085 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.065683085 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.81607233 152.635973282 L 177.065683085 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.182198885 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.85179697 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.85179697 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.182198885 189.909351145 L 187.85179697 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.81607233 152.635973282 L 183.182198885 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"175.81607232977913\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"177.0656830847534\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"183.18219888541702\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"187.85179696979461\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3319138b6f640eaa10e033d95651549\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.81607232977913\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.0656830847534\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.18219888541702\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.85179696979461\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2c8a971cc15a44598ab6e9e80d2262d0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf5c71d06babe44c0abffdd5847e8b73e\"><g class=\"toyplot-Edges\"><path d=\"M 141.155816126 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.3261927 264.45610687 L 304.065597182 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.3261927 264.45610687 L 304.065597182 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.155816126 189.909351145 L 143.3261927 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.302376274 152.635973282 L 141.155816126 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.433914248 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.433914248 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.302376274 152.635973282 L 135.433914248 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.30237627377079\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"141.15581612601875\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.32619270044779\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.43391424797861\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1caf9e11040a45cb97770485dad86a3e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.30237627377079\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.15581612601875\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.32619270044779\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.43391424797861\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0775638fe45149979f16b777ee6f9ce5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t955516fcd44f4a23a48aa3dd9413b859\"><g class=\"toyplot-Edges\"><path d=\"M 164.503806548 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.503806548 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 175.0 L 164.503806548 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.091056492 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.091056492 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 175.0 L 180.091056492 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.491898335 175.0 L 161.74150909 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.491898335 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"160.49189833456819\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.74150908954246\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"164.50380654790666\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"180.09105649153327\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te3bf3b23ce1d40d1a0b12448d9c2a91c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.49189833456819\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.74150908954246\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.50380654790666\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.09105649153327\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tda73a6c376eb44968053dea67dc1f9fb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4327ebc0983942cd81ee6347dfb0f6a1\"><g class=\"toyplot-Edges\"><path d=\"M 138.525056642 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.24228758 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.24228758 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.376939514 189.909351145 L 159.24228758 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.376939514 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.525056642 122.817270992 L 149.376939514 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.327749681 148.908635496 L 138.525056642 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.327749681 148.908635496 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"138.32774968055062\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"138.52505664186236\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.37693951400746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"159.24228757959392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t90cfdd69644e4ae686cc5851d2fa02e6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.32774968055062\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.52505664186236\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.37693951400746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.24228757959392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te0d85c73a5c44e18b6cb825b6632bd19\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2cbd30dcca174c498defa89bc6c79855\"><g class=\"toyplot-Edges\"><path d=\"M 138.196211706 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.155816126 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.155816126 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.445822461 160.090648855 L 141.155816126 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.445822461 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.985439552 167.545324427 L 139.445822461 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.985439552 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.196211706 141.453959924 L 138.985439552 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"138.19621170634281\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"138.98543955158971\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"139.44582246131711\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"141.15581612601875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc56ad95d2e3f421cad6d4fd8a508f58b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.19621170634281\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.98543955158971\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.44582246131711\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.15581612601875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7fe00a8b4bb84b2dac155414af154141\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0cd29c426d744a1da418ad6562d320ff\"><g class=\"toyplot-Edges\"><path d=\"M 200.413673507 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.413673507 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 189.909351145 L 200.413673507 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.891183198 115.36259542 L 150.955395205 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.891183198 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 189.909351145 L 145.891183198 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.90464839094159\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"200.41367350664135\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.89118319750023\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"150.95539520450129\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t25623b599c084638b1544ae3cb6691a9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.90464839094159\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.41367350664135\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.89118319750023\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.95539520450129\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6a57bfc91fd24b83b6cabae6093b165e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1c471422a41b4a82bc8facab50aacb17\"><g class=\"toyplot-Edges\"><path d=\"M 139.2485155 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.2485155 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.133556679 189.909351145 L 139.2485155 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.133556679 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.268208614 122.817270992 L 128.133556679 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.268208614 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.347442794 148.908635496 L 118.268208614 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.347442794 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.34744279440345\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"118.26820861385821\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"128.13355667944464\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.24851550000534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc3d6e87139ad49bf99e278ccc4d49320\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.34744279440345\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.26820861385821\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.13355667944464\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.24851550000534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc66fcd4b53a840ebb99baac774779f9f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta3112d6e8903447381fcf56f676034c8\"><g class=\"toyplot-Edges\"><path d=\"M 119.583588356 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.583588356 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.6840726304 204.81870229 L 119.583588356 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8156106046 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8156106046 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.6840726304 204.81870229 L 92.8156106046 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6317688368 130.271946565 L 92.6840726304 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6317688368 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"91.631768836774796\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.684072630437342\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.58358835593639\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.815610604645144\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf91880cfe6cd4872a18fed623ce09117\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.631768836774796\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.684072630437342\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.58358835593639\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.815610604645144\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td3c7d7fa752e4b84bcc3b3eaa2ac7eba\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td4aca0cc12294665898b756e668ea6ba\"><g class=\"toyplot-Edges\"><path d=\"M 136.815062977 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.402312921 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.402312921 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 189.909351145 L 152.402312921 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.81451535 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.81451535 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 189.909351145 L 180.81451535 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 152.635973282 L 136.815062977 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"136.81506297716072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"136.81506297716072\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.40231292078727\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"180.81451534967627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t91b6d2e2eb8541ac932b9f221ec9af21\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.81506297716072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.81506297716072\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.40231292078727\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.81451534967627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t676e6666e9f0401f9b7acd61bdfd6562\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te1eb05bd9c294906a6f521e65bc7c605\"><g class=\"toyplot-Edges\"><path d=\"M 151.810392037 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.96364183 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.96364183 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.810392037 219.728053435 L 208.96364183 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.961623125 137.726622137 L 151.810392037 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.961623125 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.764316164 126.544608779 L 130.961623125 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.764316164 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"130.76431616360102\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"130.96162312491276\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"151.81039203685214\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"208.96364183014958\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6aa0566e6166412e9f4b1b3d85826af9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.76431616360102\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.96162312491276\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.81039203685214\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.96364183014958\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t87ad625f96b0481c9de786cb2147f789\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t247e26183b0b49f7ab3d888d8e8b0b5b\"><g class=\"toyplot-Edges\"><path d=\"M 117.478980769 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.357794028 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.075024965 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.075024965 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 219.728053435 L 147.075024965 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.357794028 137.726622137 L 128.067787692 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.478980769 126.544608779 L 126.357794028 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.47898076861128\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"126.3577940276391\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.06778769234074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"147.07502496537063\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2035ca6098614aabbce3cd4f591607eb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.47898076861128\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.3577940276391\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.06778769234074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.07502496537063\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t749b10704f8b44ecb28091b3bf383f6f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t18ccbad9afeb4f1fa43383e5d6cf83c9\"><g class=\"toyplot-Edges\"><path d=\"M 160.754974283 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.463410968 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.463410968 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.938816051 189.909351145 L 167.463410968 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.836774796 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.836774796 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.938816051 189.909351145 L 193.836774796 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.754974283 152.635973282 L 161.938816051 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.7549742829838\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"161.93881605085417\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"167.4634109675826\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"193.83677479625035\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbf4d2541ac874dd098efac53fda894ba\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.7549742829838\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.93881605085417\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.4634109675826\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.83677479625035\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0c543078d2a8413cbd40908ca29b9442\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcbe380aa438b41329d0524c7e39934fb\"><g class=\"toyplot-Edges\"><path d=\"M 128.528170602 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.076581945 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.076581945 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.971974358 219.728053435 L 142.076581945 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.971974358 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.540078815 137.726622137 L 139.971974358 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.540078815 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.528170602 126.544608779 L 132.540078815 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"128.52817060206809\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"132.54007881540656\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"139.97197435814837\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"142.07658194547349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdb2d8020cab24200a7cea074b5e9d39c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.52817060206809\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.54007881540656\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.97197435814837\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.07658194547349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta8f2cc61567f4d049f9d1cd3598303b0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2d02d7f445bb4d3e858fe861597511aa\"><g class=\"toyplot-Edges\"><path d=\"M 144.773110417 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.773110417 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.260423713 152.635973282 L 144.773110417 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.181189533 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.181189533 219.728053435 L 154.572689495 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.260423713 152.635973282 L 144.181189533 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.26042371334384\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.77311041673374\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.18118953279858\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"154.57268949521628\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t551fe2d97fb244b494f651f20bc09320\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.26042371334384\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.77311041673374\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.18118953279858\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.57268949521628\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf73534c9a7849afb834a806976a3ba1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbd5070646137424ab373264deb86f2f1\"><g class=\"toyplot-Edges\"><path d=\"M 111.428233955 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.2174618 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.688195943 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.688195943 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.2174618 160.090648855 L 121.688195943 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.822847878 167.545324427 L 112.2174618 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.822847878 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.428233955 141.453959924 L 111.822847878 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.4282339550516\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.82284787767504\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"112.21746180029851\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"121.68819594326149\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc4af65faa6fd4b02a0495b099bb62822\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.4282339550516\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.82284787767504\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.21746180029851\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.68819594326149\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t249812b17d8642daacef1ff144510ff3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t05d35a0349ff444297d0596d41c82e61\"><g class=\"toyplot-Edges\"><path d=\"M 125.700104157 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.701113509 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.701113509 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 219.728053435 L 164.701113509 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.028949092 167.545324427 L 128.067787692 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.028949092 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.700104157 111.635257634 L 126.028949092 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"125.70010415660001\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"126.02894909211953\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.06778769234074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.70111350921843\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tde86d880b2ae4710bd9ce863ad2df421\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.70010415660001\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.02894909211953\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.06778769234074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.70111350921843\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3ac55b9c407e45fa978facf7790a5556\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t10177e4d89a349608342dff87f06ec32\"><g class=\"toyplot-Edges\"><path d=\"M 143.391961688 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.115420546 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.28424014 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.28424014 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.732714836 160.090648855 L 151.28424014 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.732714836 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.115420546 167.545324427 L 147.732714836 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 141.453959924 L 144.115420546 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"143.39196168755169\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.11542054569469\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"147.73271483640971\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.28424014002081\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf0c2818c230543369c0092866a27155a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.39196168755169\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.11542054569469\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.73271483640971\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.28424014002081\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td454d838722f414d8cf1952bcfe0f5af\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t492f406ad46f4405aa994342c71b38b9\"><g class=\"toyplot-Edges\"><path d=\"M 108.008246626 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.074015613 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.410097821 219.728053435 L 128.988553512 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.410097821 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.074015613 167.545324427 L 127.410097821 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.008246626 111.635257634 L 108.074015613 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.00824662564827\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.07401561275219\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.41009782130163\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"128.98855351179543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4549636c3fda48cda5bd14c9dfd28a69\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.00824662564827\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.07401561275219\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.41009782130163\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.98855351179543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc5a2de70416846e08ec3a2040548113d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t141f7e9e8de745c58e851d587d097a70\"><g class=\"toyplot-Edges\"><path d=\"M 195.3494615 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.3494615 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.022173544 219.728053435 L 195.3494615 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.022173544 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.642581795 167.545324427 L 190.022173544 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.642581795 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.576812808 111.635257634 L 183.642581795 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.576812808 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"183.57681280804047\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"183.64258179514439\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"190.02217354422359\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"195.34946149964031\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0a0a5a3ebe0c4e198ddaf8b211d7eb50\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.57681280804047\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.64258179514439\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.02217354422359\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.34946149964031\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t84d8ab9fb34045c899d10c7f69f8298c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2a44519976144553b8c543dda1501e2c\"><g class=\"toyplot-Edges\"><path d=\"M 194.297157706 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.297157706 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.93103115 152.635973282 L 194.297157706 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.435932953 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.435932953 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.784471003 219.728053435 L 213.435932953 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.784471003 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.93103115 152.635973282 L 192.784471003 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"186.93103115033986\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"194.29715770597772\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"192.78447100258785\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"213.43593295321548\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3239c67b29c24150a373e9e2ceec60b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.93103115033986\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.29715770597772\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.78447100258785\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.43593295321548\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb7ef2792d4d945b8a0d3c896acbf1a67\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6e51739ca7a44c8977aff32eee27d82\"><g class=\"toyplot-Edges\"><path d=\"M 179.630673582 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.300271666 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.300271666 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.946053324 219.728053435 L 184.300271666 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.946053324 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.630673582 137.726622137 L 180.946053324 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.907214724 126.544608779 L 179.630673582 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.907214724 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"178.90721472366286\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"179.63067358180589\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"180.94605332388406\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"184.30027166618345\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t772f6ddee75d4692bc69e79a90e12994\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.90721472366286\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.63067358180589\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.94605332388406\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.30027166618345\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te850264b0eb14bd2ab39d5d2e7e1a895\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3ffbedfca0134e68a8e5eef326b3fb63\"><g class=\"toyplot-Edges\"><path d=\"M 194.954847577 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.954847577 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.013379291 152.635973282 L 194.954847577 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.526065994 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.041319031 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.041319031 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.526065994 189.909351145 L 213.041319031 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.013379291 152.635973282 L 177.526065994 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"176.01337929109084\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"194.95484757701684\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"177.52606599448077\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"213.04131903059198\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4616499335b74174b6134b0f5f2266a5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.01337929109084\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.95484757701684\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.52606599448077\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.04131903059198\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t97ebf186ab0445f8b3c95214bfe902fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3b71a10e8fb04adbb8ae124c0712efc7\"><g class=\"toyplot-Edges\"><path d=\"M 158.453059734 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.453059734 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.888069237 175.0 L 158.453059734 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.940373031 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.940373031 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.888069237 175.0 L 156.940373031 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.164610379 175.0 L 155.888069237 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.164610379 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"155.1646103791515\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"155.88806923729453\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"158.45305973434699\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"156.94037303095706\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t726c2bbf68d64f8d8a406e949ce33963\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.1646103791515\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.88806923729453\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.45305973434699\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.94037303095706\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3c267dfee02443e9af976264797dd056\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d33d2af58a642089d913f9217d92779\"><g class=\"toyplot-Edges\"><path d=\"M 164.174961612 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.174961612 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.680411043 189.909351145 L 164.174961612 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 115.36259542 L 304.065597182 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 115.36259542 L 304.065597182 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.113863566 115.36259542 L 155.098841392 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.113863566 115.36259542 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.680411043 189.909351145 L 149.113863566 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"146.68041104274715\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.17496161238716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.11386356559183\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"155.0988413920476\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0402d577eff046749543ce4d2ee12fd4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.68041104274715\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.17496161238716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.11386356559183\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.0988413920476\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tde93f0d7d7fc41758a607db0f7260b94\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9f706531950c435ba06cb7d5b76bba8f\"><g class=\"toyplot-Edges\"><path d=\"M 148.390404707 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.606857155 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.606857155 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.390404707 189.909351145 L 171.606857155 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.390404707 152.635973282 L 148.390404707 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.941930011 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.941930011 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.390404707 152.635973282 L 151.941930011 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"148.39040470744879\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"148.39040470744879\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"171.60685715512892\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.94193001105992\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e02f8e5dfbc456f896f7a5881390d82\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.39040470744879\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.39040470744879\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.60685715512892\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.94193001105992\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7c6cbf16c7b44d9cbafa90e28d0332c6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc19ba4563be9434da0184aa938ff27e8\"><g class=\"toyplot-Edges\"><path d=\"M 125.700104157 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.292025041 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.147021873 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.737385777 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.737385777 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.147021873 160.090648855 L 132.737385777 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.292025041 167.545324427 L 127.147021873 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.700104157 141.453959924 L 126.292025041 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"125.70010415660001\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.29202504053518\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.147021872886\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"132.73738577671833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbb59da83297c4a09828495c651ebad4b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.70010415660001\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.29202504053518\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.147021872886\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.73738577671833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t828fc145539b45209b1f07fa6e50b21a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te72e23b4a4cd4e1987e50ca67e886afe\"><g class=\"toyplot-Edges\"><path d=\"M 150.955395205 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 189.909351145 L 150.955395205 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.700104157 182.454675573 L 128.067787692 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.700104157 182.454675573 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.976645298 119.089933206 L 125.700104157 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.976645298 119.089933206 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"124.97664529845699\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.70010415660001\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.06778769234074\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"150.95539520450129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf30f15b7d412443f89f663df0e21462d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.97664529845699\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.70010415660001\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.06778769234074\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.95539520450129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t98eee1281dc54f2589c9beb10de91b1e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8c3b3261b8f04a30ab764f6f8c674701\"><g class=\"toyplot-Edges\"><path d=\"M 111.296695981 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.296695981 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.350556755 204.81870229 L 111.296695981 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.460297007 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.460297007 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.350556755 204.81870229 L 177.460297007 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.299809941 130.271946565 L 107.350556755 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.299809941 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"101.29980994104952\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"107.35055675460922\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"111.29669598084379\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"177.46029700737688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6051a912cb404eee9bf87cc3eaa12664\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.29980994104952\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.35055675460922\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.29669598084379\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.46029700737688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t52f87b9c9473415aaf6ff64cee004017\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf9dcb7086d0449ce86319907cda5841d\"><g class=\"toyplot-Edges\"><path d=\"M 121.425119995 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.907762351 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.907762351 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.425119995 219.728053435 L 134.907762351 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.241278227 167.545324427 L 121.425119995 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.241278227 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.242835207 111.635257634 L 120.241278227 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.242835207 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"115.24283520707834\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"120.24127822697548\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"121.42511999484584\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"134.90776235114734\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t18391ed1e31c4a0e9707a8a904d7dee6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.24283520707834\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.24127822697548\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.42511999484584\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.90776235114734\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4c0a6da84120460cb8926fd1258e7d82\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb8ffca66f9ea4f1a8a359278ecf7d811\"><g class=\"toyplot-Edges\"><path d=\"M 129.580474396 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.636901502 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.636901502 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.580474396 219.728053435 L 159.636901502 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.226256053 167.545324427 L 129.580474396 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.226256053 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 111.635257634 L 126.226256053 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.96318010501565\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"126.22625605343129\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"129.58047439573068\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"159.63690150221737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5cd51abc8be449fda7644f217a8f1d41\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.96318010501565\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.22625605343129\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.58047439573068\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.63690150221737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb3c0e9c28c1f4d5f993ad6049720bc87\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te066af1876fc428db7f1f14f78810e09\"><g class=\"toyplot-Edges\"><path d=\"M 144.115420546 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.995790785 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.584597709 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.584597709 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.995790785 219.728053435 L 158.584597709 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.088490159 137.726622137 L 147.995790785 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.088490159 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.115420546 126.544608779 L 146.088490159 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"144.11542054569469\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.08849015881199\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"147.99579078482535\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"158.58459770855481\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8d9a42ca874b40a4a5583c1f571a2ffb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.11542054569469\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.08849015881199\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.99579078482535\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.58459770855481\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t76dd66b3693c435796bd0582bb56905d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8601ff989d78498b87cab0b7c3158fd2\"><g class=\"toyplot-Edges\"><path d=\"M 164.701113509 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.701113509 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.655037636 152.635973282 L 164.701113509 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.373825554 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.407993214 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.407993214 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.373825554 219.728053435 L 176.407993214 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.655037636 152.635973282 L 159.373825554 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"143.65503763596732\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.7011135092184\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.37382555380174\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"176.40799321371429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t412574f7e0734e8d8dd525caca255df6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.65503763596732\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.7011135092184\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.37382555380174\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.40799321371429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t93b8f3e3c0954f3baff31ab25d45d205\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9ee7569aea10450889da2cc88dad06ff\"><g class=\"toyplot-Edges\"><path d=\"M 141.813505997 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.813505997 219.728053435 L 148.127328759 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.111297233 167.545324427 L 141.813505997 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.111297233 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.913990272 111.635257634 L 115.111297233 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.913990272 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"114.91399027155877\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"115.11129723287053\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"141.81350599705783\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"148.12732875903316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8c435aa240784c72a1ed048101d3ecb5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.91399027155877\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.11129723287053\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.81350599705783\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.12732875903316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td99dd25283b94c2a8ebbd04b5e286be2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tee2acaac54954ef6bdf11299420bc61e\"><g class=\"toyplot-Edges\"><path d=\"M 158.650366696 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.807278077 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.633787542 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.633787542 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.807278077 219.728053435 L 169.633787542 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.716135683 137.726622137 L 161.807278077 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.716135683 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.650366696 126.544608779 L 158.716135683 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"158.65036669565868\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"158.7161356827626\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"161.80727807664633\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.63378754201159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8fe262800ecb4c41a7bd654d95b2c6f1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.65036669565868\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.7161356827626\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.80727807664633\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.63378754201159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3eceb78b19be4e21b6a3b660dc4fff5c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7aed5c081cd646eb9737a030b813bfae\"><g class=\"toyplot-Edges\"><path d=\"M 127.738942757 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.578917416 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.578917416 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.738942757 115.36259542 L 134.578917416 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.21279086 189.909351145 L 127.738942757 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.21279086 189.909351145 L 143.391961688 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"127.21279085998988\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"127.73894275682119\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"134.57891741562779\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.39196168755169\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3c9859ad55145df8291c3516d92c662\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.21279085998988\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.73894275682119\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.57891741562779\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.39196168755169\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t13bd09453d924a1db9da0742b934763c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t14d1f29db0c6488cbed19a12bfaa58b5\"><g class=\"toyplot-Edges\"><path d=\"M 160.82074327 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.82074327 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.689205296 130.271946565 L 160.82074327 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.689205296 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.899977451 197.364026718 L 160.689205296 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.568018555 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.568018555 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.899977451 197.364026718 L 169.568018555 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"159.899977450633\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.6892052958799\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.82074327008777\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"169.56801855490772\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb45a3d31d1704679a8a4721c218cc1ee\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.899977450633\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.6892052958799\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.82074327008777\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.56801855490772\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc7b143b7d2bd43b0ac19766ec1cc5a75\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tee3ac8a54a9b49d0b1ec398edf9c645f\"><g class=\"toyplot-Edges\"><path d=\"M 138.196211706 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.763768536 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.763768536 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.693876236 189.909351145 L 174.763768536 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.811949017 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.811949017 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.693876236 189.909351145 L 146.811949017 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.196211706 152.635973282 L 145.693876236 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"138.19621170634281\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"145.69387623618852\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"174.76376853611657\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"146.81194901695497\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5216016571df487098ede50eb031f7ac\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.19621170634281\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.69387623618852\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.76376853611657\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.81194901695497\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t517ffc80f5b249d99da4ab606660188a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t63e5423874bb4316ab77304d8e95e973\"><g class=\"toyplot-Edges\"><path d=\"M 155.427686328 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.621879329 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.721815976 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.721815976 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.81918629 160.090648855 L 182.721815976 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.81918629 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.621879329 167.545324427 L 165.81918629 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 141.453959924 L 165.621879329 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"155.42768632756713\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.62187932867315\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.81918628998486\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"182.72181597568965\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t13605b3937264a2581fb3de670fc9a43\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.42768632756713\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.62187932867315\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.81918628998486\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.72181597568965\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9f60fc96e2324cf3ae83fcabde354f55\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb78459dd205a49209500bff88e43d48f\"><g class=\"toyplot-Edges\"><path d=\"M 157.334986954 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.385733767 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.656046989 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.656046989 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.385733767 219.728053435 L 182.656046989 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 137.726622137 L 163.385733767 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.334986954 126.544608779 L 159.308056567 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.33498695358054\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"159.30805656669781\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.38573376714021\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"182.65604698858573\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9aa7f932cf7d4f56afb6dd620cc2036a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.33498695358054\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.30805656669781\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.38573376714021\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.65604698858573\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t070e1f41f14f4dafb95d468975e9d2c8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tce82ae9387e24c9086a557b9668bd55f\"><g class=\"toyplot-Edges\"><path d=\"M 129.646243383 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.143360285 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.143360285 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 219.728053435 L 181.143360285 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.867366771 167.545324427 L 139.511591448 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.867366771 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.646243383 111.635257634 L 137.867366771 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"129.64624338283454\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.86736677082328\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.511591448421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"181.1433602851958\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb8951225885d47f8a1779acec0731f04\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.64624338283454\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.86736677082328\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.511591448421\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.1433602851958\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcdb5b46ddcdb4f89bba2c530342d7ed4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t34c0963d3d064ddb998d7c77c6bd3e18\"><g class=\"toyplot-Edges\"><path d=\"M 121.75396493 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.516262389 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.151145186 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.151145186 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.516262389 219.728053435 L 156.151145186 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.280116827 167.545324427 L 124.516262389 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.280116827 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.75396493 111.635257634 L 122.280116827 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.75396493036538\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.28011682719668\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.51626238872959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"156.15114518571013\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taf06f86803a44f7c9826c1ce54c7577d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.75396493036538\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.28011682719668\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.51626238872959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.15114518571013\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6a9b6ea4550b4065aabda4ebbcfc72d9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc59c50fd9a214a7c939e522cfbb5c3b2\"><g class=\"toyplot-Edges\"><path d=\"M 104.71979727 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.344328834 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.753417303 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.753417303 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.344328834 219.728053435 L 165.753417303 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.64056309 167.545324427 L 127.344328834 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.64056309 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.71979727 111.635257634 L 105.64056309 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"104.7197972704528\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"105.64056308990754\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.34432883419773\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"165.75341730288096\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdbb480faa21d4119bccacdb7f746f241\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.7197972704528\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.64056308990754\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.34432883419773\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.75341730288096\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t03b296871e7f47ae960000117c27b8e5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ee13110171540f5b3c46c9269f288d8\"><g class=\"toyplot-Edges\"><path d=\"M 113.927455465 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.459287655 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.459287655 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.927455465 219.728053435 L 138.459287655 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.245949167 137.726622137 L 113.927455465 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.245949167 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.207110567 126.544608779 L 105.245949167 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.207110567 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.20711056706284\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"105.24594916728407\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.92745546500012\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"138.45928765475844\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tac32f4a7f6754b5fa0960e73a2994a70\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.20711056706284\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.24594916728407\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.92745546500012\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.45928765475844\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba63f54fd2814382a9ea731cab725b44\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcd27fc4816b8426b83836b8ee82386c0\"><g class=\"toyplot-Edges\"><path d=\"M 145.628107249 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.468081908 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.476876161 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.476876161 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.468081908 219.728053435 L 166.476876161 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.995790785 167.545324427 L 152.468081908 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.995790785 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.628107249 111.635257634 L 147.995790785 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.62810724908462\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.99579078482535\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.46808190789122\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.47687616102399\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf33c73f4b54843eea26fc1a57ca0ea5c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.62810724908462\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.99579078482535\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.46808190789122\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.47687616102399\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta3139f1af9134666a490e429fab84e8c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta3e567fbd66e4d28b593307d9fa98788\"><g class=\"toyplot-Edges\"><path d=\"M 139.70889841 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.188426806 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.188426806 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.70889841 219.728053435 L 163.188426806 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.998904745 152.635973282 L 139.70889841 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.970417378 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.970417378 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.998904745 152.635973282 L 144.970417378 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.9989047450311\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"139.70889840973274\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"163.1884268058285\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"144.97041737804551\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3175a17fc8c94d3792ff2ec8a2b151ff\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.9989047450311\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.70889840973274\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.1884268058285\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.97041737804551\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t977c9f2817254c1da1f1a4413b613698\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taebb9dd0edf14847a8e268f803acf46e\"><g class=\"toyplot-Edges\"><path d=\"M 176.802607136 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.099850745 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.480999474 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.480999474 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.099850745 219.728053435 L 195.480999474 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.802607136 167.545324427 L 194.099850745 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.802607136 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.802607136 111.635257634 L 176.802607136 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"176.80260713633777\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"176.80260713633777\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"194.09985074466604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"195.48099947384813\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb7918a687d174a799bfc601259dd6b9a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.80260713633777\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.80260713633777\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.09985074466604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.48099947384813\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t74f721c1baca4c3db3725c87ba47305f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf6fab78b8fcc46449bf87e4e16a3ab98\"><g class=\"toyplot-Edges\"><path d=\"M 164.832651483 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.095727432 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.633787542 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.238625992 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.238625992 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.633787542 219.728053435 L 213.238625992 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.095727432 137.726622137 L 169.633787542 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.832651483 126.544608779 L 165.095727432 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"164.83265148342619\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"165.09572743184185\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"169.63378754201162\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"213.23862599190372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8805bc2f8d9b4ad59b4d32addfd66dd8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.83265148342619\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.09572743184185\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.63378754201162\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.23862599190372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t14000646737a49fd93fe98bbd370bb2f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t30a7df0c8d504f9da8f462a32eb9dfd1\"><g class=\"toyplot-Edges\"><path d=\"M 167.792255903 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.792255903 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.345338187 152.635973282 L 167.792255903 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.910328684 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.406436234 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.406436234 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.910328684 219.728053435 L 181.406436234 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.345338187 152.635973282 L 168.910328684 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"166.34533818681618\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"167.79225590310216\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"168.91032868386861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"181.40643623361149\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td6db37b21cb94d08924215062462bd5e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.34533818681618\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.79225590310216\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.91032868386861\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.40643623361149\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te8faeb5adcb0477994479411c3168c36\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t78a6caadf8c34e3c86cc610ed699cd13\"><g class=\"toyplot-Edges\"><path d=\"M 149.837322424 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.660717929 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.660717929 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.758088243 204.81870229 L 167.660717929 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.78346165 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.78346165 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.758088243 204.81870229 L 153.78346165 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.837322424 130.271946565 L 150.758088243 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"149.8373224237348\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"150.75808824318955\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"167.66071792889431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"153.78346164996941\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t747c4f6254be4fceb828d9309c46dae5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.8373224237348\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.75808824318955\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.66071792889431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.78346164996941\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t474858d48c0d40cfa1789875c5761620\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2abe1111291c44f08dfc2b93fa0f7431\"><g class=\"toyplot-Edges\"><path d=\"M 61.7726486916 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.990110492 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.990110492 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3360822085 219.728053435 L 123.990110492 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.3360822085 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.9295600726 137.726622137 L 69.3360822085 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.9295600726 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.7726486916 126.544608779 L 64.9295600726 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"61.772648691599819\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"64.929560072587478\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.336082208549442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"123.99011049189832\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te003a944f406416895fab17dff1dd153\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.772648691599819\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.929560072587478\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.336082208549442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.99011049189832\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3a6a3930f50f48c3b21553ad485204f9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t41952075892541c7894dcb8eb943cc91\"><g class=\"toyplot-Edges\"><path d=\"M 89.0667783397 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.586702316 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.586702316 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.420996682 219.728053435 L 109.586702316 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.420996682 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8948447852 137.726622137 L 92.420996682 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8948447852 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.0667783397 126.544608779 L 91.8948447852 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.066778339722291\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"91.894844785190401\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"92.420996682021666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"109.58670231614208\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t13e31aa2a0fa4aa3b5dd9b879e23bde1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.066778339722291\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.894844785190401\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.420996682021666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.58670231614208\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t57a456c55f9e45f4a17da65c71a14edd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t12a1febd33be4654b58b9c58952d6f36\"><g class=\"toyplot-Edges\"><path d=\"M 162.925350857 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.43336662 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.43336662 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.067240065 219.728053435 L 179.43336662 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.067240065 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.925350857 137.726622137 L 172.067240065 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.793812883 126.544608779 L 162.925350857 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.793812883 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.79381288320502\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.92535085741287\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"172.06724006485632\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.43336662049416\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0d9b11f6112045febf9b80c8a8203f4a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.79381288320502\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.92535085741287\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.06724006485632\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.43336662049416\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4ef55aa9b22141b1ab489b3414260b49\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t41415b450c114e72996f643728d897b0\"><g class=\"toyplot-Edges\"><path d=\"M 113.664379517 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.63589215 219.728053435 L 141.353123087 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.63589215 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.664379517 137.726622137 L 120.63589215 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.269765594 126.544608779 L 113.664379517 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.269765594 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.26976559396105\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.66437951658452\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"120.63589214959893\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"141.35312308733046\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f7b9ce68cab4c728933f6d0a8a562c7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.26976559396105\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.66437951658452\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.63589214959893\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.35312308733046\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tef1f287a3da249b7aed520860173fb41\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t83c1f045e97d42b0aa98b113f6d36a48\"><g class=\"toyplot-Edges\"><path d=\"M 158.913442644 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.913442644 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.487775022 219.728053435 L 158.913442644 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.487775022 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.096275059 167.545324427 L 131.487775022 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.096275059 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 111.635257634 L 121.096275059 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"118.53128456227384\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.09627505932632\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.48777502174406\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"158.91344264407434\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc64b30a48ef941558efd23b016d09f69\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.53128456227384\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.09627505932632\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.48777502174406\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.91344264407434\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t45096c97183b49e7a16849db74e51c1e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf1a3a052ef2b403aac0ceced411eba56\"><g class=\"toyplot-Edges\"><path d=\"M 146.351566107 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.519838074 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.519838074 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.520385702 219.728053435 L 197.519838074 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.520385702 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.351566107 137.726622137 L 153.520385702 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.169281319 126.544608779 L 146.351566107 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.169281319 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"140.16928131946008\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.3515661072276\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"153.52038570155375\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"197.5198380740693\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t06cc7606619646d99b01412e0a7428f7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.16928131946008\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.3515661072276\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.52038570155375\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"197.5198380740693\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6ab23f1120294c03871d53ff72ecdace\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1b89fe036fea46c8a8511b9b835c8a97\"><g class=\"toyplot-Edges\"><path d=\"M 135.762759183 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.762759183 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.565452222 189.909351145 L 135.762759183 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.331325366 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.331325366 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.565452222 189.909351145 L 211.331325366 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.885502905 152.635973282 L 135.565452222 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.885502905 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.88550290457323\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.56545222218642\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.76275918349813\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"211.33132536589034\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfd3631924e57484dbc63ad1c40ba21f1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.88550290457323\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.56545222218642\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.76275918349813\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"211.33132536589034\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t928cd15d95b64b478d6acf8f8a9def36\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf7257b115c824f6dab0edb2f37c84d1f\"><g class=\"toyplot-Edges\"><path d=\"M 122.280116827 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.843550344 219.728053435 L 144.904648391 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.843550344 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.280116827 137.726622137 L 129.843550344 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.372816201 126.544608779 L 122.280116827 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.372816201 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.3728162011833\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.28011682719668\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.84355034414628\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.90464839094159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td2c283069d934b429368657159a524c2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.3728162011833\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.28011682719668\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.84355034414628\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.90464839094159\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t781df5ed868347269d9ebf5bd1859e21\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1413d4a5bca0441a93169988225ae9a8\"><g class=\"toyplot-Edges\"><path d=\"M 180.81451535 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.81451535 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.608414135 189.909351145 L 180.81451535 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.529179955 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.529179955 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.608414135 189.909351145 L 167.529179955 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.611528095 152.635973282 L 166.608414135 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.611528095 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"156.61152809543751\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"166.60841413523175\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"180.81451534967621\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"167.5291799546865\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8cbd97ff93204c99afe1b041189458b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.61152809543751\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.60841413523175\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.81451534967621\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.5291799546865\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc1ffb5c5ff7a44cf98405e788ae766c6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc53b0b86f46b43a99246fc106d558c04\"><g class=\"toyplot-Edges\"><path d=\"M 90.1848511205 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4194397019 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4194397019 160.090648855 L 134.513148429 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1848511205 167.545324427 L 97.4194397019 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6856296105 141.453959924 L 90.1848511205 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6856296105 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"87.685629610540232\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"90.184851120488787\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"97.419439701918861\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"134.51314842852389\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcc4686fe6e434f27ad8f51d06a7dca8c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.685629610540232\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.184851120488787\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.419439701918861\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.51314842852389\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t581f2f4d2db24c38aad2239da3cb74ea\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef1d8c74ec43454e9acd486af00683bd\"><g class=\"toyplot-Edges\"><path d=\"M 166.674183122 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.655499361 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 226.655499361 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.674183122 160.090648855 L 226.655499361 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 152.635973282 L 166.674183122 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.001471078 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.001471078 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 152.635973282 L 172.001471078 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"164.96418945763406\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.67418312233571\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"226.65549936110128\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"172.00147107775234\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t48d308c2174b40a0aa0cb2287b993a29\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.96418945763406\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.67418312233571\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"226.65549936110128\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.00147107775234\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4deff197e43a4354925ad182232ef3cf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc14e2fdb83b0498ba54bc6a31f448382\"><g class=\"toyplot-Edges\"><path d=\"M 116.229370014 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.701661137 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.701661137 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.426676975 189.909351145 L 120.701661137 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.043971266 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.043971266 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.426676975 189.909351145 L 120.043971266 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.229370014 152.635973282 L 116.426676975 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"116.22937001363701\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"116.42667697494872\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"120.70166113670288\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"120.04397126566377\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6ec4d003424946dc83ddf60ec9952bc9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.22937001363701\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.42667697494872\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.70166113670288\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.04397126566377\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8b2d0670a91d40e4881899c336896768\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdc3e399c63614af48991586c0829d7bd\"><g class=\"toyplot-Edges\"><path d=\"M 150.297705333 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.086933179 189.909351145 L 151.678854063 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.254195793 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.254195793 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.086933179 189.909351145 L 163.254195793 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.297705333 152.635973282 L 151.086933179 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"150.2977053334622\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"151.0869331787091\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"151.67885406264429\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"163.25419579293236\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t78b8ef932ca947db8e8679ff5907f501\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.2977053334622\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.0869331787091\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.67885406264429\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.25419579293236\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t53ae2b90c41b473daddd6c8c5164e020\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t14e2de0ec78f489a9393f84be4462c73\"><g class=\"toyplot-Edges\"><path d=\"M 143.457730675 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.399198961 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.399198961 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 160.090648855 L 162.399198961 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.167724339 167.545324427 L 145.233493326 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.167724339 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.457730675 141.453959924 L 145.167724339 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"143.45773067465558\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.16772433935722\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.23349332646114\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"162.39919896058157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t419b5fb189794c70b535baa28ba7a423\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.45773067465558\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.16772433935722\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.23349332646114\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.39919896058157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc51d311611744bbc9373408e94d9ddd2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0aee174f413c4e7eae487b680d292b7e\"><g class=\"toyplot-Edges\"><path d=\"M 184.366040653 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.366040653 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.633787542 189.909351145 L 184.366040653 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.633787542 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.436480581 152.635973282 L 169.633787542 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.908771704 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.908771704 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.436480581 152.635973282 L 173.908771704 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.43648058069991\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.63378754201162\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"184.36604065328737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"173.90877170376575\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc652978456444a599e566679c12612b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.43648058069991\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.63378754201162\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.36604065328737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.90877170376575\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2961bb4119454bcd89eeac8a9a35ac01\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6f8fb621a9e14a6eb8bc8dc5e35f8749\"><g class=\"toyplot-Edges\"><path d=\"M 128.528170602 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.436480581 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.436480581 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.528170602 160.090648855 L 169.436480581 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.028949092 167.545324427 L 128.528170602 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.028949092 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.450493402 141.453959924 L 126.028949092 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.450493402 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.45049340162569\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"126.02894909211953\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.52817060206809\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.43648058069991\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1213d5af862f489c953b0af57c7ca2c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.45049340162569\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.02894909211953\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.52817060206809\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.43648058069991\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taeebd1ed20924fb2a36b2ed8997362d1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0f1c462511b40efaac9a469d69c04e6\"><g class=\"toyplot-Edges\"><path d=\"M 124.779338337 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.804711744 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.850787617 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.850787617 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.804711744 189.909351145 L 148.850787617 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.620869976 122.817270992 L 127.804711744 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.620869976 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.779338337 148.908635496 L 126.620869976 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"124.77933833714525\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.62086997605472\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.8047117439251\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.85078761717619\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8287981b676b4f00812664a79b2b54fa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.77933833714525\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.62086997605472\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.8047117439251\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.85078761717619\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3b30f593ed5440a481ad0cd3ab392fe9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t609bd09332754c32a64736524cf48c20\"><g class=\"toyplot-Edges\"><path d=\"M 125.239721247 148.908635496 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.591834982 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.591834982 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 189.909351145 L 177.591834982 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.634335169 122.817270992 L 125.963180105 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.634335169 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.239721247 148.908635496 L 125.634335169 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.23972124687262\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.63433516949607\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.96318010501565\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"177.5918349815847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0bbee8f910634cfcbb1c97c4f1fed50e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.23972124687262\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.63433516949607\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.96318010501565\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.5918349815847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t15df30ef143147a28df3cf056606fb2c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t77e7f48aa2264caf9b87b2188924a548\"><g class=\"toyplot-Edges\"><path d=\"M 115.308604194 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.71512633 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.538521835 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.538521835 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.71512633 160.090648855 L 137.538521835 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.308604194 137.726622137 L 119.71512633 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.913990272 156.363311069 L 115.308604194 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.913990272 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"114.91399027155877\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"115.30860419418224\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"119.71512633014422\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"137.5385218353037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t998453bee8af4839a6a15239b807a91f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.91399027155877\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.30860419418224\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.71512633014422\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.5385218353037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t16e6fb3ecc914220bf0e4b03530a5d29\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6e6f93b4a165466982cf6c10a0cca4a8\"><g class=\"toyplot-Edges\"><path d=\"M 166.805721097 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.006142018 189.909351145 L 166.805721097 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.137679992 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.387290747 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.387290747 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.137679992 115.36259542 L 158.387290747 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.006142018 189.909351145 L 157.137679992 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.00614201806098\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.80572109654349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.1376799922688\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"158.3872907472431\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tec6825ea6ee34958a2f8e0f3892752c4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.00614201806098\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.80572109654349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.1376799922688\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.3872907472431\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdf495129cf0040549cb69d1122958df1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0fa877ccc7d64f259b98cc9767030321\"><g class=\"toyplot-Edges\"><path d=\"M 189.824866583 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.186322198 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.186322198 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.824866583 160.090648855 L 212.186322198 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.602186215 167.545324427 L 189.824866583 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.602186215 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.484113434 141.453959924 L 186.602186215 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.484113434 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"185.48411343405385\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"186.60218621482031\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"189.82486658291191\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"212.18632219824116\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdf3237fd5428468ea2ca6d73cd614ec2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.48411343405385\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.60218621482031\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.82486658291191\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"212.18632219824116\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb2d7c2ffb97946b6a6d7e2a78c5aaf6a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8e73b081fb05460281cce8adeb5bcb89\"><g class=\"toyplot-Edges\"><path d=\"M 131.685081983 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.685081983 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.401303568 115.36259542 L 131.685081983 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.401303568 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9859871791 189.909351145 L 113.401303568 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.886512257 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.886512257 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.9859871791 189.909351145 L 160.886512257 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.985987179074215\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"113.40130356816888\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"131.68508198305577\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"160.88651225719167\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t187a94fa80eb4622b4a845c9434cb906\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.985987179074215\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.40130356816888\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.68508198305577\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.88651225719167\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t980ff88f8fd54b18a4eb76e55b0f4c1a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfbd0ff952bd0464c8f0702113432965f\"><g class=\"toyplot-Edges\"><path d=\"M 111.954385852 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.954385852 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6302118567 189.909351145 L 111.954385852 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.6302118567 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5644428696 152.635973282 L 96.6302118567 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.595496569 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.595496569 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.5644428696 152.635973282 L 123.595496569 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"96.564442869568012\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"96.630211856671934\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"111.95438585188285\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.59549656927487\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3c0aecbb60cb4096afe323f5d0e4bb8c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.564442869568012\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.630211856671934\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.95438585188285\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.59549656927487\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1a02e9e435b94025865baa7cf88b70ca\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbe6b0a9fa48141e7872964e04b5b0123\"><g class=\"toyplot-Edges\"><path d=\"M 122.937806698 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.937806698 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.281673807 189.909351145 L 122.937806698 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.281673807 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.623983936 152.635973282 L 117.281673807 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.384724415 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.384724415 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.623983936 152.635973282 L 124.384724415 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"116.62398393626046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"117.28167380729957\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.93780669823579\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.3847244145218\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t63021e7fa86b4cbba81ee382d897915b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.62398393626046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.28167380729957\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.93780669823579\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.3847244145218\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t43027951e1994163abb037f8d252dedd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td9d01ec118224a869136c242b0bda468\"><g class=\"toyplot-Edges\"><path d=\"M 89.4613922623 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.719249643 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.719249643 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.4613922623 160.090648855 L 148.719249643 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6198606234 152.635973282 L 89.4613922623 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.670607437 145.18129771 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.670607437 145.18129771 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6198606234 152.635973282 L 93.670607437 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"87.61986062343631\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"89.461392262345782\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.71924964296838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"93.670607436996008\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb25da3ab872847a092ec9bc6fe75de10\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.61986062343631\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.461392262345782\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.71924964296838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.670607436996008\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6ddaa305fdd149cd8374fc76883b624c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1e325d0e3ec84dd99d67005ae6f16787\"><g class=\"toyplot-Edges\"><path d=\"M 126.949714912 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.949714912 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.028949092 152.635973282 L 126.949714912 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.544202128 264.45610687 L 304.065597182 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.544202128 264.45610687 L 304.065597182 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.381610454 219.728053435 L 161.544202128 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.381610454 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.028949092 152.635973282 L 134.381610454 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"126.02894909211953\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"126.94971491157429\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"134.38161045431605\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.54420212823075\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t45e02edbe64e49998460a6e5adc8c230\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.02894909211953\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.94971491157429\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.38161045431605\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.54420212823075\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t752c8daa8d17403aa5c09a2623bc580f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0e1569e8c0e4ea98ca8652467807815\"><g class=\"toyplot-Edges\"><path d=\"M 151.218471153 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.81607233 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.81607233 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.071911005 219.728053435 L 175.81607233 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.071911005 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.415778114 167.545324427 L 157.071911005 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.415778114 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.218471153 111.635257634 L 151.415778114 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"151.21847115291692\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"151.41577811422866\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"157.07191100516491\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"175.81607232977913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f64d69f6f894d65aec15edb5989583c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.21847115291692\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.41577811422866\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.07191100516491\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.81607232977913\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9f75ecb360564e5c98b2e031ba347319\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf69c5e9af7794ca59493067c54853065\"><g class=\"toyplot-Edges\"><path d=\"M 154.572689495 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.728043896 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.846116677 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.114872918 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.114872918 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.846116677 160.090648855 L 188.114872918 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.728043896 167.545324427 L 163.846116677 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 141.453959924 L 162.728043896 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.57268949521631\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"162.7280438961011\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"163.84611667686755\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"188.11487291821024\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4e1f8eff24164f2fb10aad22107469c2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.57268949521631\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.7280438961011\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.84611667686755\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.11487291821024\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0bc5cda9d5424de884624c1b769688a3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1966528c6bb64c5385bdfd3ed70a176f\"><g class=\"toyplot-Edges\"><path d=\"M 84.0683353198 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4717434956 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4717434956 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0937087266 160.090648855 L 98.4717434956 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.0937087266 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.6467910103 167.545324427 L 87.0937087266 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.6467910103 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.0683353198 141.453959924 L 85.6467910103 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"84.068335319825167\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"85.646791010319021\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.09370872660503\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.471743495581393\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6e816bb2a4374db79aa4b82bc698299b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.068335319825167\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.646791010319021\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.09370872660503\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.471743495581393\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6dd57ef620714dfebdf7b491fa1cd9fc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t07eb3a1500bc4a35bcdd4c579a662bde\"><g class=\"toyplot-Edges\"><path d=\"M 163.977654651 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.146474245 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.171300025 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 218.171300025 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.146474245 219.728053435 L 218.171300025 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.647252735 137.726622137 L 171.146474245 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.647252735 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.977654651 126.544608779 L 168.647252735 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.9776546510754\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"168.64725273545295\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"171.14647424540152\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"218.17130002469696\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfb96f7881d864795b1f94de4c6cb3dde\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.9776546510754\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.64725273545295\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.14647424540152\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"218.17130002469696\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7303e48f6fb94b3981facdd76767f04b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6ee315f4ea9549ecbebed242344854b7\"><g class=\"toyplot-Edges\"><path d=\"M 150.626550269 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.755983636 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.755983636 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.411107174 189.909351145 L 199.755983636 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.552996381 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.552996381 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.411107174 189.909351145 L 175.552996381 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.626550269 152.635973282 L 166.411107174 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"150.62655026898173\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"166.41110717392004\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"199.75598363560221\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"175.5529963813635\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t49d6a8f69c0d468faff65f497c708da9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.62655026898173\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.41110717392004\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"199.75598363560221\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.5529963813635\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4167ea0c2fb8471bafa0015e0f357e62\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t91b77ea4007e4fe0a37b994c53fb1c72\"><g class=\"toyplot-Edges\"><path d=\"M 81.634882797 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.632778189 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.632778189 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1040599598 160.090648855 L 130.632778189 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1040599598 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0263827594 167.545324427 L 96.1040599598 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.0263827594 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 81.634882797 141.453959924 L 92.0263827594 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"81.63488279698052\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.026382759398246\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"96.10405995984064\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.63277818939321\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7cc3fe247b3e4adabd800663af30ecad\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"81.63488279698052\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.026382759398246\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.10405995984064\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.63277818939321\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb482da93da81408c867d17097d248db2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfe455909ae204a8480a945761c89d3a2\"><g class=\"toyplot-Edges\"><path d=\"M 94.0652213596 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.069344672 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.069344672 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.979759259 189.909351145 L 123.069344672 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.210686252 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.210686252 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.979759259 189.909351145 L 176.210686252 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0652213596 152.635973282 L 114.979759259 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"94.065221359619429\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"114.9797592586627\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"123.06934467244358\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"176.21068625240258\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf7432083a1d24fbfa798581f30a6f4b8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.065221359619429\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.9797592586627\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.06934467244358\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.21068625240258\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0ce28b82f92447db838bb7ec971793c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6285753b8acb4f29a2946cb5dba6230d\"><g class=\"toyplot-Edges\"><path d=\"M 111.691309903 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.229370014 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.229370014 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.335534581 189.909351145 L 116.229370014 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.242835207 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.242835207 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.335534581 189.909351145 L 115.242835207 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.691309903 152.635973282 L 113.335534581 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"111.69130990346724\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.33553458106498\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.22937001363701\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.24283520707834\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1fc52b0422264d4891626e2278a3f7d1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.69130990346724\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.33553458106498\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.22937001363701\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.24283520707834\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t01068ba323654df5a72e74ce6819484f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9a684e0db43c443fac8762d6a3c3b980\"><g class=\"toyplot-Edges\"><path d=\"M 156.940373031 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.716135683 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.529179955 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.529179955 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.412664154 160.090648855 L 167.529179955 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.412664154 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.716135683 167.545324427 L 161.412664154 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.940373031 141.453959924 L 158.716135683 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.94037303095706\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.71613568276263\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"161.41266415402293\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"167.52917995468653\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0cdd397ff6e047a5847195672ea4364d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.94037303095706\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.71613568276263\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.41266415402293\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.52917995468653\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t74e32c1d23014113a5950c602938494c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te560694a297044c8a7a9c2277e97eae4\"><g class=\"toyplot-Edges\"><path d=\"M 167.134566032 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.590278001 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.590278001 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.134566032 219.728053435 L 182.590278001 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.871490084 137.726622137 L 167.134566032 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.871490084 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.753417303 126.544608779 L 166.871490084 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.753417303 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.75341730288096\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.87149008364742\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"167.13456603206305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"182.59027800148181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t264d030e9c924b47af851d07bce8b1ed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.75341730288096\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.87149008364742\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.13456603206305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.59027800148181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t49ef2fffcdf94c6f98b88bbac0b3d351\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcabda39a72254e4480fe20c8e859cbb7\"><g class=\"toyplot-Edges\"><path d=\"M 177.789141943 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.789141943 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.535407875 197.364026718 L 177.789141943 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.916556604 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.916556604 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.732714836 130.271946565 L 148.916556604 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.732714836 130.271946565 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.535407875 197.364026718 L 147.732714836 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.535407875098\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"177.78914194289644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.73271483640971\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.91655660428012\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te4bb919b241647ff961e45e1cb276e6e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.535407875098\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.78914194289644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.73271483640971\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.91655660428012\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf2a10c72284c48eb8a77938d1b8f53d4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6f1818e1f13f4fd3acaf28b3584c5bf1\"><g class=\"toyplot-Edges\"><path d=\"M 150.955395205 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 189.909351145 L 150.955395205 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 189.909351145 L 151.678854063 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 152.635973282 L 145.233493326 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"144.90464839094159\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.23349332646114\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"150.95539520450129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.67885406264426\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a1e49ccbbfe4cb1a41d30d589d229dc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.90464839094159\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.23349332646114\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.95539520450129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.67885406264426\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta4ebfee1795a4e6c8d60b99f55ed18c5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb8422cc597c34714a901e0b82e45342b\"><g class=\"toyplot-Edges\"><path d=\"M 203.636353875 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.636353875 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 189.909351145 L 203.636353875 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.659708576 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.659708576 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.396632628 115.36259542 L 128.659708576 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.396632628 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.067787692 189.909351145 L 128.396632628 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.06778769234074\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"203.63635387473295\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.3966326278603\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.65970857627593\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7fa8c79e128642f09085fad8c3112a97\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.06778769234074\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.63635387473295\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.3966326278603\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.65970857627593\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td88e4203653949c88620dc883a884a6f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t12032fafd6eb4fbfbf2408f94fbd9423\"><g class=\"toyplot-Edges\"><path d=\"M 159.439594541 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.623436309 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.148031226 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.148031226 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.623436309 219.728053435 L 166.148031226 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.36036036 137.726622137 L 160.623436309 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.36036036 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.439594541 126.544608779 L 160.36036036 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.43959454090563\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.36036036036035\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.62343630877598\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"166.14803122550438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb80e954b682e430b99eb0ac07d17b031\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.43959454090563\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.36036036036035\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.62343630877598\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.14803122550438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2041ac17d99c4c74a437f26c1c719069\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5f36eb5b45f44adfae8aa48885c791ae\"><g class=\"toyplot-Edges\"><path d=\"M 139.511591448 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.484661062 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.384176787 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.384176787 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.297705333 219.728053435 L 168.384176787 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.297705333 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.484661062 137.726622137 L 150.297705333 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 126.544608779 L 141.484661062 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.511591448421\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"141.4846610615383\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.2977053334622\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"168.38417678703735\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc15ce20632ab408c8edbb3b5922a45a1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.511591448421\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.4846610615383\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.2977053334622\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.38417678703735\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7243538e24354c858b8654f7b8686c7c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2e8506cb621640ea9e7f8e089f83dfee\"><g class=\"toyplot-Edges\"><path d=\"M 159.176518592 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.609971115 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.246410892 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.246410892 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.937259071 219.728053435 L 188.246410892 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.937259071 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.609971115 137.726622137 L 166.937259071 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.176518592 126.544608779 L 161.609971115 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"159.17651859249\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.60997111533464\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"166.93725907075134\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"188.24641089241806\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t41aadaf845fa4edcbf6d2c842dcfa396\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.17651859249\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.60997111533464\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.93725907075134\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.24641089241806\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8736e732746845898a5427ef5a9b41ca\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t00a7638af28c434aadb707bd76c935b1\"><g class=\"toyplot-Edges\"><path d=\"M 150.495012295 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.495012295 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.774667397 219.728053435 L 150.495012295 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.774667397 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.238164267 137.726622137 L 139.774667397 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.238164267 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.17239528 126.544608779 L 130.238164267 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.17239528 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"130.17239527966581\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"130.23816426676973\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"139.77466739683663\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.49501229477389\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4167cf705e45498a9adc25a1d0bc4721\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.17239527966581\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.23816426676973\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.77466739683663\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.49501229477389\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t31b2f7b68e004bba9cfe5140c6235275\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t447f3e74586745a9b07c790bbb7947fa\"><g class=\"toyplot-Edges\"><path d=\"M 104.522490309 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.522490309 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.694423864 152.635973282 L 104.522490309 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.822847878 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.822847878 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.035177013 219.728053435 L 111.822847878 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.035177013 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.694423864 152.635973282 L 106.035177013 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"101.69442386367297\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"104.52249030914108\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.03517701253099\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"111.82284787767504\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0394c67180904ad481dad9fb0d6b009a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.69442386367297\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.52249030914108\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.03517701253099\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.82284787767504\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6ab412cf95fd4cf7b9205acdb6e83b62\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdab4d9ab21804593804c6d3f4171aea1\"><g class=\"toyplot-Edges\"><path d=\"M 138.130442719 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.130442719 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.63744913 197.364026718 L 138.130442719 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.032063052 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.17550924 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.17550924 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.032063052 130.271946565 L 120.17550924 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.63744913 197.364026718 L 116.032063052 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"115.63744912970179\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.13044271923889\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.03206305232524\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"120.17550923987156\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0c99953010184ba4a8622d70a622b414\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.63744912970179\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.13044271923889\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.03206305232524\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.17550923987156\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5c1f2e0334da4880bc492d751f458461\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0b70f316a1e248e594f549708ae6f6ac\"><g class=\"toyplot-Edges\"><path d=\"M 142.536964855 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.536964855 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.066230712 189.909351145 L 142.536964855 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.578917416 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.105069312 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.105069312 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.578917416 115.36259542 L 135.105069312 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.066230712 189.909351145 L 134.578917416 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"133.06623071223785\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"142.53696485520084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"134.57891741562779\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.10506931245908\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t49886ab20712494b9ffadbd3a317d3d0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.06623071223785\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.53696485520084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.57891741562779\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.10506931245908\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4f69b562bec0496f8dd04c50fde63e05\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf610af21929d4974a00ff89d631c9f7e\"><g class=\"toyplot-Edges\"><path d=\"M 131.093161099 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.093161099 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.084366846 189.909351145 L 131.093161099 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.740499737 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.740499737 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.084366846 189.909351145 L 122.740499737 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 152.635973282 L 117.084366846 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"116.95282887178\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.0843668459878\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"131.09316109912055\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.74049973692405\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t89fc794745e5485d94b0026cf45caa5c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.95282887178\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.0843668459878\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.09316109912055\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.74049973692405\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tecb23bae010740ee90783f5d008b26ff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4c855401904542fc92ae006678f30bd6\"><g class=\"toyplot-Edges\"><path d=\"M 102.944034619 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.106626293 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.106626293 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944034619 189.909351145 L 130.106626293 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3267403279 152.635973282 L 102.944034619 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.325183348 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.325183348 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.3267403279 152.635973282 L 104.325183348 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.326740327932214\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"102.94403461864724\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.10662629256194\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.32518334782935\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1173d7afe99e4ffa973144f9fb82adff\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.326740327932214\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.94403461864724\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.10662629256194\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.32518334782935\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb2ca406709734fbda82565f78e2e75fd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t15bd10905537461d8082ad72556dda24\"><g class=\"toyplot-Edges\"><path d=\"M 146.548873069 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.548873069 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.302376274 175.0 L 146.548873069 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.049651559 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.049651559 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.302376274 175.0 L 144.049651559 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.921227545 175.0 L 135.302376274 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.921227545 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"133.92122754458867\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.30237627377079\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.54887306853934\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"144.04965155859077\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t652280a4713a4e3480705b5f27a19262\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.92122754458867\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.30237627377079\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.54887306853934\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.04965155859077\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1c694f9eba964760aad26adcdeb6848e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8730b34cfbe442148f57961173fe326f\"><g class=\"toyplot-Edges\"><path d=\"M 177.460297007 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.460297007 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.991119845 189.909351145 L 177.460297007 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.240730599 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.240730599 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.991119845 189.909351145 L 164.240730599 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 152.635973282 L 162.991119845 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.74150908954246\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"162.99111984451673\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"177.46029700737688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"164.24073059949103\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9f5129834653417d98a7fcc4ca049683\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.74150908954246\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.99111984451673\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.46029700737688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.24073059949103\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6e51c50876034a32b916ef48172dba1a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc7138e99a6174fbc8fd73cf07111a5d4\"><g class=\"toyplot-Edges\"><path d=\"M 166.739952109 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.762211556 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.762211556 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.699556529 189.909351145 L 179.762211556 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.206015312 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.206015312 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.699556529 189.909351145 L 191.206015312 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.739952109 152.635973282 L 169.699556529 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.73995210943963\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"169.69955652911554\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.76221155601371\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"191.20601531209397\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1904162fbae547a191e76026b253e653\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.73995210943963\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.69955652911554\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.76221155601371\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.20601531209397\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t75603dab07b34d2d8ab7959d98e06239\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te62f669c0d1440a79eef4d45b2a80b51\"><g class=\"toyplot-Edges\"><path d=\"M 160.163053399 133.999284351 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 152.635973282 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.186869826 204.81870229 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.186869826 204.81870229 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.871490084 249.546755725 L 168.186869826 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.871490084 249.546755725 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 152.635973282 L 166.871490084 249.546755725\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.163053399 133.999284351 L 166.2795692 152.635973282\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"160.16305339904864\" cy=\"133.99928435114504\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.27956919971223\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.87149008364742\" cy=\"249.54675572519085\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.18686982572564\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te2829019b71d45da85fb2c73f38e1c08\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.16305339904864\" cy=\"133.99928435114504\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.27956919971223\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.87149008364742\" cy=\"249.54675572519085\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.18686982572564\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td936bfd11f7e477398baf4ae835fcf61\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taa24ec8f17d24c289235449f085d9181\"><g class=\"toyplot-Edges\"><path d=\"M 157.400755941 160.090648855 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 204.81870229 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.689205296 175.0 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.689205296 175.0 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 175.0 L 160.689205296 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 204.81870229 L 158.124214799 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 160.090648855 L 157.992676825 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"157.40075594068443\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"157.99267682461959\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"158.12421479882744\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"160.6892052958799\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta602b9bbe75447679f55d255752ede84\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.40075594068443\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.99267682461959\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.12421479882744\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.6892052958799\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc54abc9ed33b4689b2a74b2406e6d647\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9639b46f32214048ab94255e169ac08d\"><g class=\"toyplot-Edges\"><path d=\"M 193.310622899 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.310622899 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.037195718 152.635973282 L 193.310622899 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.957961537 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.457183047 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.457183047 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.957961537 219.728053435 L 187.457183047 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.037195718 152.635973282 L 184.957961537 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"184.03719571776782\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"193.31062289941909\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"184.95796153722259\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"187.45718304717113\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t81b6a539a99944d9a2942094d8e5b12b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.03719571776782\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.31062289941909\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.95796153722259\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.45718304717113\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc1b0c7a5988a4bf48be893512efb0bdc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t15e5fbbc0cb4400081c5135e7ff21298\"><g class=\"toyplot-Edges\"><path d=\"M 198.045989971 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.045989971 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.43336662 197.364026718 L 198.045989971 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.827980543 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.485670414 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.485670414 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.827980543 130.271946565 L 180.485670414 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.43336662 197.364026718 L 179.827980543 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"179.43336662049416\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"198.04598997090059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"179.82798054311763\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"180.48567041415669\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb9c32dd7f4bd4384a696a5dda73eeb1c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.43336662049416\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.04598997090059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.82798054311763\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.48567041415669\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb0112d7d9937440389d78d1819d26d28\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tae7124cfde484add9fc0793d7264678e\"><g class=\"toyplot-Edges\"><path d=\"M 72.6903005508 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.6903005508 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.0864714536 152.635973282 L 72.6903005508 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4463700888 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.4463700888 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.420996682 219.728053435 L 95.4463700888 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.420996682 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 68.0864714536 152.635973282 L 92.420996682 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"68.086471453575129\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"72.690300550848818\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"92.420996682021695\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"95.44637008880153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t805f4149e8e64214a6dd4ab985d0c451\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"68.086471453575129\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.690300550848818\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.420996682021695\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.44637008880153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb5bf8d8c3afd4f87ab3c333a6652325f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t606c8185035d401f9572ef7b1503dfb3\"><g class=\"toyplot-Edges\"><path d=\"M 105.574794103 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.035177013 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.375930161 219.728053435 L 125.437028208 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.375930161 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.035177013 137.726622137 L 110.375930161 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.574794103 126.544608779 L 106.035177013 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"105.57479410280362\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"106.03517701253099\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"110.37593016138905\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"125.43702820818436\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta5119af42a484734b9dabe82789cc9a4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.57479410280362\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.03517701253099\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.37593016138905\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.43702820818436\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcbb496a0c1f743db9e81f1f8b54326cb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4c8b39f79ccd4c218a05aa1399615b89\"><g class=\"toyplot-Edges\"><path d=\"M 145.759645223 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.251081833 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.251081833 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.759645223 160.090648855 L 173.251081833 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.628107249 167.545324427 L 145.759645223 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.628107249 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.931578778 141.453959924 L 145.628107249 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.931578778 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"142.93157877782431\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.62810724908456\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.75964522329241\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"173.25108183272664\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t22175e850d2b4e7a9b425dd532bb9e0c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.93157877782431\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.62810724908456\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.75964522329241\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.25108183272664\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t175851424b974a4da0c681a3f657bffa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t96d1ac6677404fc1a20296ee7aa2c432\"><g class=\"toyplot-Edges\"><path d=\"M 153.32307874 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.728043896 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.728043896 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.32307874 189.909351145 L 162.728043896 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 152.635973282 L 153.32307874 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.085376199 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.085376199 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 152.635973282 L 156.085376199 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.86269583051467\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.32307874024204\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.7280438961011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.08537619860624\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf8002335f7254203adf196f5b714d02c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.86269583051467\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.32307874024204\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.7280438961011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.08537619860624\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t81561ebe2bc5489483998c4a68cf5a31\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t28bfd6de3db4433488ea79b85c9a6179\"><g class=\"toyplot-Edges\"><path d=\"M 80.3195030549 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.3195030549 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.0564271065 152.635973282 L 80.3195030549 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.385272042 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.890173845 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.890173845 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.385272042 219.728053435 L 106.890173845 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.0564271065 152.635973282 L 80.385272042 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.056427106486694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.319503054902341\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"80.385272042006235\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.89017384488182\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t190eabc3f5cf4955b5781b78954036e8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.056427106486694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.319503054902341\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.385272042006235\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.89017384488182\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tffa01be8d9de41c3b9b49ab904477efa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t55750accf95f44468995410cbefdcb44\"><g class=\"toyplot-Edges\"><path d=\"M 166.2795692 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.662274909 189.909351145 L 166.2795692 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.595958294 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.595958294 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.662274909 189.909351145 L 206.595958294 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.136123012 152.635973282 L 162.662274909 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.136123012 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"162.13612301216594\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"162.6622749089972\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"166.27956919971223\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"206.59595829440883\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taa5f91c851e34bbfa822698349270cd5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.13612301216594\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.6622749089972\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.27956919971223\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.59595829440883\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb1e6ef3eeadd44b28cd4770f76910302\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc8f60fa5590f46a1abb9f86a51ade0b4\"><g class=\"toyplot-Edges\"><path d=\"M 182.787584963 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.787584963 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.692319256 219.728053435 L 182.787584963 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.692319256 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 152.635973282 L 150.692319256 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.813505997 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.813505997 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 152.635973282 L 141.813505997 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"136.81506297716072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"150.69231925608563\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"182.78758496279355\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.81350599705786\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1bbbee2bfb524b79804d5d5b90abde3e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.81506297716072\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.69231925608563\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.78758496279355\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.81350599705786\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc0cd366479d04e11a023eda19342f36a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9b43afe42db04b94bfb15d877bcca6aa\"><g class=\"toyplot-Edges\"><path d=\"M 153.651923676 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.651923676 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.70734143 182.454675573 L 153.651923676 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.535407875 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.535407875 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.562338262 100.453244275 L 147.535407875 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.562338262 100.453244275 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.70734143 182.454675573 L 145.562338262 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"144.70734142962988\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.65192367576157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"145.5623382619807\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"147.535407875098\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2ce5e96a1f5842fab7e7831a6125532e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.70734142962988\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.65192367576157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.5623382619807\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.535407875098\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9cb78fad47d64a619e59fab8ea688ac3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2772c2e7326c46f2a10caae3a4b42c2a\"><g class=\"toyplot-Edges\"><path d=\"M 153.125771779 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.125771779 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.447379441 189.909351145 L 153.125771779 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.761202203 115.36259542 L 141.353123087 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.761202203 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.447379441 189.909351145 L 140.761202203 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"134.44737944141997\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"153.1257717789303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"140.7612022033953\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"141.35312308733049\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tccc2f0a62a9644d499b9875ae4164f68\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.44737944141997\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.1257717789303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.7612022033953\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.35312308733049\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta247e62577964fca91c9a11eee41358c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t81cc64e289e841039ce17f8a0aa31c81\"><g class=\"toyplot-Edges\"><path d=\"M 177.789141943 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.117986878 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.324088093 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.324088093 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.117986878 219.728053435 L 192.324088093 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.789141943 137.726622137 L 178.117986878 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.910328684 126.544608779 L 177.789141943 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.910328684 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"168.91032868386858\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"177.78914194289641\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"178.11798687841596\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"192.32408809286042\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t91d5b6198ce44357932f87a13ff40d77\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.91032868386858\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.78914194289641\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.11798687841596\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.32408809286042\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf9cc2cfe064542bba7dda43fdd105101\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td66acadbb3014bacb7095cb17628e450\"><g class=\"toyplot-Edges\"><path d=\"M 154.112306585 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.596505922 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.39452802 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.39452802 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.596505922 219.728053435 L 177.39452802 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.112306585 137.726622137 L 162.596505922 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.74618003 126.544608779 L 154.112306585 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.74618003 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"146.74618002985105\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"154.11230658548894\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"162.59650592189325\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"177.39452802027296\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t33bfb088c1b7487e8d7302b5753c4e77\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.74618002985105\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.11230658548894\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.59650592189325\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.39452802027296\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7b087c6f6d9841b48b67637fc58d7adc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t13548bfd37f741a380699985e2ecae65\"><g class=\"toyplot-Edges\"><path d=\"M 161.74150909 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.082262238 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.082262238 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 219.728053435 L 166.082262238 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 167.545324427 L 161.74150909 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.545759108 111.635257634 L 157.400755941 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.545759108 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.54575910833361\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"157.40075594068443\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"161.74150908954246\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.08226223840052\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc05aa56e192745ed9518554d2e0a5b7f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.54575910833361\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.40075594068443\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.74150908954246\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.08226223840052\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6478ead9cd454a2aa1200835532a3ba1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td68ffce107ec449caa6da682d8afc2d8\"><g class=\"toyplot-Edges\"><path d=\"M 168.713021723 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.35413244 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.35413244 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.713021723 219.728053435 L 180.35413244 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.74306607 167.545324427 L 168.713021723 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.74306607 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 111.635257634 L 156.74306607 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.42768632756713\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.74306606964532\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.71302172255687\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"180.35413243994887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf11c89a9dda745d9a4979b88b02e9437\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.42768632756713\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.74306606964532\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.71302172255687\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.35413243994887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3370f60d1a3d402b8b8d37559c44d4d3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2fdb758e7da943bf99324ffd6480e4b2\"><g class=\"toyplot-Edges\"><path d=\"M 94.1309903467 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.0113605859 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.293582021 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.293582021 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.0113605859 219.728053435 L 121.293582021 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.1309903467 137.726622137 L 98.0113605859 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0786865531 126.544608779 L 94.1309903467 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0786865531 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.078686553060805\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.130990346723337\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.011360585854021\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.29358202063804\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t05ec65ff4103489399170b8345904541\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.078686553060805\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.130990346723337\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.011360585854021\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.29358202063804\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc5ce6478b6634ec8837bf3163419e796\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taf111a05ec214eb7b84446fac67540e8\"><g class=\"toyplot-Edges\"><path d=\"M 132.868923751 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.2873541 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.758088243 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.758088243 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.2873541 219.728053435 L 150.758088243 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.868923751 137.726622137 L 141.2873541 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.120091486 126.544608779 L 132.868923751 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.120091486 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"129.12009148600328\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"132.86892375092611\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.28735410022654\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"150.75808824318955\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcbac0c1fe1b54cfba970d18ffbd91bdc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.12009148600328\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.86892375092611\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.28735410022654\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.75808824318955\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf26484ab632b4786b4d58824a0f3cb85\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ccfeb670acf46a497248ab850527aa6\"><g class=\"toyplot-Edges\"><path d=\"M 123.003575685 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.846116677 264.45610687 L 304.065597182 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.846116677 264.45610687 L 304.065597182 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.003575685 219.728053435 L 163.846116677 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.030506072 167.545324427 L 123.003575685 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.030506072 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.71512633 111.635257634 L 121.030506072 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.71512633 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.71512633014422\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.03050607222239\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.0035756853397\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"163.84611667686755\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.06559718240294\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t406bbf3854d34e939ab71852950a01fa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.71512633014422\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.03050607222239\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.0035756853397\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.84611667686755\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.06559718240294\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad22e67f69984da28a698369048d74ba\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta5de45600ce14e4a89fd45e1829ac1c0\"><g class=\"toyplot-Edges\"><path d=\"M 159.965746438 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.766882496 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.766882496 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 219.728053435 L 164.766882496 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.491898335 137.726622137 L 161.74150909 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.491898335 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.965746438 126.544608779 L 160.491898335 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.96574643773693\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.49189833456819\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.74150908954246\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.7668824963223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf609677ca567455ab7e45a9310d41a26\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.96574643773693\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.49189833456819\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.74150908954246\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.7668824963223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf02a67dbd83840068a1dedace8ceb6c2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t32b74ee6301e4c33b6ba4545c215bd55\"><g class=\"toyplot-Edges\"><path d=\"M 145.759645223 175.0 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.877718004 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.877718004 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.891183198 175.0 L 146.877718004 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.197221059 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.197221059 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.891183198 175.0 L 177.197221059 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.759645223 175.0 L 145.891183198 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"145.75964522329247\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"145.89118319750025\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.87771800405892\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"177.19722105896128\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta6661e3ad21c49a8b58475e4ac182137\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.75964522329247\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.89118319750025\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.87771800405892\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.19722105896128\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t903619f765354fa7a6b57c65325b2d47\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td7773e6ac2ec42a38d131867fb721503\"><g class=\"toyplot-Edges\"><path d=\"M 116.623983936 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.028401465 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.028401465 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.887059885 160.090648855 L 170.028401465 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.887059885 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.623983936 167.545324427 L 116.887059885 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.834756091 141.453959924 L 116.623983936 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.834756091 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.83475609101353\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.62398393626043\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.88705988467608\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"170.02840146463507\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te72fbb77329741869735cf1d624fc338\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.83475609101353\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.62398393626043\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.88705988467608\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.02840146463507\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta03aefa3c8e848c5bc8bd4f4a7817f3f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8ae71ccbc202413fbc8eb8ebba1402ba\"><g class=\"toyplot-Edges\"><path d=\"M 121.293582021 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.293582021 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.386281395 189.909351145 L 121.293582021 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.631221209 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.631221209 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.386281395 189.909351145 L 135.631221209 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.742056717 152.635973282 L 119.386281395 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.742056717 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"117.74205671702694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"119.38628139462466\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"121.29358202063804\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"135.63122120929037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6294466f1d6d4d1f8d189c50b8309af1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.74205671702694\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.38628139462466\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.29358202063804\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.63122120929037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t63c2757a03014fce984db06cabe27374\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7c21daee9d004b7ba709748757afa687\"><g class=\"toyplot-Edges\"><path d=\"M 129.185860473 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.185860473 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5256042693 219.728053435 L 129.185860473 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5256042693 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.012917566 152.635973282 L 94.5256042693 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7363764241 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7363764241 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.012917566 152.635973282 L 93.7363764241 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.012917565956883\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"94.525604269346815\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"129.1858604731072\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.736376424099888\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba91b10604434c1c8876f9c466e1348b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.012917565956883\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.525604269346815\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.1858604731072\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.736376424099888\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3c72aa48d40a4b498d3051fa085f5e8c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tecfacb8585d3485e91a26b16ed861aad\"><g class=\"toyplot-Edges\"><path d=\"M 149.640015462 145.18129771 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.640015462 145.18129771 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.653480656 152.635973282 L 149.640015462 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.953838224 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.689205296 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.689205296 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.953838224 160.090648855 L 160.689205296 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.653480656 152.635973282 L 155.953838224 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.65348065586448\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.64001546242309\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"155.95383822439842\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"160.6892052958799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ted2b9bafb0684929bc0e199b76ff888f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.65348065586448\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.64001546242309\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.95383822439842\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.6892052958799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5ada163d57ea4b02b588952bab37679d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8bd4c566583b4e13b5a2ef0f269bc5c7\"><g class=\"toyplot-Edges\"><path d=\"M 171.212243233 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.212243233 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.488784374 152.635973282 L 171.212243233 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.723372956 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.679863415 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.679863415 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.723372956 219.728053435 L 190.679863415 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.488784374 152.635973282 L 177.723372956 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"170.48878437436244\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"171.21224323250544\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.72337295579251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"190.67986341526273\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3f1a0dc566264d629761668f870b6bc3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.48878437436244\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.21224323250544\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.72337295579251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.67986341526273\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb264508952db4184b47c91625cd32d84\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9dd24a95b38242debf1e9d08800b209f\"><g class=\"toyplot-Edges\"><path d=\"M 153.914999624 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.914999624 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.70578445 189.909351145 L 153.914999624 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.70578445 189.909351145 L 166.805721097 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.614642056 152.635973282 L 149.70578445 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.614642056 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"146.61464205564323\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.70578444952702\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.9149996241772\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"166.80572109654349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcd2baf74804a4efe82b815f776ece6ba\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.61464205564323\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.70578444952702\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.9149996241772\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.80572109654349\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc756adb6ac3412591034b735dda8928\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3f65479b6c2c4749b9ee6d8c0a9fd67b\"><g class=\"toyplot-Edges\"><path d=\"M 138.919670564 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.919670564 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.746727657 197.364026718 L 138.919670564 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.166714987 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.166714987 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.114411193 130.271946565 L 106.166714987 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.114411193 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.746727657 197.364026718 L 105.114411193 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"102.74672765733553\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.91967056448581\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.11441119307625\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"106.16671498673881\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6a6a6d0dcb184b30acb47b7f99098281\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.74672765733553\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.91967056448581\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.11441119307625\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.16671498673881\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t97c20f4a8f56403c980629a25458d4f4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t985e38d5d0b54e8483e242eafbf5b0fb\"><g class=\"toyplot-Edges\"><path d=\"M 146.28579712 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.28579712 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.432357268 189.909351145 L 146.28579712 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.74773701 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.178075573 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.178075573 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.74773701 115.36259542 L 154.178075573 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.432357268 189.909351145 L 141.74773701 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"140.43235726787574\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.2857971201237\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"141.74773700995397\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"154.17807557259283\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8e1da73dcb314786b8e40594bedaf492\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.43235726787574\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.2857971201237\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.74773700995397\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.17807557259283\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t573e0eec883b4f83a81a723fab12bf29\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6e758afe519b430d848aed82b20ee2e7\"><g class=\"toyplot-Edges\"><path d=\"M 157.334986954 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.490341354 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.490341354 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.795369863 189.909351145 L 165.490341354 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.149588206 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.149588206 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.795369863 189.909351145 L 161.149588206 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.334986954 152.635973282 L 157.795369863 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.33498695358054\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.79536986330788\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.49034135446533\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.14958820560724\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f6222d6ab5f49db9dfbb8480d48d375\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.33498695358054\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.79536986330788\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.49034135446533\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.14958820560724\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t87006b679b884b29b3015738602e316d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb0b8e5d323af4ec3b002b11f7bf91465\"><g class=\"toyplot-Edges\"><path d=\"M 174.89530651 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.609423488 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.609423488 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.618765368 219.728053435 L 205.609423488 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.618765368 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.89530651 137.726622137 L 175.618765368 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.697999549 126.544608779 L 174.89530651 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.697999549 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"174.69799954901265\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"174.89530651032436\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"175.61876536846739\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"205.60942348785017\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5ba7b11d54e647c982ce2702f4de0098\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.69799954901265\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.89530651032436\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.61876536846739\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.60942348785017\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc0ffc90125704339aece3b416c41136a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t093781f844744194aafcde46e98d8269\"><g class=\"toyplot-Edges\"><path d=\"M 124.845107324 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.979211631 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.979211631 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.541635796 219.728053435 L 158.979211631 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.541635796 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.845107324 137.726622137 L 127.541635796 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.200882647 126.544608779 L 124.845107324 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.200882647 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"123.20088264665141\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"124.84510732424914\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"127.54163579550946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"158.97921163117826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcbd1dbc5d7e84b4e82eae02ed048fe54\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.20088264665141\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.84510732424914\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.54163579550946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.97921163117826\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t485214a46acf404094cccb280cd5e3d2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t16a78a45e169485594a709c863f05579\"><g class=\"toyplot-Edges\"><path d=\"M 133.986996532 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.986996532 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.281673807 219.728053435 L 133.986996532 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.281673807 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.996338412 167.545324427 L 117.281673807 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.996338412 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.535955503 111.635257634 L 103.996338412 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.535955503 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.53595550258245\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.99633841230983\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"117.28167380729957\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.9869965316926\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a547812f33442269f7f9f1c32ac356e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.53595550258245\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.99633841230983\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.28167380729957\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.9869965316926\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd1d7de42dc344c293fc311125cbfee0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6a77249e23954d03b8b1b707616faebc\"><g class=\"toyplot-Edges\"><path d=\"M 75.9129809189 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6752783773 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.31996478 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.31996478 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.6752783773 219.728053435 L 163.31996478 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6887435707 137.726622137 L 78.6752783773 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.6887435707 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.9129809189 126.544608779 L 77.6887435707 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"75.912980918940377\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"77.688743570745956\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.675278377304579\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.31996478003629\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5bb04a57afe54b2289531fa7f70d0164\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.912980918940377\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.688743570745956\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.675278377304579\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.31996478003629\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf2d76b2c12d541e8a3fe6928ad783e62\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf4583e1b68b448809d4559c4c92f0652\"><g class=\"toyplot-Edges\"><path d=\"M 123.13511366 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.019059584 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.019059584 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 189.909351145 L 200.019059584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.447379441 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.447379441 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 189.909351145 L 134.447379441 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.13511366 152.635973282 L 126.555100989 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.13511365954753\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"126.55510098895081\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"200.0190595840179\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.44737944141997\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb8a19148efc94fc898cb0bb00f0c1320\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.13511365954753\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.55510098895081\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.0190595840179\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.44737944141997\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t195b0934fa664e2e9b24d6a87ff518fb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t85b717d8ebce41fcbd7fee106ef12051\"><g class=\"toyplot-Edges\"><path d=\"M 178.446831814 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.841445737 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.981777964 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.981777964 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.630673582 219.728053435 L 192.981777964 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.630673582 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.841445737 137.726622137 L 179.630673582 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.446831814 126.544608779 L 178.841445737 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"178.44683181393552\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"178.84144573655897\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"179.63067358180589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"192.98177796389953\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td4cafe80c66b40bc8344d321b0659adc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.44683181393552\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.84144573655897\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.63067358180589\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.98177796389953\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf4ebb461a0b24d90a3dc1a71705bcc87\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tac6438a84aa64e01b48d664f815a5b1d\"><g class=\"toyplot-Edges\"><path d=\"M 137.604290822 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.840436384 219.728053435 L 155.427686328 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.840436384 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.604290822 167.545324427 L 139.840436384 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 111.635257634 L 137.604290822 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"137.14390791268025\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"137.60429082240762\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.84043638394053\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.42768632756713\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"teea94395025b42d6b9a60c4e295372e9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.14390791268025\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.60429082240762\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.84043638394053\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.42768632756713\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2e3003c15cb3429bbe54f9f2d0a5da9f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbebfbac755e24e15a7ff2ce279928fc7\"><g class=\"toyplot-Edges\"><path d=\"M 137.933135758 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.038752698 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.038752698 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.751860323 219.728053435 L 179.038752698 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.751860323 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.3261927 167.545324427 L 170.751860323 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.3261927 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.933135758 111.635257634 L 143.3261927 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"137.93313575792718\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.32619270044779\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"170.7518603227781\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"179.03875269787073\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0531c455d5764cc88b6fca74cf684fa3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.93313575792718\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.32619270044779\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.7518603227781\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.03875269787073\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t75e05f5c4efc40d3bc3517e01e947c90\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t60e2f1c733d6439fb68790a90afbf0fa\"><g class=\"toyplot-Edges\"><path d=\"M 148.127328759 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.723372956 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.723372956 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.717692663 219.728053435 L 177.723372956 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.717692663 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.073467985 167.545324427 L 153.717692663 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.073467985 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 111.635257634 L 152.073467985 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"148.12732875903316\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.07346798526774\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.71769266286549\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"177.72337295579248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tace51ac556444f43b842b81280e64849\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.12732875903316\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.07346798526774\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.71769266286549\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.72337295579248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6e058fd371274a6bbe588826137b9893\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t869559203c4a41beb9c8a5f9fd33f91b\"><g class=\"toyplot-Edges\"><path d=\"M 144.773110417 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 234.63740458 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.454616714 234.63740458 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.454616714 234.63740458 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.955395205 234.63740458 L 153.454616714 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.930021798 175.0 L 150.955395205 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.930021798 175.0 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.773110417 115.36259542 L 147.930021798 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"144.7731104167338\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.93002179772145\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.95539520450129\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.45461671444986\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t01c9c3de6c1a49dea3c4119c519a88c1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.7731104167338\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.93002179772145\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.95539520450129\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.45461671444986\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6c3151356186422a97946c1e9235be76\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7033570a2e5047bdb0b9c8d410ba6f85\"><g class=\"toyplot-Edges\"><path d=\"M 133.000461725 175.0 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.366588281 234.63740458 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.375382534 234.63740458 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.375382534 234.63740458 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.366588281 234.63740458 L 154.375382534 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.000461725 175.0 L 140.366588281 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.75085097 115.36259542 L 133.000461725 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.75085097 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.75085097015969\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.00046172513399\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"140.36658828077185\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"154.3753825339046\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taa482ed4047c47bb98dcb885257cf346\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.75085097015969\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.00046172513399\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.36658828077185\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.3753825339046\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tff77ea304267450bbf50a3679c4f5f05\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf2ebc9bcec6e46febe4368bc69db69e9\"><g class=\"toyplot-Edges\"><path d=\"M 111.559771929 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.163601027 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.035638738 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.035638738 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.794360511 219.728053435 L 189.035638738 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.794360511 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.163601027 137.726622137 L 118.794360511 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.559771929 126.544608779 L 116.163601027 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.5597719292594\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"116.16360102653309\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"118.79436051068946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"189.03563873766493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta2808ef273d84999b0cfee6a39110c57\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.5597719292594\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.16360102653309\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.79436051068946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.03563873766493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5e2ae0899ed54eb3ad3396a9b97e6a8a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef9fe221fbf2438285af5a574dd254ed\"><g class=\"toyplot-Edges\"><path d=\"M 123.398189608 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.398189608 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.21590482 152.635973282 L 123.398189608 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.860129498 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.174961612 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.174961612 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.860129498 219.728053435 L 164.174961612 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.21590482 152.635973282 L 118.860129498 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.21590482019565\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.39818960796313\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.86012949779337\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.17496161238716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf5a61b0fe3d34319bb69d112c92fdc41\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.21590482019565\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.39818960796313\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.86012949779337\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.17496161238716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t14043579e47347878aa51ccd2154bb4b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7eff939cd02f47c596106c6dff93f3e4\"><g class=\"toyplot-Edges\"><path d=\"M 170.159939439 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.159939439 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.018050231 152.635973282 L 170.159939439 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.937259071 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.93258813 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.93258813 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.937259071 219.728053435 L 181.93258813 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.018050231 152.635973282 L 166.937259071 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.01805023139949\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"170.15993943884291\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"166.93725907075134\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"181.93258813044275\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf8d2af1572884dec9fcfca01d0ae8835\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.01805023139949\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.15993943884291\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.93725907075134\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.93258813044275\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta71ccfdeadba4de9b18b962aa7b4dd80\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8c3fbdc1a14c415d868194f9d4da2ea9\"><g class=\"toyplot-Edges\"><path d=\"M 144.641572443 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.495012295 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.667955202 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.667955202 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.495012295 219.728053435 L 186.667955202 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.430800288 167.545324427 L 150.495012295 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.430800288 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.641572443 111.635257634 L 145.430800288 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"144.64157244252596\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"145.43080028777285\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.49501229477391\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"186.6679552019242\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t819d07129ae843b680b5acc0ca25034e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.64157244252596\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.43080028777285\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.49501229477391\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.6679552019242\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8aa56793d42c48e889f6d008a38a4ef4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t184454afab8b4f1aab39f7ee0a6c4082\"><g class=\"toyplot-Edges\"><path d=\"M 121.556657969 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.906205371 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.906205371 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 219.728053435 L 139.906205371 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.67473075 167.545324427 L 128.988553512 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.67473075 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.556657969 111.635257634 L 122.67473075 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.55665796905367\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.67473074982016\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.98855351179546\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"139.90620537104445\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta28879998c85446897a550e0e9795104\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.55665796905367\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.67473074982016\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.98855351179546\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.90620537104445\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t84813d041b4242538a27b0fb45ef9319\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6a8a9d155cc4e6699c5631c7ec9fcbd\"><g class=\"toyplot-Edges\"><path d=\"M 156.348452147 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.110749605 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.518281094 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.518281094 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.110749605 160.090648855 L 202.518281094 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.32152176 167.545324427 L 159.110749605 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.32152176 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.348452147 141.453959924 L 158.32152176 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.34845214702187\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.32152176013921\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"159.11074960538608\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"202.51828109396644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t23a418b6ca914b97bdd014b73a4d4e34\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.34845214702187\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.32152176013921\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.11074960538608\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.51828109396644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tae0d6fbf21734890a2c2becd6182c18d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc3022140aeab4d84912989c4e72e4e43\"><g class=\"toyplot-Edges\"><path d=\"M 154.967303418 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.530189307 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.530189307 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.967303418 219.728053435 L 206.530189307 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.968860398 152.635973282 L 154.967303418 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.166167359 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.166167359 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.968860398 152.635973282 L 150.166167359 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.96886039794262\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.96730341783976\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"206.53018930730491\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.16616735925436\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t58ca7d4b73274db8b05d7a4eb0be6c7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.96886039794262\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.96730341783976\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.53018930730491\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.16616735925436\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t849f84b4bdcf43499f912ed802247976\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tda09dd44b91443349355c0bb05ddae44\"><g class=\"toyplot-Edges\"><path d=\"M 155.888069237 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.888069237 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 152.635973282 L 155.888069237 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.056888832 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.265556379 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.265556379 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.056888832 219.728053435 L 211.265556379 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 152.635973282 L 163.056888832 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"154.57268949521631\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"155.88806923729453\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"163.05688883162065\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"211.26555637878641\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcc3a99639d9a471d826274b67569b1f5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.57268949521631\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.88806923729453\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.05688883162065\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"211.26555637878641\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf86e5ae5660d4914b44e31fbfcad693a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbdd64e9349d74e8da5622b965c90d391\"><g class=\"toyplot-Edges\"><path d=\"M 123.200882647 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.200882647 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.21434784 152.635973282 L 123.200882647 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.600629235 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.600629235 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 219.728053435 L 191.600629235 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.21434784 152.635973282 L 145.233493326 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"122.21434784009278\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"123.20088264665141\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.23349332646114\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"191.60062923471745\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1bcd018739d5401197d3b0b8fb921aed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.21434784009278\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.20088264665141\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.23349332646114\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.60062923471745\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa7fae8b696b485ba0db7c264846a365\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t16bd8e6b5bcb4de8adfa012f0e3882b5\"><g class=\"toyplot-Edges\"><path d=\"M 99.6555852635 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.417882722 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.265094654 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.265094654 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.417882722 219.728053435 L 128.265094654 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6555852635 167.545324427 L 102.417882722 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1952023537 111.635257634 L 99.6555852635 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1952023537 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.195202353724397\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.655585263451769\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.41788272181597\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.26509465365248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t15e180f07caa470eb17f16f9aa9c7daf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.195202353724397\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.655585263451769\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.41788272181597\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.26509465365248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t308b872682524c15bed4791fd64f7c04\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4243b3d4aa2541c194bd630d356f70ea\"><g class=\"toyplot-Edges\"><path d=\"M 94.6571422436 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.075572593 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.929012445 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.929012445 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.075572593 219.728053435 L 108.929012445 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6571422436 167.545324427 L 103.075572593 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.4002942156 111.635257634 L 94.6571422436 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.4002942156 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"74.40029421555046\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"94.657142243554645\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.07557259285508\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"108.92901244510301\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb244f4825f294fe5a16c0a7e236818c4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.40029421555046\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.657142243554645\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.07557259285508\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.92901244510301\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t516caf1762b04b989ee4997452356bc6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t54a717d80ae644319c5e31279775bb67\"><g class=\"toyplot-Edges\"><path d=\"M 76.7022087642 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.713021723 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.713021723 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 219.728053435 L 168.713021723 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.7022087642 167.545324427 L 107.21901878 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.7291391511 111.635257634 L 76.7022087642 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.7291391511 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"74.729139151070001\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"76.70220876418729\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.21901878040136\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"168.71302172255687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e74953526094ffcabb3bc0f40d29fea\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.729139151070001\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.70220876418729\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.21901878040136\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.71302172255687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t081a3926b7b845028371fcae91d2ad45\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3b4a3db406c84a4c90a74972eb12ea6b\"><g class=\"toyplot-Edges\"><path d=\"M 113.401303568 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.927455465 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.517819369 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.976097671 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.976097671 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.517819369 219.728053435 L 168.976097671 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.927455465 137.726622137 L 119.517819369 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.401303568 126.544608779 L 113.927455465 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.40130356816886\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.92745546500015\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.51781936883246\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"168.97609767097248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcb87f1b1e98444058e47c4b6faba6be8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.40130356816886\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.92745546500015\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.51781936883246\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.97609767097248\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfce13c35d9f44411a130386ffb785209\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcae3f97b5edd46a78020153c46fc6a33\"><g class=\"toyplot-Edges\"><path d=\"M 84.4629492424 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5659998497 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.014936271 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.014936271 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.5659998497 219.728053435 L 171.014936271 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5944872167 167.545324427 L 91.5659998497 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5944872167 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.4629492424 111.635257634 L 84.5944872167 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.462949242448659\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"84.594487216656461\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"91.565999849670902\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"171.01493627119373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdaf45fd5f5c8458a9466024ab88e0164\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.462949242448659\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.594487216656461\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.565999849670902\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.01493627119373\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6f940ca3b4994efa8f364065be3ec205\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t23f0c37e21b24564994bccca2ff3bf17\"><g class=\"toyplot-Edges\"><path d=\"M 118.13667064 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.465515575 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.846664304 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.78346165 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.78346165 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.846664304 219.728053435 L 153.78346165 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.465515575 137.726622137 L 119.846664304 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.13667064 126.544608779 L 118.465515575 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"118.13667063965039\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"118.46551557516992\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"119.84666430435203\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.78346164996941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a2a355d507d43b59776b61bd3e04dd0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.13667063965039\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.46551557516992\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.84666430435203\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.78346164996941\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tee2564e88954466280e49f9d02008a0f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbac22fe3e81b4851a012cd9e761aa774\"><g class=\"toyplot-Edges\"><path d=\"M 163.188426806 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.188426806 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.849230637 160.090648855 L 163.188426806 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.849230637 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.388847727 152.635973282 L 153.849230637 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.346895167 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.346895167 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.388847727 152.635973282 L 161.346895167 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"153.38884772734593\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"153.8492306370733\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"163.18842680582847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"161.34689516691898\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb6537152b57c42398ed4da49f1ccb8a5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.38884772734593\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.8492306370733\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.18842680582847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.34689516691898\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2678a5522e6d4a3ba31e9b4be150a689\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t43cbeffe62f342e781b76a2eaafdf36a\"><g class=\"toyplot-Edges\"><path d=\"M 173.448388794 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.448388794 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.503806548 197.364026718 L 173.448388794 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.949167284 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.949167284 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.569575535 130.271946565 L 170.949167284 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.569575535 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.503806548 197.364026718 L 164.569575535 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"164.50380654790666\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"173.44838879403838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"164.56957553501059\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"170.94916728408981\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t94020aee45bf4571a09d92e590f23efd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.50380654790666\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.44838879403838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.56957553501059\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.94916728408981\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4e2f19def9ec4e88ba007383145ca9e6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t137732897d6246cd9609dc7c00295f65\"><g class=\"toyplot-Edges\"><path d=\"M 169.568018555 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.93258813 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.93258813 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.883398297 160.090648855 L 181.93258813 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.883398297 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.568018555 167.545324427 L 170.883398297 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.304942606 141.453959924 L 169.568018555 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.304942606 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.30494260649206\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.5680185549077\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"170.88339829698589\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"181.9325881304427\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7f99645cfd2a4035a489618236de2834\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.30494260649206\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.5680185549077\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.88339829698589\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.9325881304427\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcacd766a4c8a4fe8bc166f5998d79c7a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3235b83973bc48cc8bebc2c6b6fcc86f\"><g class=\"toyplot-Edges\"><path d=\"M 131.093161099 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.093161099 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.303933254 152.635973282 L 131.093161099 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.590825629 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.590825629 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.685081983 160.090648855 L 138.590825629 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.685081983 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.303933254 152.635973282 L 131.685081983 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.30393325387365\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"131.09316109912055\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"131.68508198305577\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.59082562896626\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2f706018d2974be4ae22a31594c45d11\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.30393325387365\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.09316109912055\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.68508198305577\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.59082562896626\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te7b7e8d8501044dc85b1933f74ecb9ec\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta7ebb28e8f534fdb925eda0948c7a82c\"><g class=\"toyplot-Edges\"><path d=\"M 66.442246776 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2703132214 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6555852635 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6555852635 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2703132214 219.728053435 L 99.6555852635 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2703132214 137.726622137 L 69.2703132214 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2703132214 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.442246776 126.544608779 L 69.2703132214 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"66.442246775977395\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.27031322144552\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.27031322144552\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"99.655585263451769\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4037eb94d96e4719bb15dfa9897fb693\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.442246775977395\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.27031322144552\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.27031322144552\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.655585263451769\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc6908c3048c2483babda3fa51e4e7592\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5e894a21bd2b48d6a0b59083ea9f3585\"><g class=\"toyplot-Edges\"><path d=\"M 176.27645524 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.27645524 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.330316013 219.728053435 L 176.27645524 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.330316013 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.554553361 137.726622137 L 172.330316013 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.554553361 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.094170452 126.544608779 L 170.554553361 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.094170452 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"170.09417045173899\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"170.55455336146636\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"172.33031601327195\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"176.2764552395065\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d1d06adcb334daf9ddf0c7ef359a012\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.09417045173899\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.55455336146636\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.33031601327195\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.2764552395065\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1ad55d33b3c14b9f9de509735cc92d03\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfd32fea095834f38b9eef45a99ac5571\"><g class=\"toyplot-Edges\"><path d=\"M 162.201891999 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.055331852 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.214809565 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.214809565 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.055331852 219.728053435 L 205.214809565 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.201891999 137.726622137 L 168.055331852 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.677297083 126.544608779 L 162.201891999 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.677297083 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.67729708254143\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.20189199926983\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"168.05533185151779\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"205.21480956522672\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t528b3f062c9b436aacba2577563a00ad\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.67729708254143\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.20189199926983\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.05533185151779\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.21480956522672\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8b6fef5262b3493ea44086a8f256f497\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1c02645aee6d41d096e232eda718bac2\"><g class=\"toyplot-Edges\"><path d=\"M 123.13511366 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.131999699 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.786027983 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.786027983 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.131999699 219.728053435 L 187.786027983 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.13511366 137.726622137 L 133.131999699 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.490888982 126.544608779 L 123.13511366 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.490888982 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"121.49088898194977\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"123.13511365954749\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"133.13199969934178\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"187.78602798269068\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7b18ebad88c54f9abbb34bcac1bd9cde\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.49088898194977\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.13511365954749\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.13199969934178\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.78602798269068\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t720285edd2744f2e8073e283c498f126\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t54f8ac8f5c6e4193adcbbea7da3e8b6a\"><g class=\"toyplot-Edges\"><path d=\"M 154.506920508 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.194107099 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.194107099 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 175.0 L 187.194107099 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.677297083 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.677297083 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.572689495 175.0 L 156.677297083 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.506920508 175.0 L 154.572689495 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"154.50692050811239\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"154.57268949521631\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"187.19410709875547\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"156.67729708254143\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5abda9c6618944ebab001fc51f433fde\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.50692050811239\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.57268949521631\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.19410709875547\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.67729708254143\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9944f5b501e6476088c4d88055d4550d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t35c7a380a04b404584b6826d7c62c5c1\"><g class=\"toyplot-Edges\"><path d=\"M 216.263999399 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.263999399 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.566461575 189.909351145 L 216.263999399 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.092613472 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.092613472 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.566461575 189.909351145 L 175.092613472 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.475319181 152.635973282 L 174.566461575 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.475319181 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"171.4753191809211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"174.56646157480489\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"216.26399939868355\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"175.09261347163613\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t812ae659b84443ba820182fbdf3a3146\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.4753191809211\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.56646157480489\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.26399939868355\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.09261347163613\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td7d7bd7443c141bea869c474bf7f8c41\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9a603a2ca97747f4bc20a33323864f3d\"><g class=\"toyplot-Edges\"><path d=\"M 158.124214799 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.374834906 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.374834906 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.899977451 160.090648855 L 198.374834906 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.899977451 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 167.545324427 L 159.899977451 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.033072405 141.453959924 L 158.124214799 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.033072405 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"155.03307240494365\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"158.12421479882741\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.89997745063297\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"198.37483490642009\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t96594a8d84474d1189b93b7bc32f20e8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.03307240494365\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.12421479882741\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.89997745063297\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.37483490642009\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t954f4370ced64433a67dc758b4f6de4c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e917e3db534416ebf34977af082c227\"><g class=\"toyplot-Edges\"><path d=\"M 169.107635645 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.107635645 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.977654651 219.728053435 L 169.107635645 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.977654651 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.122657819 137.726622137 L 163.977654651 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.122657819 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.075024965 126.544608779 L 163.122657819 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.075024965 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"147.07502496537063\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"163.12265781872458\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"163.9776546510754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.10763564518035\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t69a61f542b16445f9b3c5786290c7178\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.07502496537063\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.12265781872458\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.9776546510754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.10763564518035\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6ed8b22dbe8d4119a1d9b0a74d4729ca\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t44a4f7b062524b448b0ccfe2f7d54256\"><g class=\"toyplot-Edges\"><path d=\"M 133.526613622 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.526613622 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.67940169 189.909351145 L 133.526613622 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.623983936 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.623983936 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.67940169 189.909351145 L 116.623983936 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6333258169 152.635973282 L 107.67940169 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.6333258169 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"86.633325816877644\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.67940169012873\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"133.52661362196523\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"116.62398393626043\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc57a1301b0c447adb75edfa3f445bdde\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.633325816877644\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.67940169012873\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.52661362196523\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.62398393626043\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td2cc925a74e8474c9f8a60fb40906e0f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t74ff4fcdb13445f5836143ba5a4e615b\"><g class=\"toyplot-Edges\"><path d=\"M 154.375382534 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.375382534 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.502797195 219.728053435 L 154.375382534 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.502797195 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5271612494 137.726622137 L 125.502797195 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.5271612494 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.3971802553 126.544608779 L 89.5271612494 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.3971802553 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"84.397180255344722\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.527161249449662\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.50279719528822\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"154.37538253390454\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9aea9d764a014ffd983b9280fe0958d6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.397180255344722\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.527161249449662\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.50279719528822\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.37538253390454\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb5fd7f4e4e4142f1a55f851a347d1284\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3ec32cf3147d47da8971b0ec314678d8\"><g class=\"toyplot-Edges\"><path d=\"M 83.6737213972 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6555852635 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6555852635 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.6183036433 219.728053435 L 99.6555852635 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.6183036433 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1325473268 167.545324427 L 92.6183036433 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.1325473268 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6737213972 111.635257634 L 89.1325473268 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"83.673721397201717\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"89.132547326826241\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"92.618303643333419\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.655585263451769\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tda38cca726fb493897c4c8db81d5b1c3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.673721397201717\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.132547326826241\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.618303643333419\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.655585263451769\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbf3c5d6473e84cf7bee5af30120c5066\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb7175c22295d410991e097a1f3cfa261\"><g class=\"toyplot-Edges\"><path d=\"M 109.455164342 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.981316239 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.758088243 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.758088243 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.347442794 219.728053435 L 150.758088243 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.347442794 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.981316239 137.726622137 L 117.347442794 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.455164342 126.544608779 L 109.981316239 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"109.45516434193428\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"109.98131623876557\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"117.34744279440343\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.75808824318955\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tae8d5dab58fe4ff39c54979299014d0b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.45516434193428\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.98131623876557\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.34744279440343\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.75808824318955\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf72699c65e6041a4a2f571c3cb180256\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t69066f2a17a64c548838c3a4fa1f23d8\"><g class=\"toyplot-Edges\"><path d=\"M 132.079695906 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.563895242 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.965746438 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.965746438 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.70578445 219.728053435 L 159.965746438 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.70578445 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.563895242 137.726622137 L 149.70578445 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.079695906 126.544608779 L 140.563895242 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"132.07969590567922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"140.56389524208353\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.70578444952696\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"159.96574643773687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t58f2d7e1199041abb888be1a4ec0e4a3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.07969590567922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.56389524208353\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.70578444952696\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.96574643773687\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t635e26e0f9c2470bb2e9f67f624fb360\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2018cef06e87424281bbd03df59ef9e4\"><g class=\"toyplot-Edges\"><path d=\"M 104.917104232 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.006142018 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.006142018 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.71668331 160.090648855 L 157.006142018 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.71668331 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.888616865 167.545324427 L 114.71668331 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.888616865 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.917104232 141.453959924 L 111.888616865 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"104.91710423176454\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.88861686477897\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"114.71668331024706\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.00614201806096\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t10c35dd5564a4da58d18375a8d882467\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.91710423176454\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.88861686477897\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.71668331024706\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.00614201806096\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8d176afe8eb140239d2f36616a4533ab\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta339952eab174782b9cf2d6b76b2ee70\"><g class=\"toyplot-Edges\"><path d=\"M 84.6602562038 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.1056169399 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.806268724 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.806268724 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8290757981 219.728053435 L 122.806268724 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8290757981 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.1056169399 137.726622137 L 91.8290757981 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.6602562038 126.544608779 L 91.1056169399 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.660256203760355\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"91.105616939943502\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"91.829075798086507\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.80626872402794\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta9bc9f17085b4424a7af84352bd8781a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.660256203760355\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.105616939943502\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.829075798086507\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.80626872402794\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf00e39f132c34c96b9cd9ac73fc470a8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td857ce6138584812bbbdb90b28a2c342\"><g class=\"toyplot-Edges\"><path d=\"M 107.350556755 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.784009277 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.906205371 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.906205371 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.1786232 219.728053435 L 139.906205371 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.1786232 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.784009277 137.726622137 L 110.1786232 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.350556755 126.544608779 L 109.784009277 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"107.35055675460922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"109.78400927745386\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"110.17862320007731\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"139.90620537104445\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t685761ad8f0d4cb78c1b5576646d580d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.35055675460922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.78400927745386\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.17862320007731\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.90620537104445\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5eb566a44e864a75aaafb2cad29d6ac7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t39a749f3e2834eb49950eda529976df3\"><g class=\"toyplot-Edges\"><path d=\"M 126.883945924 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.960066145 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.369154613 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.369154613 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.879274984 219.728053435 L 174.369154613 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.879274984 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.960066145 137.726622137 L 141.879274984 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.883945924 126.544608779 L 135.960066145 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.88394592447037\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.9600661448099\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"141.87927498416173\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"174.36915461349312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7da375fcf4f64ad39c6c9f3dcecb8cb1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.88394592447037\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.9600661448099\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.87927498416173\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.36915461349312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2a219ddd844e4dc1b7fd913e511dfafa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te50db13c81b04b61b049e4fb8278f4b6\"><g class=\"toyplot-Edges\"><path d=\"M 175.35568942 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.35568942 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.81918629 219.728053435 L 175.35568942 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.81918629 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.095727432 137.726622137 L 165.81918629 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.095727432 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.083819219 126.544608779 L 165.095727432 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.083819219 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.08381921850338\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.09572743184185\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.81918628998486\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"175.35568942005176\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t770e941e521549c795dc778372801d17\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.08381921850338\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.09572743184185\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.81918628998486\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.35568942005176\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9e25bd6addf74b7f9f197c1f0d717e82\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te4f0c80c33a94898aefa9e288f47c3d9\"><g class=\"toyplot-Edges\"><path d=\"M 117.281673807 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.592382609 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.592382609 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.398189608 219.728053435 L 133.592382609 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.398189608 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.978202279 167.545324427 L 123.398189608 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.978202279 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.281673807 111.635257634 L 119.978202279 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"117.28167380729957\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"119.97820227855985\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"123.39818960796316\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"133.59238260906915\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2c9890a25e5c43ea96795af5d216befa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.28167380729957\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.97820227855985\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.39818960796316\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.59238260906915\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tedfcb83a1f31407e9bfb3120a1a77ec8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdee2372b4c4c480399e041ebb05216bc\"><g class=\"toyplot-Edges\"><path d=\"M 136.880831964 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.406983861 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.216914173 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.216914173 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.892740178 219.728053435 L 156.216914173 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.892740178 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.406983861 137.726622137 L 140.892740178 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.880831964 126.544608779 L 137.406983861 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.88083196426459\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.40698386109591\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"140.89274017760309\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.21691417281406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a480313384a4ae3bcb16bca1b2b14b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.88083196426459\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.40698386109591\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.89274017760309\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.21691417281406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t23da9f83a6a145478abf63d9d8ac9cad\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td1a8f5d7e0684961bc09f182f63a2513\"><g class=\"toyplot-Edges\"><path d=\"M 132.013926919 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.013926919 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.4976645298 219.728053435 L 132.013926919 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.4976645298 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 152.635973282 L 57.4976645298 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.1315379742 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.1315379742 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 152.635973282 L 50.1315379742 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"50.0\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"57.4976645298457\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"132.01392691857532\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"50.131537974207809\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t85ab41ae825f46a6bf535ad06b2c371f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.0\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.4976645298457\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.01392691857532\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.131537974207809\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t25b770c1c8b246759ba03d11ce10f643\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5044d77fafae44b68f6ad635e7329633\"><g class=\"toyplot-Edges\"><path d=\"M 83.0160315262 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9098669587 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.767430124 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.767430124 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2252467008 219.728053435 L 120.767430124 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2252467008 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.9098669587 137.726622137 L 87.2252467008 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.0160315262 126.544608779 L 85.9098669587 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.016031526162621\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"85.909866958734654\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"87.225246700812832\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"120.76743012380678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb34d7976ddaf4df69bfa0a2e9a36f11d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.016031526162621\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.909866958734654\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.225246700812832\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.76743012380678\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t124628b1658f44e985867676036420ed\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t131e3d6038cb4d31a9de198541e9477a\"><g class=\"toyplot-Edges\"><path d=\"M 93.3417625015 100.453244275 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3013669212 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3013669212 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.3417625015 100.453244275 L 96.3013669212 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5525346562 182.454675573 L 93.3417625015 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.320512408 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.320512408 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.5525346562 182.454675573 L 119.320512408 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"92.552534656229511\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"93.34176250147641\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"96.301366921152379\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.32051240752074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5a5f9497450d49acbb120b4dfd9936d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.552534656229511\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.34176250147641\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.301366921152379\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.32051240752074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdf30d9f885d04402abf01eb83ed3e38b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t47de2fc752c0406c90133ebad8b6bf06\"><g class=\"toyplot-Edges\"><path d=\"M 161.74150909 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 219.728053435 L 161.74150909 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.454616714 167.545324427 L 155.427686328 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.454616714 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 111.635257634 L 153.454616714 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.86269583051467\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"153.45461671444986\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"155.42768632756713\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.74150908954246\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t858f9b9279974baca1786b7c0717a377\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.86269583051467\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.45461671444986\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.42768632756713\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.74150908954246\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf725b07fe8534a859a5dd06f3046be65\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t713faa1935804b8884db3cb883cd0c9f\"><g class=\"toyplot-Edges\"><path d=\"M 166.082262238 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.175970965 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.175970965 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.763768536 219.728053435 L 203.175970965 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.763768536 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.082262238 137.726622137 L 174.763768536 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.070354025 126.544608779 L 166.082262238 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.070354025 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"162.07035402506199\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"166.08226223840049\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"174.76376853611657\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"203.17597096500555\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbd25da3046d847f8b0b16bb0f94d602a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.07035402506199\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.08226223840049\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.76376853611657\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.17597096500555\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta2efafa32f5c43a38c53075638931011\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t465756c1830e4c18a7515ee255334a68\"><g class=\"toyplot-Edges\"><path d=\"M 161.74150909 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.637910855 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.637910855 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.463410968 219.728053435 L 198.637910855 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.463410968 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.109192625 137.726622137 L 167.463410968 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.109192625 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.74150909 126.544608779 L 164.109192625 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.74150908954246\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"164.10919262528324\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"167.4634109675826\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"198.63791085483578\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tddcbd7bf63624d7b9a5b401f875784e9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.74150908954246\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.10919262528324\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.4634109675826\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.63791085483578\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td3b69851cca44ce2a9770c65e9bdb43c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3c6bbc6341db4bfdbc3c22d149a3d9c1\"><g class=\"toyplot-Edges\"><path d=\"M 159.110749605 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.110749605 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.025835132 189.909351145 L 159.110749605 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.025835132 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 182.454675573 L 136.025835132 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.199325667 119.089933206 L 128.988553512 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.199325667 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"128.19932566654853\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"128.98855351179546\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"136.02583513191382\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"159.11074960538608\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4ea339bbea904570806d81dbb6d6ac88\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.19932566654853\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.98855351179546\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.02583513191382\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.11074960538608\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t47318d23315a4d369b829ed0dcd49c67\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdf925ca8e8d842a6b8f36c90da8a5088\"><g class=\"toyplot-Edges\"><path d=\"M 180.35413244 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.35413244 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.698547176 189.909351145 L 180.35413244 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.698547176 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.120091486 182.454675573 L 130.698547176 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.120091486 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 119.089933206 L 129.120091486 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"128.98855351179546\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"129.12009148600328\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"130.69854717649713\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"180.35413243994887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61e5fb21a63945e9ad93c5bc70740c0e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.98855351179546\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.12009148600328\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.69854717649713\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.35413243994887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta816fda5e7d04f1585f278b3404ecdcd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf3cb38d25bf84fdbbbce0b497beb7e35\"><g class=\"toyplot-Edges\"><path d=\"M 141.353123087 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.884955277 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.884955277 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.997347765 160.090648855 L 165.884955277 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.997347765 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.076581945 167.545324427 L 142.997347765 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.076581945 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 141.453959924 L 142.076581945 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.35312308733046\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.07658194547349\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.99734776492821\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.88495527708875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51a9d12de911412c897061db7b2f37c7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.35312308733046\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.07658194547349\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.99734776492821\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.88495527708875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb805f8170e9845ac8b9d64827a34b39f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7aa5cc0b66c640d3b09a20d5e75b9fd3\"><g class=\"toyplot-Edges\"><path d=\"M 157.598062902 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.551439401 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.551439401 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.412664154 219.728053435 L 180.551439401 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.412664154 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 137.726622137 L 161.412664154 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.598062902 126.544608779 L 159.308056567 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.59806290199617\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"159.30805656669781\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"161.41266415402293\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"180.55143940126061\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t77ac7151c1b347de82d85f89651c2dbd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.59806290199617\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.30805656669781\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.41266415402293\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.55143940126061\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t26b2fc6d4ade4a03bf66aeb49ee07253\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb9f196b0d3e24e489d00a5fd825161fa\"><g class=\"toyplot-Edges\"><path d=\"M 149.048094578 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.311170527 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.00403741 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.00403741 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.89686349 219.728053435 L 206.00403741 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.89686349 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.311170527 137.726622137 L 169.89686349 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.048094578 126.544608779 L 149.311170527 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.04809457848791\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.31117052690354\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.89686349042725\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"206.00403741047364\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a03fa75860749188a8f309d44f9b653\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.04809457848791\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.31117052690354\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.89686349042725\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.00403741047364\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fb175058ab842c4a95f11d58d45fabf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t233c099b0c524e2fa06b0a89d99ff8fa\"><g class=\"toyplot-Edges\"><path d=\"M 129.317398447 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.952281244 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.952281244 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.130442719 219.728053435 L 160.952281244 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.130442719 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.67161679 167.545324427 L 138.130442719 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.67161679 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.317398447 111.635257634 L 132.67161679 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.31739844731504\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"132.6716167896144\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.13044271923891\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.95228124429556\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb7cae478a3f14ce0816a3135ed64fd3d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.31739844731504\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.6716167896144\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.13044271923891\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.95228124429556\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t357d78c0f78147c185b00d239c50dc37\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taebccc5b1ef34030a9521dbbc8a27f88\"><g class=\"toyplot-Edges\"><path d=\"M 161.412664154 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.412664154 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.428233955 189.909351145 L 161.412664154 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.428233955 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.984430199 182.454675573 L 111.428233955 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.984430199 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.392509315 119.089933206 L 99.984430199 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.392509315 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"99.392509315036136\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"99.984430198971296\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"111.4282339550516\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"161.41266415402293\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te084c3dd6ff348848c15c6ca534ee386\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.392509315036136\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.984430198971296\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.4282339550516\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.41266415402293\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc32601bdb1c942af953710ecf64f8fdb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t94257e1d017140f8a657228d0d810d29\"><g class=\"toyplot-Edges\"><path d=\"M 110.770544084 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.684534356 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.684534356 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.770544084 160.090648855 L 175.684534356 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.770544084 137.726622137 L 110.770544084 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.770544084 137.726622137 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.284787768 156.363311069 L 110.770544084 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.284787768 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.28478776750528\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"110.7705440840125\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"110.7705440840125\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"175.68453435557132\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t380a51947ac64fc795a9892aef445a52\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.28478776750528\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.7705440840125\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.7705440840125\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.68453435557132\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta91eaa0f35db4034ab72b9a3c73d4ac6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t21504cc156c44d76b5c1872d6e217abf\"><g class=\"toyplot-Edges\"><path d=\"M 104.193645374 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.495559922 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.559771929 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.435471228 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.435471228 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.559771929 189.909351145 L 130.435471228 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.495559922 182.454675573 L 111.559771929 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.193645374 119.089933206 L 106.495559922 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.19364537362155\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.49555992225837\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"111.55977192925943\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"130.4354712280815\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc45663d1e93a4f3d90a3034fef27b232\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.19364537362155\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.49555992225837\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.55977192925943\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.4354712280815\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfcaba1a4c9f24e8db82a3873be5ad7bf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2710176aca604a9e9d0478dbb923d954\"><g class=\"toyplot-Edges\"><path d=\"M 156.019607212 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.089499511 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.089499511 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.019607212 219.728053435 L 185.089499511 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.835765444 152.635973282 L 156.019607212 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.423015387 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.423015387 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.835765444 152.635973282 L 170.423015387 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.835765443632\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.01960721150232\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"185.0894995114304\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"170.42301538725854\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te2a62d1c8e5944728bb2450b54cf007c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.835765443632\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.01960721150232\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.0894995114304\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.42301538725854\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1cf6d90e771e4917b036fc6c36272b78\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbd3e09321aa346cca8fdc042b4da7a10\"><g class=\"toyplot-Edges\"><path d=\"M 157.926907838 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.714578703 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.714578703 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.926907838 219.728053435 L 163.714578703 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.852344597 152.635973282 L 157.926907838 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.601176862 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.601176862 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.852344597 152.635973282 L 147.601176862 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.85234459727906\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"157.9269078375157\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"163.71457870265976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.6011768622019\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taf6b456163594487be5326f79d1fd05d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.85234459727906\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.9269078375157\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.71457870265976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.6011768622019\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad56996630954509a6636921896a4e7e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t581fa61bc8f841a680c4d3f5466020a8\"><g class=\"toyplot-Edges\"><path d=\"M 185.484113434 175.0 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.273341279 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.273341279 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.141803305 175.0 L 186.273341279 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.88907859 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.88907859 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.141803305 175.0 L 194.88907859 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.484113434 175.0 L 186.141803305 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"185.48411343405382\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"186.14180330509294\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"186.27334127930078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.88907858991291\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f30c64698b84a02b250cc38654de181\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.48411343405382\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.14180330509294\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.27334127930078\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.88907858991291\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbc3cd04f92dc4e1f9b2551525c510fd0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6cb5e87edaf5472fa63fad8c928abf98\"><g class=\"toyplot-Edges\"><path d=\"M 159.176518592 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.176518592 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.586154689 189.909351145 L 159.176518592 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.811401389 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.811401389 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.586154689 189.909351145 L 190.811401389 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.402312921 152.635973282 L 153.586154689 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.402312921 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"152.40231292078727\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.58615468865764\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.17651859248997\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"190.81140138947052\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t27b0d954e1d448a88705e5515f272d24\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.40231292078727\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.58615468865764\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.17651859248997\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.81140138947052\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6ba89bafb22340c9a39421fdf9e032c1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf907a71d9fb7402c9ba7832ac987849b\"><g class=\"toyplot-Edges\"><path d=\"M 143.918113584 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.918113584 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.160487066 189.909351145 L 143.918113584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.738942757 115.36259542 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.855458557 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.855458557 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.738942757 115.36259542 L 133.855458557 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.160487066 189.909351145 L 127.738942757 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"126.16048706632736\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"143.91811358438295\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"127.73894275682122\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.85545855748478\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td90c55e4f7144df6a56a8d31211197c7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.16048706632736\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.91811358438295\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.73894275682122\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.85545855748478\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te494edc4abe64566aa5f12d73769a0b3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tab9f335574d9455a95c719a6b8792f06\"><g class=\"toyplot-Edges\"><path d=\"M 110.375930161 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.375930161 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.207110567 189.909351145 L 110.375930161 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.207110567 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.089037786 182.454675573 L 103.207110567 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.089037786 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.365578928 119.089933206 L 102.089037786 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.365578928 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"101.3655789281534\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"102.08903778629642\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"103.20711056706284\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"110.37593016138902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcee58d83ef5343c49a2272745e55374d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.3655789281534\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.08903778629642\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.20711056706284\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.37593016138902\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t68b61546490a445d8a4b9d41e9ae39e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta2ab5217b6af441a851719a8072f3b4c\"><g class=\"toyplot-Edges\"><path d=\"M 95.2490631275 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.615189683 160.090648855 L 126.555100989 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.615189683 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.8140536245 167.545324427 L 102.615189683 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.8140536245 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.2490631275 141.453959924 L 97.8140536245 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.249063127489819\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"97.814053624542282\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.61518968312771\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"126.5551009889508\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc652081bc90547619df185d069edc106\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.249063127489819\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.814053624542282\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.61518968312771\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.5551009889508\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t11079d2a1c26412d912e11af566c9cb6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t94e234005e3744fd92ca4099c11178b3\"><g class=\"toyplot-Edges\"><path d=\"M 73.6768353574 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7229112307 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.7229112307 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3075948416 189.909351145 L 94.7229112307 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8860505321 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.8860505321 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.3075948416 189.909351145 L 77.8860505321 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 73.6768353574 152.635973282 L 76.3075948416 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"73.676835357407441\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"76.307594841563827\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.722911230658525\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"77.886050532057652\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t45e5b8d002a34ff9aeb048104c0343a6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"73.676835357407441\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.307594841563827\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.722911230658525\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.886050532057652\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t49b79f648f3d4039bd7a404454c017e3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teac041e9b3f84c249d8fd468b381e7b4\"><g class=\"toyplot-Edges\"><path d=\"M 105.903639038 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.162044046 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.162044046 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.903639038 219.728053435 L 121.162044046 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.535955503 167.545324427 L 105.903639038 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.535955503 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.338648541 111.635257634 L 103.535955503 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.338648541 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.33864854127073\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.53595550258245\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"105.90363903832321\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"121.16204404643022\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcb574074843f4e4c8cf98343750bcffa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.33864854127073\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.53595550258245\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.90363903832321\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.16204404643022\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td5adc6b50f5f4438b525a1ff383dff66\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t57e65d70286741d2a55d09d17676b038\"><g class=\"toyplot-Edges\"><path d=\"M 142.010812958 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.456173695 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.004585038 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.004585038 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.456173695 219.728053435 L 162.004585038 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 137.726622137 L 148.456173695 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 126.544608779 L 142.010812958 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.0108129583696\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.0108129583696\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.45617369455275\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"162.00458503795812\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4a1b1075d70f435c809483f80802f383\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.0108129583696\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.0108129583696\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.45617369455275\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.00458503795812\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t40b5ec77ebc4483b9a1ae94fee147fe1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te7065855570a44f6a93f935d996c6579\"><g class=\"toyplot-Edges\"><path d=\"M 138.985439552 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.774667397 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.168733692 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.168733692 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.774667397 219.728053435 L 184.168733692 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.2485155 137.726622137 L 139.774667397 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.2485155 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.985439552 126.544608779 L 139.2485155 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"138.98543955158976\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.2485155000054\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.77466739683666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"184.16873369197569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.13136616950686\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta0fbdd1bb43f4a82b11230da95b1cc0e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.98543955158976\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.2485155000054\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.77466739683666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.16873369197569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.13136616950686\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad56040c15f64d0bb8f60e5326c85492\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tec36dda771c64687a983a87957d63c79\"><g class=\"toyplot-Edges\"><path d=\"M 152.007698998 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.24384456 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.478433141 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.478433141 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.24384456 219.728053435 L 161.478433141 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.533850895 137.726622137 L 154.24384456 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.533850895 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.007698998 126.544608779 L 152.533850895 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"152.00769899816385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"152.53385089499511\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"154.24384455969678\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"161.47843314112683\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc2da6f61f73f4c12a8950b20dfd634dd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.00769899816385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.53385089499511\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.24384455969678\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.47843314112683\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t45f72702e14e46a6b97120bcee4d98b3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf2ab4c3878e7479fac70d66b46f699cf\"><g class=\"toyplot-Edges\"><path d=\"M 131.816619957 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.293034393 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.293034393 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.816619957 219.728053435 L 165.293034393 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 167.545324427 L 131.816619957 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.555100989 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.740499737 111.635257634 L 126.555100989 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.740499737 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.74049973692405\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"126.5551009889508\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"131.81661995726358\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"165.29303439315359\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t11a85800bea84f0aaaf914e6a7ab1590\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.74049973692405\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.5551009889508\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.81661995726358\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.29303439315359\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t88229f66cef4458186f2e973c407c1d1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6fb73a977eb54b748e0bee6fa48ebb88\"><g class=\"toyplot-Edges\"><path d=\"M 132.277002867 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.277002867 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.29046806 204.81870229 L 132.277002867 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.545759108 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.545759108 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.29046806 204.81870229 L 156.545759108 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.924341505 130.271946565 L 131.29046806 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.924341505 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"123.9243415047944\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.29046806043229\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"132.27700286699093\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"156.54575910833358\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1ceb662863e647fb8b35a709a6b7ce10\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.9243415047944\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.29046806043229\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.27700286699093\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.54575910833358\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tea9834417fe5465e92ebd3cab89a182f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3bfad9bfe9cb4ac4abd9a1a25280ad24\"><g class=\"toyplot-Edges\"><path d=\"M 98.9978953924 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.661265556 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.661265556 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.694423864 160.090648855 L 123.661265556 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.694423864 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.497116902 167.545324427 L 101.694423864 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.497116902 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9978953924 141.453959924 L 101.497116902 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"98.997895392412673\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.49711690236123\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.69442386367297\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"123.66126555637879\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t32dfe7649b3f4cf3be86b13011544a94\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.997895392412673\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.49711690236123\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.69442386367297\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.66126555637879\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2369d1389f884915b86047fbf3f163cd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5a7ddd967fb849ae879307a8433163a5\"><g class=\"toyplot-Edges\"><path d=\"M 102.615189683 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.368145261 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.368145261 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 219.728053435 L 135.368145261 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.311718154 137.726622137 L 107.21901878 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.311718154 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.615189683 126.544608779 L 105.311718154 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"102.61518968312771\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"105.31171815438799\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"107.21901878040137\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"135.36814526087471\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba7a0c65972d43e3b44c4d6257b0df35\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.61518968312771\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.31171815438799\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.21901878040137\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.36814526087471\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8a37018017444882ac64b8e6a6fe4866\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tab1d4316a0644d12ba1446f97351c10d\"><g class=\"toyplot-Edges\"><path d=\"M 123.924341505 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.027392112 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.075024965 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.075024965 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.027392112 219.728053435 L 147.075024965 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 137.726622137 L 131.027392112 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.924341505 126.544608779 L 125.437028208 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"123.92434150479443\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"125.43702820818436\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"131.02739211201668\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.07502496537063\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1aeec78184bd42bf8e1afc181894eef9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.92434150479443\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.43702820818436\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.02739211201668\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.07502496537063\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb42c878380904c6aace392e076fcb5d2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta4799e3e189b48808f9f4077b9d792d4\"><g class=\"toyplot-Edges\"><path d=\"M 152.336543934 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.285249493 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.285249493 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.336543934 219.728053435 L 190.285249493 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.837322424 167.545324427 L 152.336543934 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.837322424 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.311170527 111.635257634 L 149.837322424 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.311170527 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.31117052690354\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.8373224237348\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"152.33654393368337\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"190.2852494926392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t67ba9b780d18422793115b37eb09fd06\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.31117052690354\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.8373224237348\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.33654393368337\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.2852494926392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcb5ac714339846aa9b32c4a23ebcedf9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6bd6df20c91c46f489904659e6bced52\"><g class=\"toyplot-Edges\"><path d=\"M 154.704227469 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.835765444 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.595958294 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.595958294 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.296148353 189.909351145 L 206.595958294 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.296148353 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.835765444 182.454675573 L 155.296148353 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.704227469 119.089933206 L 154.835765444 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"154.70422746942415\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"154.83576544363194\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"155.29614835335931\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"206.59595829440886\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t22b0ef1ac2ec4f55ade1bea08f44b9c3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.70422746942415\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.83576544363194\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.29614835335931\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.59595829440886\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td49d054ef8fe4671a882c15f23a8337a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tec61bb2f298d4d628cd851c9201a37be\"><g class=\"toyplot-Edges\"><path d=\"M 144.24695852 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.109192625 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.109192625 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.70734143 219.728053435 L 164.109192625 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.70734143 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.24695852 167.545324427 L 144.70734143 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.049651559 111.635257634 L 144.24695852 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.049651559 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"144.04965155859077\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"144.24695851990248\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"144.70734142962988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.10919262528324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5316e7c1bc004535ad185f659154ef66\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.04965155859077\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.24695851990248\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.70734142962988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.10919262528324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td4cda8ca60df4d5f9532a4878269c634\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t260610b6707d411e9462d6573d385d77\"><g class=\"toyplot-Edges\"><path d=\"M 162.399198961 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.399198961 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.207110567 219.728053435 L 162.399198961 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.207110567 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.3402055214 152.635973282 L 103.207110567 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.547863716 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.547863716 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.3402055214 152.635973282 L 107.547863716 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"98.340205521373576\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.20711056706288\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.39919896058157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"107.54786371592093\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t425b7cec4c494734983cacdb6f1829b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.340205521373576\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.20711056706288\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.39919896058157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.54786371592093\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t779fa0bc0d584c34b42237ace4b458e1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td4f41c680c724390abdc75ddae5c6cdd\"><g class=\"toyplot-Edges\"><path d=\"M 127.804711744 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.804711744 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.242835207 189.909351145 L 127.804711744 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.413211782 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.413211782 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.63744913 115.36259542 L 117.413211782 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.63744913 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.242835207 189.909351145 L 115.63744913 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.24283520707834\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.8047117439251\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.63744912970179\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"117.41321178150737\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfa1a7c2022354d86bffb3acd321a25e6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.24283520707834\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.8047117439251\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.63744912970179\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.41321178150737\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc68178400b9541a2bc90175bb3b92984\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5635cfd02c7a468c811d8440c0df8e81\"><g class=\"toyplot-Edges\"><path d=\"M 103.272879554 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.272879554 219.728053435 L 137.472752848 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2625283209 167.545324427 L 103.272879554 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.2625283209 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9994523725 111.635257634 L 94.2625283209 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.9994523725 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"93.999452372515549\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.262528320931182\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"103.27287955416681\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"137.47275284819983\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1662ac39a07f47d9a51d245fb7b1ba83\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.999452372515549\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.262528320931182\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.27287955416681\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.47275284819983\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t23dfecf3530e42129e740a76e737e616\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t77577b52e7e84b9ab6c4cb1fb6508da7\"><g class=\"toyplot-Edges\"><path d=\"M 77.0310536997 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.0310536997 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.07144928 189.909351145 L 77.0310536997 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4598352822 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.4598352822 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.07144928 189.909351145 L 94.4598352822 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.6245315637 152.635973282 L 74.07144928 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.6245315637 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"72.624531563744924\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"74.071449280030919\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"77.031053699706888\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.459835282242906\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf766e7ff77e34cadad1be2b4834003b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.624531563744924\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.071449280030919\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.031053699706888\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.459835282242906\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc7470e45691544bbbb2f22c2e84f0e36\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9de797cbfd014055b44dc06273f8cf6b\"><g class=\"toyplot-Edges\"><path d=\"M 86.9621707524 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.9621707524 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.820281545 189.909351145 L 86.9621707524 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.901534431 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.901534431 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.820281545 189.909351145 L 154.901534431 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.8337467384 152.635973282 L 77.820281545 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.8337467384 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"76.833746738395135\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"77.820281544953758\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.962170752397213\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.90153443073586\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tffb2c8f18a7b42a988f3f4b3fecf36c5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.833746738395135\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.820281544953758\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.962170752397213\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.90153443073586\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa35a362518647bb81ff366a79fbe85f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf8cb80cd626e4b6199b124b42b1a12c5\"><g class=\"toyplot-Edges\"><path d=\"M 98.4059745085 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.266651634 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.266651634 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4582783021 189.909351145 L 123.266651634 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.4582783021 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.392509315 122.817270992 L 99.4582783021 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.392509315 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.4059745085 148.908635496 L 99.392509315 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"98.405974508477499\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.392509315036136\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.458278302140059\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"123.26665163375534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21995718b98e45c88675c76771591809\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.405974508477499\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.392509315036136\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.458278302140059\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.26665163375534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf91d116391304b93b0ec960319d07c65\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0960bb44026e48df9c483875bf368536\"><g class=\"toyplot-Edges\"><path d=\"M 107.087480806 119.089933206 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.629664229 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.629664229 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.902082058 189.909351145 L 140.629664229 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.902082058 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.074015613 182.454675573 L 110.902082058 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.074015613 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.087480806 119.089933206 L 108.074015613 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.08748080619355\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.07401561275219\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"110.9020820582203\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"140.62966422918748\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t532f2c214a354d7fa0606f1f6c1e189b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.08748080619355\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.07401561275219\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.9020820582203\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.62966422918748\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t69b2dd7cc43a4dfd8f4f477897f85944\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te1fa62c20e744d6e9c7e0e10590da9f1\"><g class=\"toyplot-Edges\"><path d=\"M 147.864252811 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.731157856 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.731157856 219.728053435 L 164.964189458 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.74462305 167.545324427 L 152.731157856 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.74462305 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.864252811 111.635257634 L 151.74462305 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"147.86425281061753\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.74462304974821\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"152.73115785630688\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.96418945763406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3a28008cdde641e9835236256240ca63\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.86425281061753\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.74462304974821\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.73115785630688\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.96418945763406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfa6d29b9eb0e43e496552c7cd680fe8f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te972bd017a814adeabc02157571a4f27\"><g class=\"toyplot-Edges\"><path d=\"M 194.560233654 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.560233654 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.155268499 152.635973282 L 194.560233654 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.31217988 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.953290597 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.953290597 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.31217988 219.728053435 L 199.953290597 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.155268499 152.635973282 L 188.31217988 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"185.15526849853427\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"194.56023365439336\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"188.31217987952195\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"199.95329059691397\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t96740b0a3bdb410ba7689d4feeaf78cc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.15526849853427\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.56023365439336\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.31217987952195\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"199.95329059691397\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3a366f5ff60e4a7abe13f6739523fb06\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad93ac4d26004d2e80a0f5c4c9605892\"><g class=\"toyplot-Edges\"><path d=\"M 122.411654801 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.411654801 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.688195943 152.635973282 L 122.411654801 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.75396493 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.75396493 189.909351145 L 134.513148429 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.688195943 152.635973282 L 121.75396493 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.68819594326149\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"122.4116548014045\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.75396493036541\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"134.51314842852386\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe559d54e8d940d6a54de5757b30bdf8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.68819594326149\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.4116548014045\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.75396493036541\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.51314842852386\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa95368ab45d43168f0fd2e718ada9c1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb0f0c31f5b8046b5ad5e176cd50e0514\"><g class=\"toyplot-Edges\"><path d=\"M 140.629664229 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.629664229 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.60016751 160.090648855 L 140.629664229 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.60016751 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.876708651 137.726622137 L 108.60016751 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.876708651 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 156.363311069 L 107.876708651 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.21901878040136\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.87670865144045\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"108.60016750958349\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"140.62966422918748\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td1c99479a5864ac087de0991c03b2051\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.21901878040136\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.87670865144045\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.60016750958349\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.62966422918748\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0894a2906c344477868e45609a124283\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7f5171b815364253a44803353e633145\"><g class=\"toyplot-Edges\"><path d=\"M 157.466524928 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.213800213 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.213800213 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.466524928 219.728053435 L 166.213800213 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.033072405 167.545324427 L 157.466524928 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.033072405 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.835765444 111.635257634 L 155.033072405 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.835765444 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"154.83576544363194\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"155.03307240494368\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"157.46652492778833\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.21380021260833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t497e703e18424ac2994cae2b00da60dc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.83576544363194\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.03307240494368\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.46652492778833\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.21380021260833\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td09c3d21722e4021a4bbd5650570d3bd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta3788893da294b96994b120bfe2a1b50\"><g class=\"toyplot-Edges\"><path d=\"M 106.890173845 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.658151596 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.658151596 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 160.090648855 L 133.658151596 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 167.545324427 L 110.310161174 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.890173845 141.453959924 L 110.310161174 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.89017384488182\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"110.31016117428513\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"110.31016117428513\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"133.65815159617307\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td8cd5fbef96449b9b84e9e646d36c713\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.89017384488182\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.31016117428513\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.31016117428513\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.65815159617307\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1016d14a598844e29affe1c63e8365d8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t49c48aaeaf224012b55d30ea1bf75b87\"><g class=\"toyplot-Edges\"><path d=\"M 135.433914248 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.630673582 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.630673582 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.486218042 189.909351145 L 179.630673582 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.486218042 189.909351145 L 143.391961688 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.433914248 152.635973282 L 136.486218042 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"135.43391424797861\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"136.48621804164117\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"179.63067358180589\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.39196168755169\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta26eb58b579349489c885cf6898c860f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.43391424797861\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.48621804164117\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.63067358180589\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.39196168755169\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfddb7baeec7941db8b74499eb0d1ab94\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1457ee6203b74f2a9feb9cb88edefc1f\"><g class=\"toyplot-Edges\"><path d=\"M 100.510582096 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.574794103 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.21279086 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.21279086 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.574794103 219.728053435 L 127.21279086 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944034619 137.726622137 L 105.574794103 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.944034619 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.510582096 126.544608779 L 102.944034619 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.51058209580259\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"102.94403461864727\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.57479410280362\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"127.21279085998992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tda142d9aec174080856ec0dccd748f93\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.51058209580259\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.94403461864727\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.57479410280362\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.21279085998992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t94370efef4a441208eacd46ff7d0fd45\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t00500fcf3802488fa565d288018c44aa\"><g class=\"toyplot-Edges\"><path d=\"M 99.392509315 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.864800438 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.864800438 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.444813109 189.909351145 L 103.864800438 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.169281319 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.169281319 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.444813109 189.909351145 L 140.169281319 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.392509315 152.635973282 L 100.444813109 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.392509315036136\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"100.44481310869868\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"103.86480043810198\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"140.16928131946008\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t71a9ab054ff64d87b2d3caa9a8ce8bda\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.392509315036136\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.44481310869868\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.86480043810198\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.16928131946008\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t78b1fea05c7945e4af64e84d53d1a8af\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t496ea04d41384fcf971ec29d6175d215\"><g class=\"toyplot-Edges\"><path d=\"M 78.2806644547 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8037023913 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.308604194 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.308604194 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.8037023913 219.728053435 L 115.308604194 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.2671992612 137.726622137 L 88.8037023913 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.2671992612 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.2806644547 126.544608779 L 79.2671992612 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"78.28066445468113\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.267199261239767\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"88.803702391306672\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"115.30860419418227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e45c6267698459097bd4c9eaec978c5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.28066445468113\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.267199261239767\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.803702391306672\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.30860419418227\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb1554a039d1b41ef95c804fa44644afe\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdb5c3f1c9eae4222810d0b53c84b9152\"><g class=\"toyplot-Edges\"><path d=\"M 127.541635796 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.626550269 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.626550269 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.391961688 219.728053435 L 150.626550269 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.551987029 137.726622137 L 143.391961688 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.551987029 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.541635796 126.544608779 L 136.551987029 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.54163579550946\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"136.55198702874506\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.39196168755169\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.62655026898173\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t030558fbd91b463fa914b7e06abca89b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.54163579550946\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.55198702874506\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.39196168755169\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.62655026898173\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t07f0e0702c1742fa9c0d6e8e5e47045e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdb69c161e02548289a64329ffc1ad2ed\"><g class=\"toyplot-Edges\"><path d=\"M 146.680411043 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.173404632 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.602186215 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.602186215 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.173404632 219.728053435 L 186.602186215 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.968860398 137.726622137 L 169.173404632 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.968860398 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.680411043 126.544608779 L 149.968860398 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"146.68041104274715\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"149.96886039794268\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"169.17340463228425\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"186.60218621482031\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d66473722de4a61b02f5b1571dae76f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.68041104274715\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.96886039794268\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.17340463228425\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.60218621482031\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t137e5cb8d8f44af6a000fe860ddf97b6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t152adb7e1dd941e284a7fbedeb473fa3\"><g class=\"toyplot-Edges\"><path d=\"M 183.247967873 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.247967873 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.518828721 219.728053435 L 183.247967873 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.518828721 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.255752773 137.726622137 L 158.518828721 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.255752773 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 126.544608779 L 158.255752773 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"157.86113885041181\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.25575277303525\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.51882872145092\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.24796787252092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t26463e60ed6b4fd2b740caf7a69c6e11\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.86113885041181\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.25575277303525\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.51882872145092\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.24796787252092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0c646b5e8bd7490594e5dc40275711e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7274290e804c4a2c989d4edb02466c89\"><g class=\"toyplot-Edges\"><path d=\"M 116.097832039 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.097832039 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.927455465 152.635973282 L 116.097832039 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.162044046 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.181189533 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.181189533 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.162044046 160.090648855 L 144.181189533 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.927455465 152.635973282 L 121.162044046 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.92745546500015\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"116.09783203942919\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"121.1620440464302\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"144.18118953279858\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4102a065371843dd972096d1dd101294\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.92745546500015\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.09783203942919\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.1620440464302\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.18118953279858\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcd328b685cc64b94aea592641f6d8f58\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t116d548b78e84c8fa2bb230b69f4353d\"><g class=\"toyplot-Edges\"><path d=\"M 141.550430049 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.690762276 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.690762276 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.550430049 160.090648855 L 155.690762276 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.2873541 152.635973282 L 141.550430049 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.418892074 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.418892074 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.2873541 152.635973282 L 141.418892074 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.28735410022659\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.55043004864223\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"155.69076227598279\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.41889207443438\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tee6dcaafd36348ba84ef85496183200f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.28735410022659\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.55043004864223\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.69076227598279\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.41889207443438\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t473c35c1b2f84718a6376afb95aa7bf6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb62b978877f44e6f9ae11e90eb04df09\"><g class=\"toyplot-Edges\"><path d=\"M 96.235597934 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3671359083 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.352113735 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.352113735 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.4986738825 219.728053435 L 102.352113735 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.4986738825 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3671359083 167.545324427 L 96.4986738825 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.235597934 111.635257634 L 96.3671359083 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.235597934048485\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.367135908256273\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.498673882464132\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"102.35211373471209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d4e48b7156d4328ba110d0e6c9490df\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.235597934048485\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.367135908256273\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.498673882464132\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.35211373471209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcbd6ab6a2a7c443785545b8bb6652205\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5c8a7a3a49dc43fd8e7c21c6a6abfc5e\"><g class=\"toyplot-Edges\"><path d=\"M 119.846664304 115.36259542 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.200882647 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.200882647 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.846664304 115.36259542 L 123.200882647 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.71512633 189.909351145 L 119.846664304 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.636901502 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.636901502 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.71512633 189.909351145 L 159.636901502 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.71512633014423\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.84666430435203\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.20088264665145\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.63690150221737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1330f3aba5fe4146bbc48e85d0ea5128\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.71512633014423\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.84666430435203\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.20088264665145\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.63690150221737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5298c456f85c46d78fcfb908c9f4b53a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0b6deea62b184f4c92a53bf996df4371\"><g class=\"toyplot-Edges\"><path d=\"M 119.25474342 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.25474342 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.71668331 189.909351145 L 119.25474342 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.71668331 189.909351145 L 137.472752848 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.993224452 152.635973282 L 114.71668331 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.993224452 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"113.99322445210407\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"114.71668331024708\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.25474342041683\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.47275284819983\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcb4124ff0dab4865a4832f94fa142eb0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.99322445210407\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.71668331024708\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.25474342041683\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.47275284819983\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9194dd3435144f27974cea4e23867b47\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tadbc6e723d7649c0b88081ef66dcef59\"><g class=\"toyplot-Edges\"><path d=\"M 113.927455465 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.927455465 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 189.909351145 L 113.927455465 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.946600951 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.946600951 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 189.909351145 L 136.946600951 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.824404858 152.635973282 L 110.310161174 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.824404858 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"106.82440485777791\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"110.31016117428513\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"113.92745546500015\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"136.94660095136851\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3a324c0b39504de886852bba33feda60\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.82440485777791\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.31016117428513\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.92745546500015\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.94660095136851\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t66929e274483498297156bd48c62d12e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf6cc80fe336d4683a79008788cfad7aa\"><g class=\"toyplot-Edges\"><path d=\"M 160.097284412 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.097284412 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 100.453244275 L 160.097284412 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.992676825 100.453244275 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.203448979 182.454675573 L 157.992676825 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.194107099 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.194107099 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.203448979 182.454675573 L 187.194107099 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.20344897937269\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.99267682461959\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"160.09728441194474\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"187.19410709875552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b2dea31f1c542afb6cf4c3aa470b131\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.20344897937269\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.99267682461959\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.09728441194474\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.19410709875552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7484b8568a66450fb8ae9666012d769f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t42a6c671338b4074a304e5abb8cb1aa4\"><g class=\"toyplot-Edges\"><path d=\"M 214.159391811 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.159391811 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.111297233 189.909351145 L 214.159391811 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 115.36259542 L 118.531284562 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 115.36259542 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.111297233 189.909351145 L 116.952828872 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"115.11129723287053\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"214.15939181135843\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"116.95282887178\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"118.53128456227384\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t58260857ceb644438f82dcceab0d2363\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.11129723287053\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.15939181135843\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.95282887178\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.53128456227384\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8b2e22a2f1994dc78c2f1665175a5cdd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc9e262b16d1a4f6c987d7579a424c86f\"><g class=\"toyplot-Edges\"><path d=\"M 159.308056567 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.67473075 197.364026718 L 159.308056567 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.29046806 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.29046806 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.607404783 130.271946565 L 131.29046806 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.607404783 130.271946565 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.67473075 197.364026718 L 127.607404783 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"122.67473074982013\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.30805656669781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"127.60740478261334\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"131.29046806043229\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb52410e378f044ce9e488f074c870966\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.67473074982013\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.30805656669781\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.60740478261334\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.29046806043229\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t662f8ddcc9f0479db25be694c3c6164f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td9c07fdd60a04364867365aee2893fd4\"><g class=\"toyplot-Edges\"><path d=\"M 147.798483824 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.798483824 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.71045539 189.909351145 L 147.798483824 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.71045539 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.71045539 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.71045539 189.909351145 L 134.71045539 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.263537674 152.635973282 L 134.71045539 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.263537674 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.26353767354959\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.7104553898356\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.79848382351361\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.7104553898356\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfd580a0f20fe4a4c85153ce392a8544d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.26353767354959\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.7104553898356\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.79848382351361\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.7104553898356\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6c452bbca6da4318bf3497296a90e49f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9043b172206045a1a00010a6ec14358c\"><g class=\"toyplot-Edges\"><path d=\"M 146.417335094 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.048094578 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.876161024 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.876161024 219.728053435 L 164.964189458 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.048094578 137.726622137 L 151.876161024 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.417335094 126.544608779 L 149.048094578 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.41733509433152\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"149.04809457848791\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.87616102395603\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"164.96418945763406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2c3336c1f8f344729ad243bb171d4c3c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.41733509433152\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.04809457848791\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.87616102395603\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.96418945763406\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4db8239568c0424d810e2b09c3eca37d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2c7dc85dba8144d1aa7079bd44b31d4c\"><g class=\"toyplot-Edges\"><path d=\"M 132.342771854 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.408540841 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.122657819 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.122657819 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.803154764 189.909351145 L 163.122657819 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.803154764 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.408540841 122.817270992 L 132.803154764 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.342771854 148.908635496 L 132.408540841 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"132.34277185409485\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"132.40854084119877\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"132.80315476382222\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"163.12265781872458\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b1649fe9f1943bc9696ab7c11ac6d80\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.34277185409485\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.40854084119877\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.80315476382222\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.12265781872458\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tca27163bf9d24a338d8255a1b6425c35\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t31ec5032b13b48be87f96df246231a7f\"><g class=\"toyplot-Edges\"><path d=\"M 128.002018705 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.499683235 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.499683235 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.238164267 219.728053435 L 135.499683235 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.238164267 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.002018705 137.726622137 L 130.238164267 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.804711744 126.544608779 L 128.002018705 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.804711744 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"127.80471174392507\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.00201870523682\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.23816426676973\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"135.4996832350825\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta4786065e51e42508511be85e1b6b326\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.80471174392507\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.00201870523682\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.23816426676973\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.4996832350825\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc51582fac4764c04b4ba27660ffd5f46\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta6b9043384bc47f98d753f6603b639f3\"><g class=\"toyplot-Edges\"><path d=\"M 121.425119995 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.885502905 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.643129423 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.643129423 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.885502905 219.728053435 L 139.643129423 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.425119995 167.545324427 L 121.885502905 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.452050382 111.635257634 L 121.425119995 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.452050382 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"119.45205038172855\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.42511999484584\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.88550290457323\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.64312942262882\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6e24e5fd1d3749bea7b2413c93f7b722\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.45205038172855\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.42511999484584\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.88550290457323\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.64312942262882\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5cdabe7aaed1436f970e150ca5198acd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef002fe2967147fd80539793af1945b2\"><g class=\"toyplot-Edges\"><path d=\"M 155.953838224 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.884955277 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.85646791 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.85646791 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.884955277 219.728053435 L 172.85646791 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.953838224 167.545324427 L 165.884955277 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.520385702 111.635257634 L 155.953838224 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.520385702 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"153.52038570155375\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"155.9538382243984\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.88495527708875\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"172.85646791010316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f8ccc755e28499abf05d4b8bda2ecbf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.52038570155375\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.9538382243984\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.88495527708875\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.85646791010316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9b1f31b9e7f944f3b244f109f64e9eb2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t05a4ac2bb0d043edae00d47d9ce4f760\"><g class=\"toyplot-Edges\"><path d=\"M 177.262990046 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.236059659 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.494464667 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.661727282 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.661727282 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.494464667 219.728053435 L 206.661727282 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.236059659 137.726622137 L 194.494464667 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.262990046 126.544608779 L 179.236059659 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"177.26299004606514\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.23605965918239\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"194.49446466728946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"206.66172728151275\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta749b8968b6b4850bbe30e239b997cc1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.26299004606514\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.23605965918239\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.49446466728946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.66172728151275\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7cc26ddc58bf490186e7172e055df36b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td90eed989e994647a546a1ef1f97f9a7\"><g class=\"toyplot-Edges\"><path d=\"M 187.85179697 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.087942531 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.748198735 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.748198735 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.087942531 219.728053435 L 224.748198735 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.85179697 167.545324427 L 190.087942531 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.720258996 111.635257634 L 187.85179697 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.720258996 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"187.72025899558679\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"187.85179696979461\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"190.08794253132754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"224.74819873508793\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta90a83efe8b14f0399c857bdecbae219\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.72025899558679\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.85179696979461\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.08794253132754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.74819873508793\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td094185f9e604937910a4b4be0a6ccde\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb4bb36a075b444c9952486ff425fe0b7\"><g class=\"toyplot-Edges\"><path d=\"M 93.6048384499 148.908635496 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.235597934 122.817270992 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0248257793 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.398651333 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 206.398651333 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0248257793 189.909351145 L 206.398651333 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.235597934 122.817270992 L 97.0248257793 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.6048384499 148.908635496 L 96.235597934 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.604838449892085\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.235597934048485\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"97.024825779295384\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"206.39865133309709\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88401bdf7cc845ffa3a0dffe812957c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.604838449892085\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.235597934048485\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.024825779295384\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"206.39865133309709\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd145585343047c6aeadf4c23037d299\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfb3a48da9ca24632baa9b03846612dfe\"><g class=\"toyplot-Edges\"><path d=\"M 111.428233955 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.238164267 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.238164267 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.559771929 189.909351145 L 130.238164267 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.598610529 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.598610529 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.559771929 189.909351145 L 113.598610529 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.428233955 152.635973282 L 111.559771929 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.4282339550516\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.5597719292594\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"130.23816426676976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"113.59861052948062\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5409a96ad4b242f7a83b7f39a6d906f8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.4282339550516\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.5597719292594\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.23816426676976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.59861052948062\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6bbfabdb5c18481b916e8adae656577d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta1202306441a4e09a1fc9961de44687c\"><g class=\"toyplot-Edges\"><path d=\"M 113.467072555 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.517819369 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.359351008 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.359351008 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.517819369 219.728053435 L 121.359351008 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.993224452 137.726622137 L 119.517819369 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.993224452 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.467072555 126.544608779 L 113.993224452 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"113.46707255527281\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"113.9932244521041\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.51781936883251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.35935100774196\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb39a86ad45044efabb10ecb6dee31b6e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.46707255527281\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.9932244521041\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.51781936883251\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.35935100774196\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4400d643ce824d8bb992f07a34c9f169\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3a6e812b84cb4194b9ae11490aee6fa8\"><g class=\"toyplot-Edges\"><path d=\"M 169.304942606 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.304942606 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 175.0 L 169.304942606 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.149588206 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.149588206 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.86113885 175.0 L 161.149588206 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.466524928 175.0 L 157.86113885 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.466524928 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.46652492778833\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.86113885041181\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.30494260649209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.1495882056073\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t29526b20eaa24b5eba03f46fb54244a9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.46652492778833\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.86113885041181\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.30494260649209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.1495882056073\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd24a671fc774fc1a3905029372bc328\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5ada07c6b7ca45d0ac273ec93868aacd\"><g class=\"toyplot-Edges\"><path d=\"M 137.2096769 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.998904745 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.196211706 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.178075573 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.178075573 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.196211706 160.090648855 L 154.178075573 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.998904745 167.545324427 L 138.196211706 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.2096769 141.453959924 L 137.998904745 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"137.20967689978417\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"137.9989047450311\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"138.19621170634281\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"154.17807557259283\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t20819bd309574424bc077d4fc9bd3b33\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.20967689978417\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.9989047450311\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.19621170634281\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.17807557259283\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3b8e8bdefd124cba8d9980a3bfc4890d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t38e97cdfe0ca4f53a62056c283b8bf08\"><g class=\"toyplot-Edges\"><path d=\"M 140.235050307 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.235050307 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.946600951 189.909351145 L 140.235050307 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.946600951 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.551987029 182.454675573 L 136.946600951 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.551987029 182.454675573 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.828528171 119.089933206 L 136.551987029 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.828528171 119.089933206 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"135.82852817060206\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"136.55198702874506\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"136.94660095136851\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"140.23505030656398\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9195d2d7b27340559adb409dc668aa33\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.82852817060206\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.55198702874506\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.94660095136851\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.23505030656398\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t07b7f5e73cfa4f4f80d88f0eedc13e71\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t342aa31017b0488ba417b40c2cab4b24\"><g class=\"toyplot-Edges\"><path d=\"M 108.665936497 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.530736935 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.530736935 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.918113584 219.728053435 L 162.530736935 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.918113584 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.902082058 167.545324427 L 143.918113584 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.902082058 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.665936497 111.635257634 L 110.902082058 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.66593649668737\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.9020820582203\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"143.91811358438292\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.53073693478933\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t43f1c34302a84a4593d879d405a9ee3a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.66593649668737\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.9020820582203\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.91811358438292\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.53073693478933\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t764f62fcb5d94980b103e0eb1d986a47\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t48bb3e37604643fa9a4e746538924b9c\"><g class=\"toyplot-Edges\"><path d=\"M 142.997347765 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.663831889 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.663831889 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.140793952 219.728053435 L 157.663831889 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.140793952 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.997347765 167.545324427 L 147.140793952 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.945043971 111.635257634 L 142.997347765 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.945043971 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"141.94504397126568\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"142.99734776492821\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.14079395247452\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.66383188910007\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t747aa747382c49fcad1a1cae1897272d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.94504397126568\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.99734776492821\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.14079395247452\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.66383188910007\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8bb05f15823040748ad142c3eb3278e9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9d473e583d89446e95c32fc6448c2328\"><g class=\"toyplot-Edges\"><path d=\"M 164.109192625 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.109192625 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.971974358 219.728053435 L 164.109192625 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.971974358 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.395075648 152.635973282 L 139.971974358 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.395075648 152.635973282 L 134.513148429 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.39507564775744\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"139.97197435814837\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"164.10919262528324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.51314842852389\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td1abe5d857434b2b8aa3fa34c0cc6a16\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.39507564775744\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.97197435814837\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.10919262528324\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.51314842852389\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td72616b159f547c09f798a2b1c65e5d4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1a6151f5c7be4feea2323437f8e017e2\"><g class=\"toyplot-Edges\"><path d=\"M 163.78034769 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.971426731 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.971426731 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.526065994 219.728053435 L 183.971426731 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.526065994 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.78034769 167.545324427 L 177.526065994 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.31996478 111.635257634 L 163.78034769 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.31996478 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.31996478003629\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.78034768976363\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.52606599448077\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"183.97142673066392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbcc1c0170edd4666a88c3d1a65651096\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.31996478003629\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.78034768976363\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.52606599448077\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.97142673066392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t170faf0e822e468885304fa75e9349fb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t247d0cb6a25446e280b0221304af1af8\"><g class=\"toyplot-Edges\"><path d=\"M 131.816619957 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.816619957 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.990110492 219.728053435 L 131.816619957 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.990110492 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.490888982 137.726622137 L 123.990110492 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.490888982 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.372816201 126.544608779 L 121.490888982 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.372816201 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"120.3728162011833\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.49088898194977\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.99011049189832\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"131.81661995726358\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb2fe0051fa5849febb0b0f4a33b81450\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.3728162011833\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.49088898194977\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.99011049189832\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.81661995726358\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td160b49399714d7a82b5f27075b6766f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te2c3b1a64f0140fd99efabda682d78ea\"><g class=\"toyplot-Edges\"><path d=\"M 124.121648466 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.121648466 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.109740253 219.728053435 L 124.121648466 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.109740253 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.452050382 137.726622137 L 120.109740253 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.452050382 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 126.544608779 L 119.452050382 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"116.95282887178001\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.45205038172858\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.10974025276768\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.12164846610617\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t12569226c05440788708e9c94b447499\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.95282887178001\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.45205038172858\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.10974025276768\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.12164846610617\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0ac82419c96c47529af5a95f95c8d2a6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6b5f7aa3dd334df9990eec3f2f78972b\"><g class=\"toyplot-Edges\"><path d=\"M 120.898968098 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.060002792 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.060002792 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.883945924 219.728053435 L 153.060002792 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.883945924 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.898968098 167.545324427 L 126.883945924 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.452050382 111.635257634 L 120.898968098 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.452050382 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"119.45205038172858\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.89896809801459\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.88394592447037\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"153.06000279182641\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc3559a215f4948eca2646512dcaac12a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.45205038172858\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.89896809801459\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.88394592447037\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.06000279182641\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb43e690dfd024daab48b6c75dcf09212\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta2c086a4ffaf47d8b180370262eb6adb\"><g class=\"toyplot-Edges\"><path d=\"M 121.490888982 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.157373106 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.157373106 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.951271892 219.728053435 L 136.157373106 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.951271892 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.490888982 167.545324427 L 121.951271892 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.478980769 111.635257634 L 121.490888982 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.478980769 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.47898076861128\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.49088898194977\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.95127189167714\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"136.15737310612161\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8c61b61285194d96a0b5395d371a20fa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.47898076861128\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.49088898194977\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.95127189167714\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.15737310612161\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7608cbe31433443993cf44efe2342df0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1e24db8655a84bfa95ae8f51e34eca83\"><g class=\"toyplot-Edges\"><path d=\"M 142.536964855 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.536964855 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 204.81870229 L 142.536964855 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.808835057 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.808835057 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.815062977 204.81870229 L 156.808835057 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.573237123 130.271946565 L 136.815062977 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.573237123 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.57323712270076\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"136.81506297716072\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"142.53696485520084\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.80883505674927\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3f6403b9b90e4082a254776eb00eccda\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.57323712270076\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.81506297716072\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.53696485520084\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.80883505674927\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta3399f4a3b434ff2bd1422590f709e74\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t036821df8a6e4c8fbd5581708fb68852\"><g class=\"toyplot-Edges\"><path d=\"M 115.440142168 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.517819369 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.556657969 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.000461725 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.000461725 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.556657969 189.909351145 L 133.000461725 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.517819369 122.817270992 L 121.556657969 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.440142168 148.908635496 L 119.517819369 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"115.44014216839008\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"119.51781936883246\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"121.55665796905367\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"133.00046172513393\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcea6394e937049f88948ed390ded1ed8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.44014216839008\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.51781936883246\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.55665796905367\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.00046172513393\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf71e440bd3d14b4fad219cd728cd5dd9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t01a88970593e4e019a2d9f42b984e495\"><g class=\"toyplot-Edges\"><path d=\"M 144.773110417 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.850787617 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.094170452 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.094170452 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.515714761 160.090648855 L 170.094170452 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.515714761 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.850787617 137.726622137 L 168.515714761 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.773110417 156.363311069 L 148.850787617 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.77311041673374\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.85078761717614\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"168.51571476124511\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"170.09417045173899\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t101233de44194e03bc6c6ce8091fc602\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.77311041673374\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.85078761717614\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.51571476124511\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.09417045173899\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta5b0a5614e12433c9557bb40ddfd0f25\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t862cdf1975fa473c9aae978ce5c76274\"><g class=\"toyplot-Edges\"><path d=\"M 135.762759183 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 137.726622137 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.156825479 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.156825479 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.154259146 160.090648855 L 180.156825479 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.154259146 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 137.726622137 L 146.154259146 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.762759183 156.363311069 L 139.511591448 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.76275918349816\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.51159144842103\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.15425914591589\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"180.15682547863716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5fc50d17ade241dda12426aa76baed8e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.76275918349816\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.51159144842103\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.15425914591589\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.15682547863716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta4e8e0b74316446abbb3cff39b2bf377\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7b8d8c332678490b806d962810529d68\"><g class=\"toyplot-Edges\"><path d=\"M 177.920679917 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.381062827 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.796379216 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.796379216 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.590278001 219.728053435 L 196.796379216 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.590278001 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.381062827 137.726622137 L 182.590278001 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.920679917 126.544608779 L 178.381062827 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"177.92067991710422\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"178.38106282683162\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"182.59027800148181\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"196.79637921592629\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfd26b004b36a42e28827afcf53d1500d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.92067991710422\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.38106282683162\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.59027800148181\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.79637921592629\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t71955b829a074bf9bf3eb176fdb810c6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t93e57db8560e409bbe6e79545fcb76b5\"><g class=\"toyplot-Edges\"><path d=\"M 129.71201237 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.17239528 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.329306661 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.39764198 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.39764198 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.329306661 160.090648855 L 167.39764198 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.17239528 167.545324427 L 133.329306661 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.71201237 141.453959924 L 130.17239528 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.71201236993846\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.17239527966584\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.32930666065351\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"167.39764198047868\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t990808d70bc9490bb236834ed9e2a740\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.71201236993846\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.17239527966584\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.32930666065351\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.39764198047868\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc4d78c9305774805982775398bbc1557\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t585259bcb26248dfa45b6c30a6e0deef\"><g class=\"toyplot-Edges\"><path d=\"M 146.351566107 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.968860398 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.968860398 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.376939514 189.909351145 L 149.968860398 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.488236747 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.488236747 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.376939514 189.909351145 L 214.488236747 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.351566107 152.635973282 L 149.376939514 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.3515661072276\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.37693951400746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.96886039794262\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"214.48823674687799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ted968492126d46b4acac2de66713745f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.3515661072276\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.37693951400746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.96886039794262\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.48823674687799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf244d6c1e76c4dde8873ad90756bf71f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t997427cc685c4c0cbe82b687cfb90690\"><g class=\"toyplot-Edges\"><path d=\"M 132.934692738 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.976097671 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.976097671 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.82697119 160.090648855 L 168.976097671 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.82697119 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.722363603 167.545324427 L 140.82697119 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.722363603 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.934692738 141.453959924 L 138.722363603 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.93469273803004\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"138.7223636031741\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"140.82697119049919\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"168.97609767097251\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t74530a00de2d485daa7a1bc7dc7508ad\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.93469273803004\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.7223636031741\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.82697119049919\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.97609767097251\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te3d546dd95354f99b177caca8b960dd2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taf5aabb5f5914822a37aec1a4df56a33\"><g class=\"toyplot-Edges\"><path d=\"M 145.233493326 119.089933206 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.365031301 182.454675573 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.336543934 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.336543934 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.74618003 189.909351145 L 152.336543934 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.74618003 189.909351145 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.365031301 182.454675573 L 146.74618003 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.233493326 119.089933206 L 145.365031301 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.23349332646114\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.36503130066896\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.74618002985108\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.3365439336834\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta0c82c26e58e428a80318e2af596ee67\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.23349332646114\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.36503130066896\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.74618002985108\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.3365439336834\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1af6b778099042e5a2b1fada034d3a18\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0269f2916098438abafb47dbc53fce8a\"><g class=\"toyplot-Edges\"><path d=\"M 103.14134158 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.448388794 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.448388794 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.982873219 189.909351145 L 173.448388794 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.283230787 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.283230787 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.982873219 189.909351145 L 112.283230787 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.14134158 152.635973282 L 104.982873219 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.14134157995896\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"104.98287321886843\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"173.44838879403838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"112.28323078740239\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb53b2ac4c52347c78514a581c984e959\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.14134157995896\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.98287321886843\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.44838879403838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.28323078740239\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t82a62f999af042968ab691a562cd15c3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb4ed72001afd4e5b8adac133656559b5\"><g class=\"toyplot-Edges\"><path d=\"M 209.029410817 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.029410817 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.299262314 189.909351145 L 209.029410817 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.299262314 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 152.635973282 L 145.299262314 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.680411043 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.680411043 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.904648391 152.635973282 L 146.680411043 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.90464839094159\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.29926231356504\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"209.02941081725348\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"146.68041104274715\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3ad515a4f6bd44f1a8a350446559390b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.90464839094159\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.29926231356504\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.02941081725348\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.68041104274715\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1e74261073d14d6d9025f8d6af0c8c46\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef36aaab5c7e4c84b8f71acddaae296c\"><g class=\"toyplot-Edges\"><path d=\"M 107.21901878 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.468629535 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.150135833 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.150135833 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.033620032 219.728053435 L 117.150135833 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.033620032 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.468629535 167.545324427 L 111.033620032 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.21901878 111.635257634 L 108.468629535 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.21901878040136\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.46862953537564\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"111.0336200324281\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.15013583309172\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb3e250b594a24b729e348bb1500823f7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.21901878040136\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.46862953537564\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.0336200324281\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.15013583309172\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te20453b39fe946da9004f25c49e66549\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb9b21a7910f44ff8bc69bef9ba312fe1\"><g class=\"toyplot-Edges\"><path d=\"M 136.946600951 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.946600951 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.937806698 219.728053435 L 136.946600951 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.937806698 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.345885814 152.635973282 L 122.937806698 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.543192776 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.543192776 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.345885814 152.635973282 L 122.543192776 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.3458858143006\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.93780669823578\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"136.94660095136851\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.54319277561233\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t379a8b9cbae84018af4c3daf73fec401\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.3458858143006\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.93780669823578\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.94660095136851\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.54319277561233\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te818c7a83b9746db932616bf7d93eb0d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td6d1cfc5280248ccacb64265b58e028f\"><g class=\"toyplot-Edges\"><path d=\"M 108.008246626 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.556657969 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.556657969 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.67784471 189.909351145 L 121.556657969 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.67784471 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.849778265 122.817270992 L 112.67784471 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.849778265 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.008246626 148.908635496 L 109.849778265 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"108.0082466256483\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"109.84977826455774\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"112.67784471002588\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.55665796905367\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0e9bc5e22dbf492cb98b0f320673f1d6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.0082466256483\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.84977826455774\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.67784471002588\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.55665796905367\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t814956a61e6b493688bc5e86e8f22c59\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td18c69ebd71e4a5881e40d87082c41d5\"><g class=\"toyplot-Edges\"><path d=\"M 112.2174618 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.2174618 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1190821334 152.635973282 L 112.2174618 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.819733917 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.819733917 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.763306811 189.909351145 L 121.819733917 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.763306811 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.1190821334 152.635973282 L 91.763306811 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"90.119082133384865\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"112.21746180029851\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.763306810982613\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.81973391746931\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t17285bc863f54a0a86ae7bff6c71e2f5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.119082133384865\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.21746180029851\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.763306810982613\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.81973391746931\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t34aca4d44d154f1fa4cd909fecf7b954\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1e3c6fc19e44402daa6c96f285c0ec42\"><g class=\"toyplot-Edges\"><path d=\"M 217.513610154 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 217.513610154 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.515714761 219.728053435 L 217.513610154 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.515714761 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.345338187 167.545324427 L 168.515714761 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.345338187 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 111.635257634 L 166.345338187 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.2795692 111.635257634 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"166.27956919971223\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"166.34533818681612\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"168.51571476124516\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"217.51361015365782\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7d4666ecc24745a99312755f0873d6be\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.27956919971223\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.34533818681612\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.51571476124516\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"217.51361015365782\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tace1a608557040b9b62267b97bc6f9bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ted6418f2f10f482e894a41ab99fd9b0f\"><g class=\"toyplot-Edges\"><path d=\"M 160.952281244 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.952281244 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 152.635973282 L 160.952281244 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.928464818 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.041866658 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.041866658 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.928464818 189.909351145 L 169.041866658 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.862695831 152.635973282 L 152.928464818 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.86269583051467\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.95228124429553\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.92846481761859\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"169.04186665807646\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t902e6ab54e7d4d03a1ae2791feabc3d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.86269583051467\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.95228124429553\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.92846481761859\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.04186665807646\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td75cc3be117541d382aef2b5ea22417a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t357f440fcc2a4246b53ee4c70f2c5d2e\"><g class=\"toyplot-Edges\"><path d=\"M 141.550430049 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.550430049 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.818176937 152.635973282 L 141.550430049 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.185860473 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.511591448 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.185860473 189.909351145 L 139.511591448 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.818176937 152.635973282 L 129.185860473 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"126.81817693736643\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"141.55043004864217\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"129.1858604731072\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"139.511591448421\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4dc7d1c5d56141699fc28183954e6706\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.81817693736643\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.55043004864217\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.1858604731072\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.511591448421\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t93660d1ec3e44f9ea4d17faddab27e94\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t14fc238457de4ca7a0db590e76d2459a\"><g class=\"toyplot-Edges\"><path d=\"M 103.009803606 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.608961763 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.608961763 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.519376349 219.728053435 L 122.608961763 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.519376349 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.546306736 137.726622137 L 114.519376349 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.546306736 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.009803606 126.544608779 L 112.546306736 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.00980360575116\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"112.54630673581806\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"114.51937634893532\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.60896176271623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdc24c2a610134a23bd9b5821cbaf5146\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.00980360575116\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.54630673581806\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.51937634893532\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.60896176271623\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t076e9168f16b43fa886766ef1378dfa5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t136a6a0a37174dee992a367423a46eeb\"><g class=\"toyplot-Edges\"><path d=\"M 152.731157856 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.801050156 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.801050156 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.899977451 219.728053435 L 181.801050156 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.899977451 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.717692663 137.726622137 L 159.899977451 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.717692663 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.731157856 126.544608779 L 153.717692663 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"152.73115785630688\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"153.71769266286549\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"159.899977450633\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"181.80105015623494\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfbaa9a9d6e39423da5b8d5c3100ff09d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.73115785630688\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.71769266286549\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.899977450633\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.80105015623494\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0439d338cf7946649260d254edd4e537\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1bcc98ef75004465866d57c51b48c153\"><g class=\"toyplot-Edges\"><path d=\"M 181.472205221 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.472205221 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.056888832 219.728053435 L 181.472205221 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.056888832 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.808835057 167.545324427 L 163.056888832 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.808835057 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 111.635257634 L 156.808835057 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.427686328 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"155.42768632756713\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"156.80883505674927\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"163.05688883162065\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"181.47220522071535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb8f3f2983eb5440f97f081d38d47ec18\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.42768632756713\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.80883505674927\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.05688883162065\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.47220522071535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te54ad354384c4db992dd43aa43dc68a7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8ada90287b274987beb7cd4f0cb59dc2\"><g class=\"toyplot-Edges\"><path d=\"M 142.668502829 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.303385626 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.303385626 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.140793952 219.728053435 L 174.303385626 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.140793952 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.668502829 137.726622137 L 147.140793952 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.668502829 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.668502829 126.544608779 L 142.668502829 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.66850282940865\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.66850282940865\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"147.1407939524745\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"174.30338562638917\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td6fd52b7e7474014809a27958395aa89\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.66850282940865\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.66850282940865\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.1407939524745\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.30338562638917\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb3f905969d4848bf840355eee3b12243\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9a2e32d5016a4c548cee0b6cc4a3560b\"><g class=\"toyplot-Edges\"><path d=\"M 169.370711594 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.575255828 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.575255828 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.028401465 189.909351145 L 188.575255828 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.040309678 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.040309678 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.028401465 189.909351145 L 174.040309678 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.370711594 152.635973282 L 170.028401465 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.37071159359598\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"170.02840146463507\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"188.57525582793761\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"174.04030967797354\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9e1e373ee3e6449bbe39e8437e5df91d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.37071159359598\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.02840146463507\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.57525582793761\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.04030967797354\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tabf8dc366f824830b7c2fcbbf62cdb19\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t01e0ce3aba9a46a6b8265121d26c7956\"><g class=\"toyplot-Edges\"><path d=\"M 135.828528171 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.327749681 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.155816126 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.155816126 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.327749681 160.090648855 L 141.155816126 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.828528171 167.545324427 L 138.327749681 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.433914248 141.453959924 L 135.828528171 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.433914248 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"135.43391424797861\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"135.82852817060206\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"138.32774968055062\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"141.15581612601875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfb1fec24d020435ba28be86ac4a1a525\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.43391424797861\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.82852817060206\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.32774968055062\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.15581612601875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tabd6c668cb554fb68b6618c1f8783246\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5f9b6d295aa6423ba739c0af90624475\"><g class=\"toyplot-Edges\"><path d=\"M 135.236607287 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.236607287 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.408540841 189.909351145 L 135.236607287 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.112306585 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.112306585 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.408540841 189.909351145 L 154.112306585 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.160487066 152.635973282 L 132.408540841 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.160487066 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"126.16048706632735\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.40854084119877\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"135.23660728666687\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"154.11230658548894\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"teb2f92db090c456fb43e20a395e4c755\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.16048706632735\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.40854084119877\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.23660728666687\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.11230658548894\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb475c206ec94448bab5d1fa4d84ca1e9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbf40d5612d4d48fba19b53c56b2b66f8\"><g class=\"toyplot-Edges\"><path d=\"M 145.628107249 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.628107249 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.187417453 189.909351145 L 145.628107249 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.116977526 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.116977526 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.187417453 189.909351145 L 139.116977526 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.072458633 152.635973282 L 124.187417453 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.072458633 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"113.07245863264933\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"124.18741745321005\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"145.62810724908462\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"139.11697752579755\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te2cebc11368446f08fbe2dab221545cf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.07245863264933\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.18741745321005\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.62810724908462\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.11697752579755\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t02ed6a97998e43a0b8a8f224efb11c2f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1e3613c3ddd740b68dc57ea38619c860\"><g class=\"toyplot-Edges\"><path d=\"M 151.941930011 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.941930011 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.307047214 160.090648855 L 151.941930011 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.307047214 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.583588356 167.545324427 L 120.307047214 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.583588356 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.873594691 141.453959924 L 119.583588356 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.873594691 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"117.87359469123474\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"119.58358835593639\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"120.3070472140794\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"151.94193001105992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc294c53bfd94fdaa5e1254fc2cf81a2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.87359469123474\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.58358835593639\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.3070472140794\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.94193001105992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf1566265035f4b278aa764fef9f7b3d7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t92f65acc4c5c4f7f9f239f8565e520f4\"><g class=\"toyplot-Edges\"><path d=\"M 156.348452147 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.747189382 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.415230487 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.415230487 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.747189382 160.090648855 L 195.415230487 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.348452147 167.545324427 L 185.747189382 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 141.453959924 L 156.348452147 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"148.12732875903316\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"156.34845214702187\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"185.74718938246949\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"195.41523048674418\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta77e3c9b6c1441fcb24144b9d801063e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.12732875903316\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.34845214702187\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.74718938246949\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.41523048674418\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t82c7a6e4a6c548758c960cb0fd01fa6f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta895dfa4ef7e4c2c93beb2c8a0caed56\"><g class=\"toyplot-Edges\"><path d=\"M 137.143907913 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.911885664 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.911885664 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.808835057 219.728053435 L 163.911885664 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.808835057 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 137.726622137 L 156.808835057 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.499683235 126.544608779 L 137.143907913 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.499683235 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.4996832350825\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.14390791268025\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"156.80883505674927\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"163.91188566397153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc434ffe982c740a7ad7a303a8abe2a25\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.4996832350825\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.14390791268025\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.80883505674927\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.91188566397153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9610e6c88c81440db3e465202b81f185\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t84d3df963afa41ce945ba985be5b5659\"><g class=\"toyplot-Edges\"><path d=\"M 169.568018555 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.488236747 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.488236747 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.922236897 219.728053435 L 214.488236747 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.922236897 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.568018555 137.726622137 L 172.922236897 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.503806548 126.544608779 L 169.568018555 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.503806548 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.50380654790666\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.5680185549077\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"172.92223689720711\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"214.48823674687799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5ac32fb9762c40b087c3629b4d9e4617\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.50380654790666\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.5680185549077\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.92223689720711\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.48823674687799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4fdedc0581e9426f81b07145629a9895\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t57d3479eb8f54d6caf4b890938dce649\"><g class=\"toyplot-Edges\"><path d=\"M 158.78190467 145.18129771 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.78190467 145.18129771 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.926907838 152.635973282 L 158.78190467 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.497578627 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.497578627 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.581483748 160.090648855 L 184.497578627 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.581483748 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.926907838 152.635973282 L 168.581483748 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"157.92690783751573\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"158.78190466986655\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"168.58148374834906\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"184.49757862749522\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e1c7dacb09243d2bfc09deec0f2f4b6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.92690783751573\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.78190466986655\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.58148374834906\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.49757862749522\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t98c2f00e7b9c4d9b8204702d260dc31b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7d25e4f0335d43cfa7398cf70586ddc4\"><g class=\"toyplot-Edges\"><path d=\"M 182.590278001 145.18129771 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.590278001 145.18129771 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.449945774 152.635973282 L 182.590278001 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.703679842 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.703679842 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.173404632 160.090648855 L 198.703679842 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.173404632 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.449945774 152.635973282 L 169.173404632 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"168.44994577414124\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"182.59027800148181\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"169.17340463228425\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"198.70367984193967\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta79f59ecfea046dabd53ddf0b9a72160\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.44994577414124\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.59027800148181\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.17340463228425\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.70367984193967\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc6b5752d79ad4e87abc8271c5fa0462a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t09a3e87f613a4826afe4ec58e8414c04\"><g class=\"toyplot-Edges\"><path d=\"M 166.542645148 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.146474245 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.298714686 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.298714686 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.146474245 160.090648855 L 189.298714686 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 137.726622137 L 171.146474245 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.542645148 156.363311069 L 166.805721097 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.54264514812786\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.80572109654349\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"171.14647424540152\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"189.29871468608059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f69c1d6070c4488a91c5f3fd2b6f941\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.54264514812786\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.80572109654349\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.14647424540152\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.29871468608059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1d0d5137fb264c41bb2b15254df15dc4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta369ae74b55f41048da80df701ec3107\"><g class=\"toyplot-Edges\"><path d=\"M 154.112306585 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.464967948 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.464967948 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.112306585 189.909351145 L 162.464967948 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.914999624 182.454675573 L 154.112306585 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.914999624 182.454675573 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 119.089933206 L 153.914999624 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 119.089933206 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.67885406264426\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.9149996241772\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.11230658548894\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"162.46496794768547\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"teac0bdaa572740e3b466a8b75e950f36\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.67885406264426\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.9149996241772\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.11230658548894\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.46496794768547\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t093ab69302414eee93d85a20eb3e8a94\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb5ee979ab4e8486590604da36a79ffbd\"><g class=\"toyplot-Edges\"><path d=\"M 162.004585038 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.004585038 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.439594541 160.090648855 L 162.004585038 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.439594541 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 167.545324427 L 159.439594541 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.308056567 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.78190467 141.453959924 L 159.308056567 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.78190467 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"158.78190466986655\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"159.30805656669781\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"159.43959454090563\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"162.00458503795809\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t244900d3dc88416fb2fd1efc606b859e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.78190466986655\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.30805656669781\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.43959454090563\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.00458503795809\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t620d803c992048b485b38460bd8b8c3a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t636f84bb560b4aad942c329397646581\"><g class=\"toyplot-Edges\"><path d=\"M 163.254195793 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.645695755 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.645695755 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.254195793 219.728053435 L 173.645695755 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 137.726622137 L 163.254195793 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.729600876 126.544608779 L 158.124214799 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.729600876 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.72960087620399\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"158.12421479882744\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.25419579293236\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"173.64569575535015\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t45a65e304fb64f8b8c2330f4e0276f25\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.72960087620399\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.12421479882744\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.25419579293236\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.64569575535015\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4ad248fb6fe84f6d8544534372dfbd56\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tca978624804b4062bd646b36d8dbc133\"><g class=\"toyplot-Edges\"><path d=\"M 143.589268649 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.834208464 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.834208464 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.589268649 219.728053435 L 159.834208464 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.359351008 152.635973282 L 143.589268649 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.963180105 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.359351008 152.635973282 L 125.963180105 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.35935100774194\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"143.58926864886337\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.83420846352908\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"125.96318010501562\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5b4bfde46d1847caab9ce0669a27fc77\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.35935100774194\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.58926864886337\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.83420846352908\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.96318010501562\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8546d0a68062472fa9ac672bfb955f18\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te5eebc97c4b94038b313c87ddec17d3d\"><g class=\"toyplot-Edges\"><path d=\"M 162.728043896 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.728043896 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.696990196 189.909351145 L 162.728043896 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.945043971 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.945043971 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.696990196 189.909351145 L 141.945043971 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.039300325 152.635973282 L 135.696990196 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.039300325 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"135.03930032535516\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"135.69699019639427\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.7280438961011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"141.94504397126568\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t704fd478da33494abbceb9ded89367f3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.03930032535516\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.69699019639427\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.7280438961011\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.94504397126568\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc674d66db5924784b0587525a75bd75f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9f99e88303fa4bd0ae68aec9753a1038\"><g class=\"toyplot-Edges\"><path d=\"M 176.27645524 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.27645524 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.31685082 152.635973282 L 176.27645524 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.340667247 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.340667247 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.131452072 189.909351145 L 181.340667247 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.131452072 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.31685082 152.635973282 L 177.131452072 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"173.31685081983056\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"176.2764552395065\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"177.1314520718573\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"181.34066724650754\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta7dd15e59edb4d69b43724966d9c1d39\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.31685081983056\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.2764552395065\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.1314520718573\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.34066724650754\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t78a69e2ab8d546ffb6974ad70995c906\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7a4ae30b17af403ebb8efb9664c0eae2\"><g class=\"toyplot-Edges\"><path d=\"M 118.728591524 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.728591524 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.124762426 152.635973282 L 118.728591524 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.17706622 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.883945924 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.883945924 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.17706622 160.090648855 L 126.883945924 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.124762426 152.635973282 L 115.17706622 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.12476242631188\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"118.72859152358558\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.17706621997444\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"126.88394592447037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9b89362c58534461962fce04c6c03056\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.12476242631188\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.72859152358558\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.17706621997444\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.88394592447037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te5e9f3e04057424f86025e02b9e2b38d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5f471e0105f44d2faa049417b729245a\"><g class=\"toyplot-Edges\"><path d=\"M 186.273341279 175.0 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.917565957 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.917565957 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.996800137 175.0 L 187.917565957 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.494464667 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.494464667 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.996800137 175.0 L 194.494464667 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.273341279 175.0 L 186.996800137 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"186.27334127930078\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"186.99680013744376\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"187.9175659568985\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"194.49446466728946\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb62d490bcdc04c40a5d96a472542eff0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.27334127930078\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.99680013744376\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.9175659568985\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.49446466728946\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te899e687f028446489d4f339d49435d8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbc6b073953a441ce8ba6bf59c7e36707\"><g class=\"toyplot-Edges\"><path d=\"M 74.1372182671 156.363311069 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.3868290221 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.107635645 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.107635645 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6618131839 160.090648855 L 169.107635645 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6618131839 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.3868290221 137.726622137 L 79.6618131839 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 74.1372182671 156.363311069 L 75.3868290221 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"74.137218267134841\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"75.386829022109126\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"79.661813183863245\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"169.10763564518035\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc86c01789b8d4e2789821a07e1aea034\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"74.137218267134841\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.386829022109126\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.661813183863245\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.10763564518035\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5e3da4cefd98489b86129771d0f19625\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3cf294dc107840b99811a483aa3da2c4\"><g class=\"toyplot-Edges\"><path d=\"M 124.25318644 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.696442569 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.696442569 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.632778189 189.909351145 L 179.696442569 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.632778189 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.818176937 122.817270992 L 130.632778189 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.818176937 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.25318644 148.908635496 L 126.818176937 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"124.25318644031395\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"126.81817693736643\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"130.63277818939321\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"179.69644256890979\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb17a2aa45b124ad38de2a79c6beb2b6c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.25318644031395\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.81817693736643\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.63277818939321\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.69644256890979\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4e071baba4224c22a859d87d31ea10f7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb2a0d00bd5cd43a289830415425da1db\"><g class=\"toyplot-Edges\"><path d=\"M 97.7482846374 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.7482846374 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3940662951 152.635973282 L 97.7482846374 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.707889057 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.707889057 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1428985601 189.909351145 L 100.707889057 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.1428985601 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.3940662951 152.635973282 L 98.1428985601 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"94.394066295138984\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"97.748284637438374\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"98.142898560061852\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.70788905711433\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t54751ab0e1a5402b86b64f7a2f2ce407\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.394066295138984\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.748284637438374\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.142898560061852\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.70788905711433\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbacb4b6bb4214c898196b238915b887f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc8cbee8af0c946ddad3174f6a4b26bf4\"><g class=\"toyplot-Edges\"><path d=\"M 142.405426881 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.805721097 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.471195868 189.909351145 L 166.805721097 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.747189382 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.747189382 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.471195868 189.909351145 L 185.747189382 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.405426881 152.635973282 L 142.471195868 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"142.40542688099302\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"142.47119586809691\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"166.80572109654346\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"185.74718938246946\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td5c9780ed0f6499b99682a1cbd41f3dc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.40542688099302\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.47119586809691\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.80572109654346\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.74718938246946\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb942b2c7f0194e8685cb690dd129d578\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t19ef56af411f45b7a46e86577634df4a\"><g class=\"toyplot-Edges\"><path d=\"M 203.373277926 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 203.373277926 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.591834982 160.090648855 L 203.373277926 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.591834982 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.487227394 152.635973282 L 177.591834982 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.591834982 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.591834982 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.487227394 152.635973282 L 177.591834982 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"175.48722739425961\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"177.5918349815847\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"203.37327792631726\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"177.5918349815847\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f43afa72b2d45fe81d493e2c6a2ae83\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.48722739425961\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.5918349815847\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"203.37327792631726\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.5918349815847\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta43f2354ca6a4f1fa8b07e6cb7351865\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td7ac8fbfd5e14a0b8487d067969f261d\"><g class=\"toyplot-Edges\"><path d=\"M 176.079148278 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.079148278 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.663831889 219.728053435 L 176.079148278 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.663831889 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.033072405 152.635973282 L 157.663831889 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.033072405 152.635973282 L 155.098841392 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.03307240494368\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"157.66383188910007\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"176.07914827819474\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.0988413920476\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf93f709aba6249ffb8bbd1322833f134\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.03307240494368\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.66383188910007\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.07914827819474\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.0988413920476\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e5f4ecfd5c7408fb5c9013adbb4e070\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te4bae34d2da1475f92fc6dd4f5bc1528\"><g class=\"toyplot-Edges\"><path d=\"M 151.415778114 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.073467985 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.747189382 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.747189382 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 219.728053435 L 185.747189382 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.073467985 137.726622137 L 155.098841392 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.415778114 126.544608779 L 152.073467985 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"151.41577811422866\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"152.07346798526774\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"155.0988413920476\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"185.74718938246949\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2a2146c4dc214274b315b351c879d9ef\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.41577811422866\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.07346798526774\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.0988413920476\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.74718938246949\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t87e253deecbd4aec81876b2e0619d2ed\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdfe8eb9142d24c958326a0e55d091cbd\"><g class=\"toyplot-Edges\"><path d=\"M 183.774119769 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.774119769 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.919122937 204.81870229 L 183.774119769 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.641024815 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.641024815 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.919122937 204.81870229 L 188.641024815 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.748746363 130.271946565 L 182.919122937 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.748746363 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"180.74874636257235\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"182.91912293700136\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"183.77411976935218\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"188.6410248150415\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te7cce7743e784084af909026cd98ed60\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.74874636257235\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.91912293700136\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.77411976935218\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.6410248150415\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf5fb93b534694badb99aeab0a8bf8d43\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0ef9042fcbef467994da0ec5fb95455c\"><g class=\"toyplot-Edges\"><path d=\"M 190.877170377 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.96208485 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.96208485 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.256762126 219.728053435 L 213.96208485 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.256762126 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.877170377 167.545324427 L 197.256762126 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.904100763 111.635257634 L 190.877170377 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.904100763 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"188.90410076345714\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"190.87717037657444\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"197.25676212565364\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"213.96208485004666\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1fd94037b4694561b34a09cb27e49f64\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.90410076345714\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.87717037657444\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"197.25676212565364\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.96208485004666\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf32b32c8e5b24dd79fc778acbbb38eea\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t30c0d5608db542fba134a83f54636eb1\"><g class=\"toyplot-Edges\"><path d=\"M 136.091604119 167.545324427 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.802607136 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.802607136 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.260423713 219.728053435 L 176.802607136 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.260423713 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.091604119 167.545324427 L 143.260423713 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.841993364 111.635257634 L 136.091604119 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.841993364 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.84199336404345\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"136.09160411901772\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.26042371334387\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"176.80260713633777\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t83bb85f2e8f848d7b56d0cb65881d8a3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.84199336404345\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.09160411901772\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.26042371334387\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.80260713633777\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbb137e03687b4929ba783eb0d7cb8ace\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t37bd41e35f914709bbc56c4b7a8bb444\"><g class=\"toyplot-Edges\"><path d=\"M 78.7410473644 175.0 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.008246626 234.63740458 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.60016751 234.63740458 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.60016751 234.63740458 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.008246626 234.63740458 L 108.60016751 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.7410473644 175.0 L 108.008246626 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0833574934 115.36259542 L 78.7410473644 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.0833574934 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.083357493369405\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"78.741047364408502\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.0082466256483\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.60016750958349\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tedc4ae6dee4a46bd917b01489953b2b7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.083357493369405\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.741047364408502\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.0082466256483\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.60016750958349\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t65805f946ec54a5ea328678524a31f3d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t13ec7384dd3343ad9d582c1b6b604753\"><g class=\"toyplot-Edges\"><path d=\"M 98.9321264053 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.390952335 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.390952335 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 98.9321264053 219.728053435 L 104.390952335 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.6364397771 152.635973282 L 98.9321264053 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3329682483 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.3329682483 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.6364397771 152.635973282 L 79.3329682483 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"76.636439777083396\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"98.932126405308765\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.39095233493327\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"79.33296824834369\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t31aff56a29844a7195d3647425e6fe6c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.636439777083396\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"98.932126405308765\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.39095233493327\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.33296824834369\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t18c97d513d4f428f9c24da3fae474773\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb47f313de9a0499ab32a2ce860077d4e\"><g class=\"toyplot-Edges\"><path d=\"M 139.971974358 175.0 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 234.63740458 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.400755941 234.63740458 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.365031301 234.63740458 L 157.400755941 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.365031301 234.63740458 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.971974358 175.0 L 145.365031301 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.998904745 115.36259542 L 139.971974358 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.998904745 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.9989047450311\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"139.97197435814837\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"145.36503130066896\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.40075594068443\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8153ac95151b42fbac4159ded24e069f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.9989047450311\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.97197435814837\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.36503130066896\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.40075594068443\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf27869788f83466fb622d6f8d63bf467\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2f59f6e33b174d1a8420388f1774c5aa\"><g class=\"toyplot-Edges\"><path d=\"M 118.794360511 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.398189608 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.398189608 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.794360511 219.728053435 L 123.398189608 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.900525078 137.726622137 L 118.794360511 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.900525078 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.703218117 126.544608779 L 115.900525078 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.703218117 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.70321811680569\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.90052507811741\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"118.79436051068946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"123.39818960796312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3a42be9fe0434881b3f525be0a469a1d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.70321811680569\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.90052507811741\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.79436051068946\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.39818960796312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t262a035edbff4fe28051c2134ccb2ff1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te9294b58ba8342e9a19412c0fc10b08a\"><g class=\"toyplot-Edges\"><path d=\"M 195.809844409 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.742518442 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.936711443 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.936711443 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.742518442 219.728053435 L 210.936711443 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.533303268 167.545324427 L 200.742518442 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.533303268 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.809844409 111.635257634 L 196.533303268 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"195.80984440936766\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"196.53330326751066\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"200.74251844216084\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"210.93671144326689\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t49bc6e9f98674f31aa429a1a36b8e26f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.80984440936766\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.53330326751066\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.74251844216084\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.93671144326689\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdbc786e6b5d847b7a39e29164cc3f5a5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te6eb9d896b094abb89ee8e0b1e5e0c9e\"><g class=\"toyplot-Edges\"><path d=\"M 182.327202053 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.147483598 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.147483598 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.327202053 219.728053435 L 210.147483598 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.697999549 137.726622137 L 182.327202053 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.697999549 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.77723373 126.544608779 L 174.697999549 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.77723373 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"173.77723372955791\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"174.69799954901265\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"182.32720205306615\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"210.14748359801996\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t32b8d28b399342fd94d7a7339a9d8797\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.77723372955791\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.69799954901265\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.32720205306615\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.14748359801996\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1c1d02be03ae46779e5a4ae8057e9fe0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t79f26ce0ef3a4cbcbf012e6327a8e4c4\"><g class=\"toyplot-Edges\"><path d=\"M 172.659160949 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.566461575 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.89374953 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.010265331 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.010265331 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.89374953 219.728053435 L 186.010265331 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.566461575 137.726622137 L 179.89374953 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.659160949 126.544608779 L 174.566461575 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.65916094879148\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"174.56646157480483\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"179.89374953022153\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"186.01026533088515\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t747f0c06bf404992bd67a4635d29c846\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.65916094879148\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.56646157480483\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.89374953022153\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.01026533088515\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t52e785028321443e921201d06a6acaaf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t06458eb8b25544b793bbd629f22560ec\"><g class=\"toyplot-Edges\"><path d=\"M 133.131999699 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.159391811 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 214.159391811 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 160.090648855 L 214.159391811 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.894297158 167.545324427 L 137.472752848 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.894297158 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.131999699 141.453959924 L 135.894297158 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.13199969934178\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"135.89429715770598\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.47275284819983\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"214.15939181135843\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf9cb6372775e4ed283eaad85bd63d3f6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.13199969934178\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.89429715770598\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.47275284819983\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"214.15939181135843\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te49e43cafb384d9fab82d9b37cd1fd61\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8e3031e052714358bafdac0dd8bc117b\"><g class=\"toyplot-Edges\"><path d=\"M 117.281673807 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.67628773 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.597053549 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.353123087 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.597053549 219.728053435 L 141.353123087 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.67628773 137.726622137 L 118.597053549 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.281673807 126.544608779 L 117.67628773 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.28167380729957\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.67628772992302\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"118.59705354937776\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.35312308733049\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5b8e09f3f5d64dd2928c13ca4fd96826\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.28167380729957\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.67628772992302\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.59705354937776\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.35312308733049\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t510b13d94f1b476b8ff7a51b27bfc7df\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d69a5ee210d44ba800184f0e651aa86\"><g class=\"toyplot-Edges\"><path d=\"M 111.296695981 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.296695981 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.994781432 152.635973282 L 111.296695981 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.652471303 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.460297007 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.460297007 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.652471303 219.728053435 L 177.460297007 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.994781432 152.635973282 L 109.652471303 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.99478143220693\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"111.29669598084375\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.65247130324602\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"177.46029700737688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1c959a3962024f60bf83921d5d8e989a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.99478143220693\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.29669598084375\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.65247130324602\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.46029700737688\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2b54fdd34c0948ac960818a89b347f45\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6fe13335febe422c8d3f8b0b0e85835f\"><g class=\"toyplot-Edges\"><path d=\"M 133.78968957 130.271946565 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.736838149 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.736838149 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.986996532 204.81870229 L 176.736838149 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.010812958 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.986996532 204.81870229 L 142.010812958 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.78968957 130.271946565 L 133.986996532 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.78968957038086\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.9869965316926\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"176.73683814923388\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.0108129583696\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t80286ded52f84b2486fc80137abbd0e9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.78968957038086\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.9869965316926\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.73683814923388\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.0108129583696\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t488e5b1e426b415f93d698c116143c9b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te13d7066e9364a77a1c5ff0e0ed84b46\"><g class=\"toyplot-Edges\"><path d=\"M 190.35101848 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.35101848 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 182.454675573 L 190.35101848 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.2096769 145.18129771 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.2096769 145.18129771 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.502797195 100.453244275 L 137.2096769 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.502797195 100.453244275 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 182.454675573 L 125.502797195 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"125.43702820818436\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"190.35101847974317\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"125.50279719528828\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"137.20967689978417\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t67a437b9aa744a9cba2bfd90d92803f4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.43702820818436\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.35101847974317\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.50279719528828\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.20967689978417\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1ff7f04dcd0d41cbbf5e32043dfdd53e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad581772d9204886a59afe4f5d81fb8a\"><g class=\"toyplot-Edges\"><path d=\"M 94.5913732565 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.872037711 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.872037711 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.5913732565 160.090648855 L 122.872037711 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5390694628 137.726622137 L 94.5913732565 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.5390694628 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.0548701264 156.363311069 L 93.5390694628 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.0548701264 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"85.054870126383832\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"93.539069462788177\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"94.591373256450737\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.8720377111319\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t97641689e3804b02bec1bd1cdae09ce8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.054870126383832\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.539069462788177\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.591373256450737\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.8720377111319\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t243e206b4cdb4f3f93ff5f8a9175cd57\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc6bfdb5362e2411ebd0dc6ac3640e4a0\"><g class=\"toyplot-Edges\"><path d=\"M 113.203996607 145.18129771 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.203996607 145.18129771 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.772101064 152.635973282 L 113.203996607 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.232483974 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.25007248 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.25007248 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.232483974 160.090648855 L 134.25007248 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.772101064 152.635973282 L 106.232483974 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"105.77210106411535\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"113.20399660685715\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.23248397384273\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"134.2500724801082\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t422108ff09064c679e5b3b538d24bd88\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.77210106411535\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.20399660685715\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.23248397384273\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.2500724801082\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td8a05f8f54c5479698171707806bba74\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t665c6fadb02b43c4b890d74a0623dcff\"><g class=\"toyplot-Edges\"><path d=\"M 129.25162946 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.25162946 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7871232377 160.090648855 L 129.25162946 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.7871232377 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.4867656691 137.726622137 L 99.7871232377 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.4867656691 137.726622137 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8290757981 156.363311069 L 92.4867656691 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.8290757981 156.363311069 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.829075798086507\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"92.486765669125617\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"99.787123237659586\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"129.25162946021112\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6002b768efa04d1ba1ea97e6ad755ac3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.829075798086507\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.486765669125617\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.787123237659586\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.25162946021112\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t53a4bf2e98b94779962b441f0c5e5b66\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1f6baa6d6fd8490f9711556726bca3e8\"><g class=\"toyplot-Edges\"><path d=\"M 169.89686349 141.453959924 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.080705258 167.545324427 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.080705258 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.418344447 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.418344447 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.080705258 160.090648855 L 185.418344447 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.080705258 167.545324427 L 171.080705258 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.89686349 141.453959924 L 171.080705258 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"169.89686349042725\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"171.08070525829766\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"171.08070525829766\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"185.41834444694993\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t000d1b331596401c9d28188d7f37b524\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.89686349042725\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.08070525829766\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.08070525829766\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.41834444694993\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t80f4ba73266d41b6b865126c7e4b64e7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te9375afb3b66470aacf9075bdc450184\"><g class=\"toyplot-Edges\"><path d=\"M 181.077591298 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.077591298 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.554553361 189.909351145 L 181.077591298 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.526065994 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.526065994 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.554553361 189.909351145 L 177.526065994 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.831094503 152.635973282 L 170.554553361 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.831094503 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"169.83109450332336\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"170.55455336146636\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"181.0775912980919\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.52606599448077\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5dd4dd22bef946dc9cb8393fd25de0f6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.83109450332336\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.55455336146636\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.0775912980919\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.52606599448077\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t44020e821db247208e004a427baa4877\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t83f9537286da441899b21d4cac744bfe\"><g class=\"toyplot-Edges\"><path d=\"M 124.055879479 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.766882496 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.766882496 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.717692663 219.728053435 L 164.766882496 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.717692663 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.437028208 137.726622137 L 153.717692663 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.055879479 126.544608779 L 125.437028208 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"124.05587947900224\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"125.43702820818436\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.71769266286549\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.7668824963223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc805580a6d7c4d149fb3f1f4b15b7a78\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.05587947900224\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.43702820818436\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.71769266286549\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.7668824963223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4da875c7117f4181baf8e1f4475fbe7c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t97579739582847aa8df98dfdfd8e45fa\"><g class=\"toyplot-Edges\"><path d=\"M 128.988553512 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.843550344 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.81295837 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.81295837 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.449945774 219.728053435 L 185.81295837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.449945774 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.843550344 137.726622137 L 168.449945774 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.988553512 126.544608779 L 129.843550344 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.98855351179546\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.84355034414628\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"168.44994577414124\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"185.81295836957341\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td4541550d09b45c98dedbc685651e6dd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.98855351179546\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.84355034414628\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.44994577414124\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.81295836957341\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te5689c7465784651ac903c6b43582d85\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2d00868a3f984c54b9a5630c5e7839d6\"><g class=\"toyplot-Edges\"><path d=\"M 158.518828721 167.545324427 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.524509014 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.524509014 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 219.728053435 L 182.524509014 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.964189458 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.518828721 167.545324427 L 164.964189458 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 111.635257634 L 158.518828721 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.124214799 111.635257634 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"158.12421479882744\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"158.51882872145092\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"164.96418945763406\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"182.52450901437794\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb4f0d0e72b9e4ffb9f30b55988084cac\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.12421479882744\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.51882872145092\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.96418945763406\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.52450901437794\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td02eabb428f2466abe672944109d537a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3f52bbd47b97477d8993ce2fad9f4c9e\"><g class=\"toyplot-Edges\"><path d=\"M 129.646243383 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.027392112 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.143907913 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.723920583 219.728053435 L 137.143907913 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.723920583 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.027392112 137.726622137 L 133.723920583 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.646243383 126.544608779 L 131.027392112 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"129.64624338283454\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"131.02739211201668\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"133.72392058327696\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"137.14390791268025\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t60a46efeeda54ea5b1456ada72ed9749\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.64624338283454\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.02739211201668\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.72392058327696\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.14390791268025\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t83279c6d6d54462a80f3f1d40a123d0d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t632ab241975949fbab7018d4acc81612\"><g class=\"toyplot-Edges\"><path d=\"M 189.035638738 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.035638738 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.89686349 219.728053435 L 189.035638738 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.89686349 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.930021798 152.635973282 L 169.89686349 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.849230637 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.849230637 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.930021798 152.635973282 L 153.849230637 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.93002179772145\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"169.89686349042725\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"189.03563873766498\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.8492306370733\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc319a59e748b4bf7b5d424db9692f5e1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.93002179772145\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.89686349042725\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.03563873766498\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.8492306370733\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tae3ecd85087144619171d2a03c6eba13\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t30883a7e82834ef6bb0b349a1ecae955\"><g class=\"toyplot-Edges\"><path d=\"M 151.218471153 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.218471153 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.166714987 219.728053435 L 151.218471153 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.166714987 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.864800438 152.635973282 L 106.166714987 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.18018018 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.18018018 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.864800438 152.635973282 L 105.18018018 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.86480043810198\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"106.16671498673881\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.21847115291692\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"105.18018018018017\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td3089a4aa40a4e48b48e0b2bc9b39d9f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.86480043810198\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.16671498673881\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.21847115291692\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.18018018018017\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t94bfbb17ffa1418295512ce6ca597b70\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7eed4b50989a41aa8199124f8ccb1f95\"><g class=\"toyplot-Edges\"><path d=\"M 132.540078815 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.921227545 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.127328759 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 160.090648855 L 148.127328759 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.513148429 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.921227545 137.726622137 L 134.513148429 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.540078815 156.363311069 L 133.921227545 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"132.54007881540656\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.92122754458867\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.51314842852386\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.12732875903316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taf1f2bc304504672b91e3667ace20e31\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.54007881540656\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.92122754458867\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.51314842852386\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.12732875903316\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf464ea6727724e3f9b294d2d1a23f2ea\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t348aba804d3146fcb250f86cfefbbebc\"><g class=\"toyplot-Edges\"><path d=\"M 140.169281319 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.169281319 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.731705484 160.090648855 L 140.169281319 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.731705484 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.365578928 137.726622137 L 108.731705484 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.365578928 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.64212007 156.363311069 L 101.365578928 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.64212007 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.64212007001041\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.36557892815344\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.73170548379129\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"140.16928131946008\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d8d47dbc9c348279e36c9d9334b9f71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.64212007001041\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.36557892815344\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.73170548379129\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.16928131946008\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6e471332de8f4e20b63ab1499cee05ac\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc1b2b4d4ef7e4e659e7815e7d53c5680\"><g class=\"toyplot-Edges\"><path d=\"M 99.392509315 156.363311069 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.509025116 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.78968957 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.78968957 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.509025116 160.090648855 L 133.78968957 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.286344748 137.726622137 L 105.509025116 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.286344748 137.726622137 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.392509315 156.363311069 L 102.286344748 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"99.392509315036136\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.28634474760818\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.50902511569974\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"133.78968957038086\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f5d8ae3ea254471aac85d3a91fc5962\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.392509315036136\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.28634474760818\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.50902511569974\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.78968957038086\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tae8830d08004455b94a2f6ab40734698\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4a2c74c4ec154d1698632b477581cb02\"><g class=\"toyplot-Edges\"><path d=\"M 174.106078665 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.106078665 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 219.728053435 L 174.106078665 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.678854063 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.481547101 152.635973282 L 151.678854063 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.941930011 85.5438931298 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.941930011 85.5438931298 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.481547101 152.635973282 L 151.941930011 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.48154710133255\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.67885406264426\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"174.10607866507746\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.94193001105992\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3781cba847a94e4e86d13abe3e0e99f3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.48154710133255\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.67885406264426\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.10607866507746\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.94193001105992\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfc6fec4f9e5e443f9d28068da36f59c3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7c25746ea544452d969991145a236c6e\"><g class=\"toyplot-Edges\"><path d=\"M 104.193645374 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.193645374 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.470186515 152.635973282 L 104.193645374 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.469638888 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.469638888 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.535955503 189.909351145 L 147.469638888 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.535955503 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.470186515 152.635973282 L 103.535955503 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"103.47018651547853\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"104.19364537362155\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"103.53595550258245\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"147.46963888799408\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7e57afd929614425987710f6104e758b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.47018651547853\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.19364537362155\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.53595550258245\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.46963888799408\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3d6303e4cd2c4543988add8913a75ef0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t39491184420d4e7082bb8a5e9b84633a\"><g class=\"toyplot-Edges\"><path d=\"M 121.556657969 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.32307874 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.32307874 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.556657969 219.728053435 L 153.32307874 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.032063052 137.726622137 L 121.556657969 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.032063052 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.322069388 126.544608779 L 116.032063052 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.322069388 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.32206938762363\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.03206305232528\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.55665796905367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"153.32307874024204\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb3fd6b63bdfe475ebb11dc09a9217bd0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.32206938762363\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.03206305232528\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.55665796905367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.32307874024204\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc73d37607a147218c2e26d43829960e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5668b9a16c3b44de884131e1faa4a176\"><g class=\"toyplot-Edges\"><path d=\"M 114.453607362 219.728053435 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.792803531 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.792803531 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.453607362 219.728053435 L 123.792803531 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 137.726622137 L 114.453607362 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.310161174 137.726622137 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.797474471 126.544608779 L 110.310161174 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.797474471 126.544608779 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.79747447089521\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.31016117428513\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"114.45360736183143\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"123.79280353058661\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8ddcde4d80314113a09c8b5bac8fa9f5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.79747447089521\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.31016117428513\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.45360736183143\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.79280353058661\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc2d9c264c65b43b5945aacaedf646294\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t27fd229209364b9aa281a646b182a6f6\"><g class=\"toyplot-Edges\"><path d=\"M 140.366588281 126.544608779 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.20656294 137.726622137 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.100398372 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.097284412 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.097284412 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.100398372 219.728053435 L 160.097284412 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.20656294 137.726622137 L 150.100398372 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.366588281 126.544608779 L 147.20656294 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"140.36658828077182\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.20656293957842\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.10039837215047\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"160.09728441194471\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6cc0be1c559042d6906d173c2bd7ad11\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.36658828077182\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.20656293957842\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.10039837215047\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.09728441194471\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t121d65450b854f65a479c8863b76514e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7872652b08c243b0956c78192d284d23\"><g class=\"toyplot-Edges\"><path d=\"M 127.936249718 152.635973282 L 304.13136617 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.272331927 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.272331927 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.71201237 189.909351145 L 147.272331927 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.501240215 115.36259542 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.501240215 115.36259542 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.71201237 189.909351145 L 130.501240215 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.936249718 152.635973282 L 129.71201237 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"127.9362497181329\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"129.71201236993846\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.27233192668234\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"130.50124021518539\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2b5665ca1cec4498a6be3d70fcf5ae3e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.9362497181329\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.71201236993846\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.27233192668234\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.50124021518539\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t58e259d9706f4247853045f90948ab0d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8368796d39ba4c198646e1872effc0f4\"><g class=\"toyplot-Edges\"><path d=\"M 135.696990196 152.635973282 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.925350857 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.925350857 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.78813259 189.909351145 L 162.925350857 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.702670489 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.702670489 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.78813259 189.909351145 L 159.702670489 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.696990196 152.635973282 L 138.78813259 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.69699019639427\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"138.788132590278\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"162.92535085741287\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"159.70267048932124\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc81b8cf8a0994e728c9086fe164b5c28\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.69699019639427\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.788132590278\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.92535085741287\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.70267048932124\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta808716ef4ad42509f778b42a1f86e77\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta608dbaa9c7144df978b121d372bf10a\"><g class=\"toyplot-Edges\"><path d=\"M 118.531284562 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.738942757 160.090648855 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.956952185 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.956952185 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.738942757 160.090648855 L 145.956952185 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.686638963 167.545324427 L 127.738942757 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.686638963 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.531284562 141.453959924 L 126.686638963 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.53128456227384\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"126.68663896315863\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"127.73894275682119\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"145.95695218460415\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tddafdbbb187d458e9fb185f9045fd141\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.53128456227384\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.68663896315863\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.73894275682119\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.95695218460415\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t75d3bdcd417e42b18e3411fb1779019e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tee018822c684448cacf5eae025be2794\"><g class=\"toyplot-Edges\"><path d=\"M 99.5898162763 141.453959924 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.350556755 160.090648855 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.912433291 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.912433291 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.350556755 160.090648855 L 119.912433291 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.891730825 167.545324427 L 107.350556755 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.891730825 167.545324427 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.5898162763 141.453959924 L 101.891730825 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"99.589816276347861\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"101.89173082498469\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"107.35055675460922\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.91243329145593\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t27ec548265884b15a4a7e684e264d189\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.589816276347861\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.89173082498469\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.35055675460922\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.91243329145593\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdf2f06022fa64ea1b718b8731246c066\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td12ab66fa56d4c2fa77832c3ff94544a\"><g class=\"toyplot-Edges\"><path d=\"M 156.28268316 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.679863415 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.679863415 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.28268316 219.728053435 L 190.679863415 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 152.635973282 L 156.28268316 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.239173619 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.239173619 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.098841392 152.635973282 L 169.239173619 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.0988413920476\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"156.28268315991795\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"190.67986341526273\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.23917361938817\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t98603c76b91f426499c360288ea606f3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.0988413920476\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.28268315991795\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.67986341526273\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.23917361938817\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf3b49bd14a1e4b179d65e258a8dc98b7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td3ee67fa419946969942e2bb74c394bd\"><g class=\"toyplot-Edges\"><path d=\"M 115.571680143 148.908635496 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 122.817270992 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.347442794 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.733724189 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.733724189 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.347442794 189.909351145 L 186.733724189 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.952828872 122.817270992 L 117.347442794 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.571680143 148.908635496 L 116.952828872 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"115.57168014259787\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.95282887178\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.34744279440345\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"186.73372418902807\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t030319b3f698498fa194d1d198497646\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.57168014259787\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.95282887178\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.34744279440345\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.73372418902807\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta4825651724e4af3a1ff05b32698a327\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t87cbae1f09174282ab49faff8680f2c6\"><g class=\"toyplot-Edges\"><path d=\"M 130.895854138 264.45610687 L 304.197135157 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.895854138 264.45610687 L 304.197135157 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.6452340302 219.728053435 L 130.895854138 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.6452340302 219.728053435 L 304.197135157 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0533131463 152.635973282 L 90.6452340302 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6571422436 85.5438931298 L 304.197135157 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.6571422436 85.5438931298 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.0533131463 152.635973282 L 94.6571422436 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"90.053313146280942\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"90.64523403021613\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"130.89585413780884\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.657142243554645\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf383a7511f9f4a95b0f2bf72142f821e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.053313146280942\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.64523403021613\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.89585413780884\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.657142243554645\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661067\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te91a25d389544c9db25d6a06c423b82c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t83cd8a7d9d394ac4a386d5fe7bb33fc6\"><g class=\"toyplot-Edges\"><path d=\"M 137.472752848 189.909351145 L 304.197135157 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.060002792 264.45610687 L 304.13136617 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.060002792 264.45610687 L 304.13136617 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.472752848 189.909351145 L 153.060002792 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.223142093 152.635973282 L 137.472752848 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.813505997 115.36259542 L 304.13136617 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.813505997 115.36259542 L 304.13136617 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.223142093 152.635973282 L 141.813505997 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.22314209322553\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.47275284819983\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.06000279182641\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"141.81350599705786\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta565bba8c40c4e2fa2eddc1d1537c60a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.22314209322553\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.47275284819983\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.06000279182641\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.81350599705786\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.19713515661073\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1313661695068\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t89471ce93e674651a296dec3d5fa1997\" style=\"-toyplot-anchor-shift:12px;alignment-baseline:middle;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.1313661695068,294.27480916030532)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">glabrata</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.1313661695068,234.63740458015266)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">insipida</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.1313661695068,175.0)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">yoponensis</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.19713515661073,115.36259541984731)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">maxima</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.1313661695068,55.725190839694662)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">tonduzii</tspan></text></g></g></g><g class=\"toyplot-coordinates-Axis\" id=\"tacb0b49e50b7454a991173a6828c526b\" transform=\"translate(50.0,300.0)translate(0,10.0)\"><line style=\"\" x1=\"0\" x2=\"254.19713515661076\" y1=\"0\" y2=\"0\"></line><g><line style=\"\" x1=\"254.19713515661076\" x2=\"254.19713515661076\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"155.5436545007463\" x2=\"155.5436545007463\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"56.89017384488182\" x2=\"56.89017384488182\" y1=\"0\" y2=\"-5\"></line></g><g><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(254.19713515661076,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">0.0</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(155.5436545007463,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">1.5</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(56.89017384488182,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">3.0</tspan></text></g><text style=\"font-weight:bold;stroke:none;text-anchor:middle\" transform=\"translate(175.0,22)translate(0,9.0)\"><tspan style=\"font-size:12.0px\">Divergence time (substitutions/site x 10</tspan><tspan dy=\"-3.6\" style=\"font-size:8.4px\">-3</tspan><tspan dy=\"3.6\" style=\"font-size:12.0px\">)</tspan></text><g class=\"toyplot-coordinates-Axis-coordinates\" style=\"visibility:hidden\" transform=\"\"><line style=\"stroke:rgb(43.9%,50.2%,56.5%);stroke-opacity:1.0;stroke-width:1.0\" x1=\"0\" x2=\"0\" y1=\"-3.0\" y2=\"4.5\"></line><text style=\"alignment-baseline:alphabetic;fill:rgb(43.9%,50.2%,56.5%);fill-opacity:1.0;font-size:10px;font-weight:normal;stroke:none;text-anchor:middle\" x=\"0\" y=\"-6\"></text></g></g></g></svg><div class=\"toyplot-interactive\"><ul class=\"toyplot-mark-popup\" onmouseleave=\"this.style.visibility='hidden'\" style=\"background:rgba(0%,0%,0%,0.75);border:0;border-radius:6px;color:white;cursor:default;list-style:none;margin:0;padding:5px;position:fixed;visibility:hidden\">\n",
       "            <li class=\"toyplot-mark-popup-title\" style=\"color:lightgray;cursor:default;padding:5px;list-style:none;margin:0\"></li>\n",
       "            <li class=\"toyplot-mark-popup-save-csv\" onmouseout=\"this.style.color='white';this.style.background='steelblue'\" onmouseover=\"this.style.color='steelblue';this.style.background='white'\" style=\"border-radius:3px;padding:5px;list-style:none;margin:0\">\n",
       "                Save as .csv\n",
       "            </li>\n",
       "        </ul><script>\n",
       "        (function()\n",
       "        {\n",
       "          var data_tables = [{\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf64d6ddfb58f4eb2a9ff702e9f0bf92d\", \"columns\": [[-0.0029880000000000006, -0.0029540000000000005, -0.0029430000000000007, -0.0017760000000000007, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t66cea862c8424c6da0a2b9517c5cf21d\", \"columns\": [[-0.002844, -0.0028280000000000002, -0.002703, -0.002076, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21f970466e9d4e0994f8e09a43292609\", \"columns\": [[-0.003045, -0.002996, -0.00293, -0.002663, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td6a8859156e240cfba92b1b5f9e34372\", \"columns\": [[-0.0029010000000000004, -0.0027990000000000003, -0.0027100000000000006, -0.0025580000000000004, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta2d54a306eff4c96bef3b5c2adcc6568\", \"columns\": [[-0.0023160000000000004, -0.002305, -0.0020350000000000004, -0.0017080000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000005664e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te25d14e81c0348edb7927c799b7f1c41\", \"columns\": [[-0.002352, -0.002223, -0.0021579999999999998, -0.002075, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9a077ecc32af4065b6e77dcb97060e5a\", \"columns\": [[-0.001722, -0.001698, -0.001605, -0.001543, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t41140f63d0174136bea2fb16565488c4\", \"columns\": [[-0.002004, -0.001964, -0.0019240000000000001, -0.0014210000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf97f12aff3b74440ae3376523ddaa515\", \"columns\": [[-0.002147, -0.0019950000000000002, -0.002103, -0.002087, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -9.99999999999699e-07], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1321b0420b9d4f73ad03e2e4eac05230\", \"columns\": [[-0.0022, -0.00219, -0.002085, -0.001954, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7ccec0ef20384b949916d82195755c9d\", \"columns\": [[-0.001639, -0.001636, -0.001621, -0.001539, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t66c362d608444aa78f8d70ffdc6f9e89\", \"columns\": [[-0.0019219999999999999, -0.001895, -0.00178, -0.001911, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t31b392a2fa8448f4aaaa6a782c7a371a\", \"columns\": [[-0.001725, -0.001696, -0.0015119999999999999, -0.0016589999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21044f75f4cc48669895e7f039f5cd21\", \"columns\": [[-0.002278, -0.0022170000000000002, -0.002207, -0.002053, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta22aecb9c5994b9ab90ff4ebf2d0e007\", \"columns\": [[-0.0027970000000000004, -0.0027960000000000003, -0.0027690000000000006, -0.0019890000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad184b67c3784a4ebf42414147366ba2\", \"columns\": [[-0.002637, -0.002603, -0.002421, -0.002615, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4aca79bb83774bd09b2b78f7345c1123\", \"columns\": [[-0.002959, -0.0029549999999999997, -0.002924, -0.002111, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e7dbf40830d4fa4ba087e5a1aa1bfb8\", \"columns\": [[-0.003567, -0.003541, -0.003515, -0.002052, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88deea1172854dfc91086297c13a8cdb\", \"columns\": [[-0.002222, -0.002216, -0.0021060000000000002, -0.002049, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf11d70b2ea42449ba062f26eab94930e\", \"columns\": [[-0.002225, -0.002223, -0.002026, -0.00216, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3419a05214634af79b0d59f9b1b84087\", \"columns\": [[-0.002531, -0.0017789999999999998, -0.002526, -0.002505, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf03614601a54466e9be4d6d5b86add1b\", \"columns\": [[-0.002207, -0.002098, -0.002098, -0.002062, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf2311521e7824d4fab47e1fe07527adb\", \"columns\": [[-0.002753, -0.00273, -0.002296, -0.002551, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc502799782f04271b9bdce0280bedd08\", \"columns\": [[-0.0028179999999999998, -0.002701, -0.002607, -0.0028, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88205c0ba5de461995141662d0fce60f\", \"columns\": [[-0.002509, -0.002491, -0.002474, -0.0020080000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f2c0d6738c9479b904e5232e3b7c2d9\", \"columns\": [[-0.003167, -0.0031620000000000003, -0.0030700000000000002, -0.002906, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td0f5316355de4064aeea8bf283c29b8f\", \"columns\": [[-0.002793, -0.002682, -0.00212, -0.002765, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfa30f90550554831bc5dc91b2143a1b3\", \"columns\": [[-0.002555, -0.002553, -0.002476, -0.002468, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [0.9375, 1.875, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td51e3611baa345f18f05ceddc4b58e4d\", \"columns\": [[-0.0026520000000000003, -0.0025870000000000003, -0.002586, -0.0025850000000000005, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0, 0.0], [1.0625, 2.125, 2.25, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t55ea3596ea8d49bfbe5291e4596a6c05\", \"columns\": [[-0.0025399999999999997, -0.002522, -0.0025059999999999995, -0.0025009999999999998, 0.0, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06], [2.0625, 1.125, 2.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf8d95f585660455e83cee1ea1892d325\", \"columns\": [[-0.002455, -0.002177, -0.0020440000000000002, -0.002438, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe9d3dea3a354bb7ada8c5870da10081\", \"columns\": [[-0.00289, -0.002886, -0.002869, -0.0022370000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te1b58883fc2849cab621816ace4afb90\", \"columns\": [[-0.002966, -0.002741, -0.002405, -0.002933, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t478bd41dac814a9d88b5edebbe8f343c\", \"columns\": [[-0.0032630000000000003, -0.00321, -0.003232, -0.002915, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf93cddd24226461481ad1b2f4527eb45\", \"columns\": [[-0.003182, -0.003062, -0.003098, -0.002847, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taaed11e552df401f8dcad441cec12388\", \"columns\": [[-0.0020050000000000003, -0.0019470000000000004, -0.0019220000000000003, -0.0016620000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf093e3e5a48d4d7d86b715cad97f711c\", \"columns\": [[-0.0028770000000000002, -0.0028030000000000004, -0.002733, -0.0028720000000000004, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcf93bfafeb5649c8b514a3396069df4e\", \"columns\": [[-0.0026790000000000004, -0.0026620000000000003, -0.00256, -0.0015650000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc265316c174943ea8ab09bb6386380e9\", \"columns\": [[-0.002671, -0.002637, -0.002575, -0.0020190000000000004, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf5dea88e2176406d95a5985b1223d82e\", \"columns\": [[-0.002434, -0.002414, -0.002296, -0.002081, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfaf48c044826403cb4a4007f38a44a91\", \"columns\": [[-0.00244, -0.002428, -0.002402, -0.002376, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf3da1a3484994b99b367053f3d7732ae\", \"columns\": [[-0.002466, -0.002398, -0.002453, -0.002284, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3fa696955a97416ca8c415432bc733b7\", \"columns\": [[-0.002429, -0.002395, -0.002249, -0.001427, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6fff0efdef184151951390fd16ac7be6\", \"columns\": [[-0.003325, -0.003316, -0.003306, -0.002895, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb80f4680dcfe4b2b96fef5e31adf7749\", \"columns\": [[-0.002646, -0.002643, -0.002631, -0.0018830000000000001, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t718ef5ab551f4a58b4aee4fe81a2cc80\", \"columns\": [[-0.002485, -0.002473, -0.002104, -0.0023989999999999997, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t89b3c5b434ab455fb3906486ff291d7c\", \"columns\": [[-0.00235, -0.002347, -0.0023350000000000003, -0.00233, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5c880e6c53f14bce8783e902d617c8e3\", \"columns\": [[-0.002801, -0.0027990000000000003, -0.002687, -0.002673, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.5625, 1.125, 2.25, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t83a4fd8196b94ec1bc6daf52f88a4880\", \"columns\": [[-0.002115, -0.002099, -0.002059, -0.0020380000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.25, 2.5, 1.0, 2.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te225a83647104894960fe787fa9f8b5c\", \"columns\": [[-0.002287, -0.002245, -0.002238, -0.002134, 0.0, 0.0, 0.0, 0.0, 0.0], [1.6875, 1.375, 1.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3634802a44b8405d9976856b0154e59e\", \"columns\": [[-0.0023510000000000002, -0.00235, -0.0022250000000000004, -0.0014650000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t06e332c439f949039574493a4960fb36\", \"columns\": [[-0.002465, -0.0024490000000000002, -0.002461, -0.002255, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta9ec506e3c4446b186294581ec4a22aa\", \"columns\": [[-0.0027890000000000002, -0.0027860000000000003, -0.002693, -0.002111, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf6b611e9d15b429e9a4056a4eebe4679\", \"columns\": [[-0.0023359999999999995, -0.0023009999999999997, -0.0022139999999999994, -0.0020249999999999995, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4e6a2111c8c94cb9abe19bb2004e77ae\", \"columns\": [[-0.002593, -0.0025619999999999996, -0.002542, -0.0021379999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t929fed363db94c5ba1c99ea2f300c422\", \"columns\": [[-0.002178, -0.002142, -0.002064, -0.0012609999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t29ceaa7a6e234dbfa13c9c5c9ca5acc1\", \"columns\": [[-0.003513, -0.003476, -0.003441, -0.002847, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe792a8312814d0a91078957a9a6c57d\", \"columns\": [[-0.002724, -0.002718, -0.002157, -0.0027129999999999997, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td96b965f052b4cc9a3b7a626b255ff67\", \"columns\": [[-0.002722, -0.002715, -0.00249, -0.00267, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc3164301b7440e9aae8793fd9024ead\", \"columns\": [[-0.002401, -0.002396, -0.001827, -0.002384, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t37a9c36bbe91404b9d880e0b4d962f35\", \"columns\": [[-0.002832, -0.002692, -0.002823, -0.002534, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t23935aa5c2944766b0b6d90d346dd787\", \"columns\": [[-0.002785, -0.001997, -0.0027630000000000003, -0.002746, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f44c0159a0a489693a08cc9a9633f07\", \"columns\": [[-0.001791, -0.001774, -0.001744, -0.001529, 0.0, 0.0, -9.999999999999159e-07, -9.999999999999159e-07, -9.999999999999159e-07], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te69239d9a3f148779a787e071b2ab5e0\", \"columns\": [[-0.0026709999999999998, -0.002568, -0.0025029999999999996, -0.002436, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4b4a7cd3679a457089b3e0d29c5f8260\", \"columns\": [[-0.0020700000000000002, -0.002069, -0.002007, -0.0018910000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t06733e15b0ee4d1e896d0efd7e569153\", \"columns\": [[-0.002108, -0.0021, -0.002029, -0.00165, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9c6a15bf3a3144b78c09dfcbecb8bae3\", \"columns\": [[-0.0026060000000000002, -0.0025960000000000002, -0.002586, -0.00205, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t684b6c1093f448cf8046c67c512a2f7c\", \"columns\": [[-0.00304, -0.00299, -0.002984, -0.002363, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t62a966a922e64f0f82c63986efd7a91d\", \"columns\": [[-0.00337, -0.0033410000000000002, -0.003275, -0.003115, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te54c581a673b43adb0974cdd3cbec5bb\", \"columns\": [[-0.003209, -0.002814, -0.00279, -0.0014440000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t576884f274d143578a9897be15d0c3b2\", \"columns\": [[-0.0027610000000000004, -0.0026550000000000002, -0.0026490000000000003, -0.002132, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfafc13ecc0934c0694ef69715154b980\", \"columns\": [[-0.002231, -0.002179, -0.0021579999999999998, -0.001318, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t19469a6b25eb423f8cd8da171dca36b0\", \"columns\": [[-0.002499, -0.002486, -0.002335, -0.002448, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td8474f203d2e46b9a58cde9182ea9c6e\", \"columns\": [[-0.002193, -0.002189, -0.002084, -0.001657, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te546c1a6ca26413f8ece23bef4214a76\", \"columns\": [[-0.002105, -0.002089, -0.002038, -0.001346, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t85fcf2b038d74e229444d8594aaa89a5\", \"columns\": [[-0.003122, -0.0031030000000000003, -0.003049, -0.002386, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf81966817d724e4aa237bbf6ba798fa3\", \"columns\": [[-0.003075, -0.002964, -0.002572, -0.003037, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td240680c6a724d6498e31f1fb649c038\", \"columns\": [[-0.0024980000000000002, -0.002478, -0.0024340000000000004, -0.001981, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t41afed9f985f40a0a262b3468dfc6e7c\", \"columns\": [[-0.002371, -0.0023669999999999997, -0.002169, -0.0018909999999999999, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td76f19f6333d4054a6e9ced72df0c27b\", \"columns\": [[-0.003128, -0.003122, -0.0030700000000000002, -0.0029890000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6d8fe9a43e394f5da00c113e397ed1b1\", \"columns\": [[-0.002584, -0.002493, -0.002308, -0.0016359999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t079525c5f8744c4ca924b6966cdaa88c\", \"columns\": [[-0.002681, -0.002653, -0.0023559999999999996, -0.002623, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t63655892db794469a255b7fe599678cc\", \"columns\": [[-0.002621, -0.002529, -0.002069, -0.002502, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -9.99999999999699e-07], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t83767e1fc801492396b6c48a41d01702\", \"columns\": [[-0.002357, -0.0022860000000000003, -0.002232, -0.0016640000000000001, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t18df8691e12f4d8db1f91ab43e2ebe71\", \"columns\": [[-0.002586, -0.002569, -0.0020680000000000004, -0.0019830000000000004, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9f0cb861c84547c7b3b06db0c5776f88\", \"columns\": [[-0.002176, -0.002146, -0.001843, -0.0017239999999999998, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t24f1bc06ca8f45818bdcba042dede359\", \"columns\": [[-0.0026209999999999996, -0.002557, -0.002495, -0.0020969999999999995, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc3751d879a8e4b6e89667b68a2e97149\", \"columns\": [[-0.003741, -0.003709, -0.003685, -0.003074, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf2db4e3fffc74d029f5297391a967dc9\", \"columns\": [[-0.002035, -0.001857, -0.001828, -0.001349, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe43a1611e91407aa419379ee8ab86e4\", \"columns\": [[-0.001917, -0.001895, -0.0019030000000000002, -0.0012950000000000001, -2.168404344971009e-19, -2.168404344971009e-19, -2.168404344971009e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2ee0936575c7489ba2cb7eb3b4d0213c\", \"columns\": [[-0.0024549999999999997, -0.002283, -0.0022479999999999996, -0.0019039999999999997, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba819467b6f543038f58c964422d9d2a\", \"columns\": [[-0.002492, -0.002457, -0.0024319999999999997, -0.0019879999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc10867f7db254fd39bc019cbcc490056\", \"columns\": [[-0.00288, -0.0028780000000000003, -0.0027900000000000004, -0.002542, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3319138b6f640eaa10e033d95651549\", \"columns\": [[-0.001952, -0.001933, -0.00184, -0.001769, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1caf9e11040a45cb97770485dad86a3e\", \"columns\": [[-0.002568, -0.002479, -0.002446, -0.002566, -1.9999999999998318e-06, -1.9999999999998318e-06, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te3bf3b23ce1d40d1a0b12448d9c2a91c\", \"columns\": [[-0.002185, -0.002166, -0.002124, -0.0018869999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t90cfdd69644e4ae686cc5851d2fa02e6\", \"columns\": [[-0.002522, -0.002519, -0.0023539999999999998, -0.002204, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc56ad95d2e3f421cad6d4fd8a508f58b\", \"columns\": [[-0.002524, -0.0025120000000000003, -0.0025050000000000003, -0.0024790000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t25623b599c084638b1544ae3cb6691a9\", \"columns\": [[-0.002422, -0.001578, -0.0024070000000000003, -0.00233, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc3d6e87139ad49bf99e278ccc4d49320\", \"columns\": [[-0.002841, -0.002827, -0.002677, -0.0025080000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf91880cfe6cd4872a18fed623ce09117\", \"columns\": [[-0.003232, -0.003216, -0.002807, -0.0032140000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t91b6d2e2eb8541ac932b9f221ec9af21\", \"columns\": [[-0.002545, -0.002545, -0.002308, -0.001876, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6aa0566e6166412e9f4b1b3d85826af9\", \"columns\": [[-0.002637, -0.002634, -0.002317, -0.001448, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2035ca6098614aabbce3cd4f591607eb\", \"columns\": [[-0.002839, -0.002704, -0.002678, -0.002389, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbf4d2541ac874dd098efac53fda894ba\", \"columns\": [[-0.002181, -0.0021630000000000004, -0.002079, -0.0016780000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdb2d8020cab24200a7cea074b5e9d39c\", \"columns\": [[-0.002671, -0.0026100000000000003, -0.002497, -0.002465, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t551fe2d97fb244b494f651f20bc09320\", \"columns\": [[-0.0024470000000000004, -0.0024240000000000004, -0.0024330000000000003, -0.0022750000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc4af65faa6fd4b02a0495b099bb62822\", \"columns\": [[-0.002931, -0.002925, -0.002919, -0.002775, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tde86d880b2ae4710bd9ce863ad2df421\", \"columns\": [[-0.002714, -0.002709, -0.002678, -0.0021209999999999996, 0.0, 0.0, 0.0, 0.0, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf0c2818c230543369c0092866a27155a\", \"columns\": [[-0.002445, -0.002434, -0.002379, -0.0023250000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4549636c3fda48cda5bd14c9dfd28a69\", \"columns\": [[-0.0029830000000000004, -0.0029820000000000003, -0.0026880000000000003, -0.0026640000000000006, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0a0a5a3ebe0c4e198ddaf8b211d7eb50\", \"columns\": [[-0.001834, -0.001833, -0.001736, -0.001655, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3239c67b29c24150a373e9e2ceec60b9\", \"columns\": [[-0.0017829999999999999, -0.001671, -0.0016939999999999998, -0.00138, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t772f6ddee75d4692bc69e79a90e12994\", \"columns\": [[-0.001905, -0.001894, -0.001874, -0.001823, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, -9.999999999999159e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4616499335b74174b6134b0f5f2266a5\", \"columns\": [[-0.0019490000000000002, -0.0016610000000000001, -0.0019260000000000002, -0.001386, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t726c2bbf68d64f8d8a406e949ce33963\", \"columns\": [[-0.0022660000000000002, -0.002255, -0.002216, -0.002239, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0402d577eff046749543ce4d2ee12fd4\", \"columns\": [[-0.002395, -0.002129, -0.002358, -0.002267, 0.0, 0.0, -1.9999999999998318e-06, -9.99999999999699e-07, -1.9999999999998318e-06], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e02f8e5dfbc456f896f7a5881390d82\", \"columns\": [[-0.002369, -0.002369, -0.002016, -0.0023150000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbb59da83297c4a09828495c651ebad4b\", \"columns\": [[-0.002714, -0.002705, -0.002692, -0.002607, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf30f15b7d412443f89f663df0e21462d\", \"columns\": [[-0.002725, -0.002714, -0.002678, -0.00233, 0.0, 0.0, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6051a912cb404eee9bf87cc3eaa12664\", \"columns\": [[-0.003085, -0.002993, -0.002933, -0.001927, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t18391ed1e31c4a0e9707a8a904d7dee6\", \"columns\": [[-0.002873, -0.002797, -0.0027790000000000002, -0.002574, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5cd51abc8be449fda7644f217a8f1d41\", \"columns\": [[-0.0027099999999999997, -0.0027059999999999996, -0.002655, -0.002198, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8d9a42ca874b40a4a5583c1f571a2ffb\", \"columns\": [[-0.002434, -0.002404, -0.002375, -0.002214, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t412574f7e0734e8d8dd525caca255df6\", \"columns\": [[-0.002441, -0.002121, -0.002202, -0.001943, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8c435aa240784c72a1ed048101d3ecb5\", \"columns\": [[-0.0028780000000000003, -0.0028750000000000004, -0.0024690000000000003, -0.002373, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8fe262800ecb4c41a7bd654d95b2c6f1\", \"columns\": [[-0.0022130000000000006, -0.0022120000000000004, -0.0021650000000000007, -0.0020460000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3c9859ad55145df8291c3516d92c662\", \"columns\": [[-0.0026910000000000002, -0.002683, -0.002579, -0.002445, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb45a3d31d1704679a8a4721c218cc1ee\", \"columns\": [[-0.0021939999999999998, -0.002182, -0.0021799999999999996, -0.0020469999999999998, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5216016571df487098ede50eb031f7ac\", \"columns\": [[-0.002524, -0.0024100000000000002, -0.001968, -0.002393, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t13605b3937264a2581fb3de670fc9a43\", \"columns\": [[-0.002262, -0.002107, -0.002104, -0.0018470000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9aa7f932cf7d4f56afb6dd620cc2036a\", \"columns\": [[-0.002233, -0.002203, -0.002141, -0.0018480000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb8951225885d47f8a1779acec0731f04\", \"columns\": [[-0.002654, -0.002529, -0.002504, -0.0018710000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taf06f86803a44f7c9826c1ce54c7577d\", \"columns\": [[-0.0027740000000000004, -0.0027660000000000002, -0.0027320000000000005, -0.0022510000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdbb480faa21d4119bccacdb7f746f241\", \"columns\": [[-0.003033, -0.003019, -0.002689, -0.002105, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tac32f4a7f6754b5fa0960e73a2994a70\", \"columns\": [[-0.0030560000000000006, -0.0030250000000000003, -0.0028930000000000006, -0.0025200000000000005, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf33c73f4b54843eea26fc1a57ca0ea5c\", \"columns\": [[-0.002411, -0.002375, -0.002307, -0.002094, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3175a17fc8c94d3792ff2ec8a2b151ff\", \"columns\": [[-0.002527, -0.002501, -0.002144, -0.002421, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb7918a687d174a799bfc601259dd6b9a\", \"columns\": [[-0.001937, -0.001937, -0.001674, -0.001653, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8805bc2f8d9b4ad59b4d32addfd66dd8\", \"columns\": [[-0.0021190000000000002, -0.002115, -0.002046, -0.0013830000000000001, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td6db37b21cb94d08924215062462bd5e\", \"columns\": [[-0.0020959999999999998, -0.002074, -0.002057, -0.0018669999999999997, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t747c4f6254be4fceb828d9309c46dae5\", \"columns\": [[-0.002347, -0.002333, -0.002076, -0.002287, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te003a944f406416895fab17dff1dd153\", \"columns\": [[-0.003686, -0.003638, -0.003571, -0.0027400000000000002, -9.99999999999699e-07, -9.99999999999699e-07, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t13e31aa2a0fa4aa3b5dd9b879e23bde1\", \"columns\": [[-0.0032710000000000005, -0.0032280000000000004, -0.0032200000000000006, -0.0029590000000000007, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0d9b11f6112045febf9b80c8a8203f4a\", \"columns\": [[-0.00215, -0.002148, -0.002009, -0.001897, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f7b9ce68cab4c728933f6d0a8a562c7\", \"columns\": [[-0.002903, -0.0028970000000000003, -0.002791, -0.0024760000000000003, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc64b30a48ef941558efd23b016d09f69\", \"columns\": [[-0.002823, -0.002784, -0.002626, -0.002209, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t06cc7606619646d99b01412e0a7428f7\", \"columns\": [[-0.002494, -0.0024000000000000002, -0.002291, -0.0016220000000000002, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfd3631924e57484dbc63ad1c40ba21f1\", \"columns\": [[-0.002772, -0.0025640000000000003, -0.0025610000000000003, -0.001412, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td2c283069d934b429368657159a524c2\", \"columns\": [[-0.002795, -0.0027660000000000002, -0.002651, -0.002422, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8cbd97ff93204c99afe1b041189458b0\", \"columns\": [[-0.0022440000000000003, -0.002092, -0.0018760000000000003, -0.0020780000000000004, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcc4686fe6e434f27ad8f51d06a7dca8c\", \"columns\": [[-0.003292, -0.003254, -0.0031439999999999997, -0.00258, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t48d308c2174b40a0aa0cb2287b993a29\", \"columns\": [[-0.002117, -0.002091, -0.001179, -0.00201, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 2.25, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6ec4d003424946dc83ddf60ec9952bc9\", \"columns\": [[-0.002858, -0.002855, -0.00279, -0.0028, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t78b8ef932ca947db8e8679ff5907f501\", \"columns\": [[-0.00234, -0.002328, -0.002319, -0.002143, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t419b5fb189794c70b535baa28ba7a423\", \"columns\": [[-0.002444, -0.002418, -0.002417, -0.002156, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc652978456444a599e566679c12612b\", \"columns\": [[-0.002049, -0.002046, -0.001822, -0.001981, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1213d5af862f489c953b0af57c7ca2c0\", \"columns\": [[-0.002733, -0.002709, -0.002671, -0.002049, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8287981b676b4f00812664a79b2b54fa\", \"columns\": [[-0.002728, -0.0027, -0.002682, -0.002362, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, -4.336808689942018e-19, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0bbee8f910634cfcbb1c97c4f1fed50e\", \"columns\": [[-0.002721, -0.002715, -0.0027099999999999997, -0.0019249999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t998453bee8af4839a6a15239b807a91f\", \"columns\": [[-0.0028780000000000003, -0.0028720000000000004, -0.002805, -0.0025340000000000002, -8.673617379884035e-19, -8.673617379884035e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tec6825ea6ee34958a2f8e0f3892752c4\", \"columns\": [[-0.002238, -0.002089, -0.002236, -0.002217, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdf3237fd5428468ea2ca6d73cd614ec2\", \"columns\": [[-0.001805, -0.0017879999999999999, -0.0017389999999999999, -0.001399, -9.999999999999159e-07, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, -9.999999999999159e-07], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t187a94fa80eb4622b4a845c9434cb906\", \"columns\": [[-0.003181, -0.002901, -0.002623, -0.0021789999999999995, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3c0aecbb60cb4096afe323f5d0e4bb8c\", \"columns\": [[-0.003157, -0.003156, -0.0029230000000000003, -0.002746, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t63021e7fa86b4cbba81ee382d897915b\", \"columns\": [[-0.002852, -0.002842, -0.0027559999999999998, -0.002734, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb25da3ab872847a092ec9bc6fe75de10\", \"columns\": [[-0.003293, -0.003265, -0.0023639999999999998, -0.003201, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06], [2.375, 2.25, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t45e02edbe64e49998460a6e5adc8c230\", \"columns\": [[-0.002709, -0.002695, -0.002582, -0.002169, -1.9999999999998318e-06, -1.9999999999998318e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f64d69f6f894d65aec15edb5989583c\", \"columns\": [[-0.002326, -0.002323, -0.002237, -0.001952, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4e1f8eff24164f2fb10aad22107469c2\", \"columns\": [[-0.002275, -0.002151, -0.002134, -0.001765, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6e816bb2a4374db79aa4b82bc698299b\", \"columns\": [[-0.003347, -0.003323, -0.003301, -0.003128, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfb96f7881d864795b1f94de4c6cb3dde\", \"columns\": [[-0.002132, -0.0020610000000000003, -0.002023, -0.0013080000000000001, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t49d6a8f69c0d468faff65f497c708da9\", \"columns\": [[-0.0023350000000000003, -0.002095, -0.0015880000000000004, -0.0019560000000000003, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7cc3fe247b3e4adabd800663af30ecad\", \"columns\": [[-0.0033840000000000003, -0.003226, -0.003164, -0.0026390000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf7432083a1d24fbfa798581f30a6f4b8\", \"columns\": [[-0.0031950000000000004, -0.0028770000000000002, -0.0027540000000000004, -0.0019460000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1fc52b0422264d4891626e2278a3f7d1\", \"columns\": [[-0.002927, -0.002902, -0.002858, -0.002873, 0.0, 0.0, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0cdd397ff6e047a5847195672ea4364d\", \"columns\": [[-0.002239, -0.002212, -0.002171, -0.002078, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t264d030e9c924b47af851d07bce8b1ed\", \"columns\": [[-0.002105, -0.002088, -0.002084, -0.0018490000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te4bb919b241647ff961e45e1cb276e6e\", \"columns\": [[-0.002382, -0.001922, -0.002379, -0.002361, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a1e49ccbbfe4cb1a41d30d589d229dc\", \"columns\": [[-0.002422, -0.0024170000000000003, -0.00233, -0.0023190000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7fa8c79e128642f09085fad8c3112a97\", \"columns\": [[-0.002678, -0.0015289999999999998, -0.002673, -0.002669, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb80e954b682e430b99eb0ac07d17b031\", \"columns\": [[-0.0022010000000000003, -0.002187, -0.0021830000000000005, -0.002099, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc15ce20632ab408c8edbb3b5922a45a1\", \"columns\": [[-0.002504, -0.002474, -0.00234, -0.002065, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t41aadaf845fa4edcbf6d2c842dcfa396\", \"columns\": [[-0.002205, -0.002168, -0.002087, -0.0017629999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4167cf705e45498a9adc25a1d0bc4721\", \"columns\": [[-0.0026460000000000003, -0.002645, -0.0025000000000000005, -0.0023370000000000005, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0394c67180904ad481dad9fb0d6b009a\", \"columns\": [[-0.003079, -0.003036, -0.003013, -0.002925, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0c99953010184ba4a8622d70a622b414\", \"columns\": [[-0.002867, -0.0025250000000000003, -0.0028610000000000003, -0.002798, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t49886ab20712494b9ffadbd3a317d3d0\", \"columns\": [[-0.002602, -0.002458, -0.002579, -0.002571, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t89fc794745e5485d94b0026cf45caa5c\", \"columns\": [[-0.002847, -0.0028450000000000003, -0.0026320000000000002, -0.002759, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1173d7afe99e4ffa973144f9fb82adff\", \"columns\": [[-0.003115, -0.0030600000000000002, -0.002647, -0.003039, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t652280a4713a4e3480705b5f27a19262\", \"columns\": [[-0.002589, -0.002568, -0.0023970000000000003, -0.002435, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9f5129834653417d98a7fcc4ca049683\", \"columns\": [[-0.002166, -0.002147, -0.001927, -0.002128, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1904162fbae547a191e76026b253e653\", \"columns\": [[-0.00209, -0.002045, -0.0018919999999999998, -0.001718, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te2829019b71d45da85fb2c73f38e1c08\", \"columns\": [[-0.00219, -0.002097, -0.002088, -0.002068, 0.0, 0.0, 0.0, 0.0, 0.0], [2.6875, 2.375, 0.75, 1.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta602b9bbe75447679f55d255752ede84\", \"columns\": [[-0.002232, -0.002223, -0.002221, -0.002182, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.25, 1.5, 2.0, 2.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t81b6a539a99944d9a2942094d8e5b12b\", \"columns\": [[-0.001827, -0.001686, -0.0018130000000000002, -0.001775, 0.0, 0.0, -2.168404344971009e-19, -9.999999999999159e-07, -9.999999999999159e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb9c32dd7f4bd4384a696a5dda73eeb1c\", \"columns\": [[-0.001897, -0.001614, -0.001891, -0.001881, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t805f4149e8e64214a6dd4ab985d0c451\", \"columns\": [[-0.0035900000000000003, -0.00352, -0.00322, -0.003174, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta5119af42a484734b9dabe82789cc9a4\", \"columns\": [[-0.00302, -0.003013, -0.002947, -0.002718, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t22175e850d2b4e7a9b425dd532bb9e0c\", \"columns\": [[-0.002452, -0.0024110000000000004, -0.002409, -0.001991, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf8002335f7254203adf196f5b714d02c\", \"columns\": [[-0.002301, -0.002294, -0.002151, -0.002252, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t190eabc3f5cf4955b5781b78954036e8\", \"columns\": [[-0.003408, -0.003404, -0.003403, -0.003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taa5f91c851e34bbfa822698349270cd5\", \"columns\": [[-0.00216, -0.002152, -0.002097, -0.001484, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1bbbee2bfb524b79804d5d5b90abde3e\", \"columns\": [[-0.002545, -0.002334, -0.001846, -0.002469, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2ce5e96a1f5842fab7e7831a6125532e\", \"columns\": [[-0.002425, -0.0022890000000000002, -0.002412, -0.002382, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tccc2f0a62a9644d499b9875ae4164f68\", \"columns\": [[-0.002581, -0.002297, -0.002485, -0.002476, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t91d5b6198ce44357932f87a13ff40d77\", \"columns\": [[-0.0020570000000000002, -0.0019220000000000003, -0.0019170000000000003, -0.0017010000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t33bfb088c1b7487e8d7302b5753c4e77\", \"columns\": [[-0.0023940000000000003, -0.002282, -0.0021530000000000004, -0.0019280000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc05aa56e192745ed9518554d2e0a5b7f\", \"columns\": [[-0.002245, -0.002232, -0.002166, -0.0021, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf11c89a9dda745d9a4979b88b02e9437\", \"columns\": [[-0.002262, -0.002242, -0.00206, -0.0018830000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t05ec65ff4103489399170b8345904541\", \"columns\": [[-0.00321, -0.0031940000000000002, -0.003135, -0.002781, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcbac0c1fe1b54cfba970d18ffbd91bdc\", \"columns\": [[-0.0026620000000000003, -0.002605, -0.0024770000000000005, -0.0023330000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t406bbf3854d34e939ab71852950a01fa\", \"columns\": [[-0.002805, -0.002785, -0.002755, -0.002134, -1.9999999999998318e-06, -1.9999999999998318e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf609677ca567455ab7e45a9310d41a26\", \"columns\": [[-0.002193, -0.002185, -0.002166, -0.00212, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta6661e3ad21c49a8b58475e4ac182137\", \"columns\": [[-0.0024089999999999997, -0.002407, -0.0023919999999999996, -0.0019309999999999996, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te72fbb77329741869735cf1d624fc338\", \"columns\": [[-0.0028640000000000002, -0.0028520000000000004, -0.0028480000000000003, -0.00204, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6294466f1d6d4d1f8d189c50b8309af1\", \"columns\": [[-0.002835, -0.00281, -0.002781, -0.0025629999999999997, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba91b10604434c1c8876f9c466e1348b\", \"columns\": [[-0.0032110000000000003, -0.0031880000000000003, -0.002661, -0.0032, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ted2b9bafb0684929bc0e199b76ff888f\", \"columns\": [[-0.002365, -0.00235, -0.002254, -0.002182, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3f1a0dc566264d629761668f870b6bc3\", \"columns\": [[-0.002033, -0.002022, -0.001923, -0.001726, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcd2baf74804a4efe82b815f776ece6ba\", \"columns\": [[-0.002396, -0.002349, -0.002285, -0.002089, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6a6a6d0dcb184b30acb47b7f99098281\", \"columns\": [[-0.003063, -0.002513, -0.003027, -0.0030110000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8e1da73dcb314786b8e40594bedaf492\", \"columns\": [[-0.00249, -0.002401, -0.00247, -0.002281, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f6222d6ab5f49db9dfbb8480d48d375\", \"columns\": [[-0.002233, -0.002226, -0.002109, -0.0021750000000000003, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5ba7b11d54e647c982ce2702f4de0098\", \"columns\": [[-0.0019690000000000003, -0.0019660000000000003, -0.001955, -0.0014990000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcbd1dbc5d7e84b4e82eae02ed048fe54\", \"columns\": [[-0.002752, -0.0027270000000000003, -0.002686, -0.002208, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a547812f33442269f7f9f1c32ac356e\", \"columns\": [[-0.003051, -0.003044, -0.002842, -0.002588, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5bb04a57afe54b2289531fa7f70d0164\", \"columns\": [[-0.003471, -0.003444, -0.003429, -0.0021420000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb8a19148efc94fc898cb0bb00f0c1320\", \"columns\": [[-0.002753, -0.002701, -0.001584, -0.002581, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td4cafe80c66b40bc8344d321b0659adc\", \"columns\": [[-0.001912, -0.0019060000000000001, -0.001894, -0.001691, -9.999999999999159e-07, -9.999999999999159e-07, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"teea94395025b42d6b9a60c4e295372e9\", \"columns\": [[-0.00254, -0.002533, -0.0024990000000000004, -0.002262, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0531c455d5764cc88b6fca74cf684fa3\", \"columns\": [[-0.002528, -0.002446, -0.002029, -0.0019029999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tace51ac556444f43b842b81280e64849\", \"columns\": [[-0.002373, -0.002313, -0.002288, -0.0019230000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t01c9c3de6c1a49dea3c4119c519a88c1\", \"columns\": [[-0.002424, -0.002376, -0.00233, -0.0022919999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0, 2.0, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taa482ed4047c47bb98dcb885257cf346\", \"columns\": [[-0.0026219999999999998, -0.002603, -0.0024909999999999997, -0.0022779999999999996, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [3.0, 2.0, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta2808ef273d84999b0cfee6a39110c57\", \"columns\": [[-0.002929, -0.002859, -0.0028190000000000003, -0.0017510000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf5a61b0fe3d34319bb69d112c92fdc41\", \"columns\": [[-0.002843, -0.002749, -0.002818, -0.002129, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf8d2af1572884dec9fcfca01d0ae8835\", \"columns\": [[-0.0021769999999999997, -0.002038, -0.002087, -0.0018589999999999995, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t819d07129ae843b680b5acc0ca25034e\", \"columns\": [[-0.002426, -0.0024140000000000003, -0.002337, -0.0017870000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta28879998c85446897a550e0e9795104\", \"columns\": [[-0.002777, -0.00276, -0.002664, -0.0024980000000000002, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t23a418b6ca914b97bdd014b73a4d4e34\", \"columns\": [[-0.002248, -0.002218, -0.002206, -0.001546, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t58ca7d4b73274db8b05d7a4eb0be6c7c\", \"columns\": [[-0.0023450000000000003, -0.002269, -0.0014850000000000002, -0.0023420000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcc3a99639d9a471d826274b67569b1f5\", \"columns\": [[-0.002275, -0.002255, -0.0021460000000000003, -0.0014130000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1bcd018739d5401197d3b0b8fb921aed\", \"columns\": [[-0.002767, -0.002752, -0.002417, -0.001712, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t15e180f07caa470eb17f16f9aa9c7daf\", \"columns\": [[-0.003117, -0.00311, -0.003068, -0.002675, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb244f4825f294fe5a16c0a7e236818c4\", \"columns\": [[-0.003494, -0.003186, -0.003058, -0.0029690000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e74953526094ffcabb3bc0f40d29fea\", \"columns\": [[-0.0034890000000000003, -0.0034590000000000003, -0.0029950000000000003, -0.00206, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcb87f1b1e98444058e47c4b6faba6be8\", \"columns\": [[-0.0029010000000000004, -0.002893, -0.002808, -0.0020560000000000005, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdaf45fd5f5c8458a9466024ab88e0164\", \"columns\": [[-0.003341, -0.003339, -0.0032329999999999998, -0.002025, -9.999999999992654e-07, -9.999999999992654e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a2a355d507d43b59776b61bd3e04dd0\", \"columns\": [[-0.002829, -0.002824, -0.002803, -0.002287, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb6537152b57c42398ed4da49f1ccb8a5\", \"columns\": [[-0.0022930000000000003, -0.0022860000000000003, -0.0021440000000000005, -0.0021720000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 2.25, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t94020aee45bf4571a09d92e590f23efd\", \"columns\": [[-0.002124, -0.001988, -0.002123, -0.002026, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7f99645cfd2a4035a489618236de2834\", \"columns\": [[-0.0020510000000000003, -0.002047, -0.002027, -0.0018590000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2f706018d2974be4ae22a31594c45d11\", \"columns\": [[-0.002644, -0.0026320000000000002, -0.002623, -0.0025180000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4037eb94d96e4719bb15dfa9897fb693\", \"columns\": [[-0.003615, -0.003572, -0.003572, -0.00311, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d1d06adcb334daf9ddf0c7ef359a012\", \"columns\": [[-0.002039, -0.002032, -0.002005, -0.0019450000000000001, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t528b3f062c9b436aacba2577563a00ad\", \"columns\": [[-0.002243, -0.0021590000000000003, -0.0020700000000000002, -0.0015050000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7b18ebad88c54f9abbb34bcac1bd9cde\", \"columns\": [[-0.002778, -0.0027530000000000002, -0.002601, -0.00177, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5abda9c6618944ebab001fc51f433fde\", \"columns\": [[-0.0022760000000000002, -0.002275, -0.0017790000000000002, -0.002243, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t812ae659b84443ba820182fbdf3a3146\", \"columns\": [[-0.002018, -0.0019709999999999997, -0.0013369999999999999, -0.001963, -9.99999999999699e-07, -9.99999999999699e-07, -9.999999999992654e-07, 0.0, -9.999999999992654e-07], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t96594a8d84474d1189b93b7bc32f20e8\", \"columns\": [[-0.0022680000000000005, -0.0022210000000000003, -0.0021940000000000006, -0.0016090000000000006, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000005664e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t69a61f542b16445f9b3c5786290c7178\", \"columns\": [[-0.002389, -0.002145, -0.002132, -0.0020540000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc57a1301b0c447adb75edfa3f445bdde\", \"columns\": [[-0.003308, -0.002988, -0.002595, -0.0028520000000000004, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9aea9d764a014ffd983b9280fe0958d6\", \"columns\": [[-0.0033420000000000004, -0.0032640000000000004, -0.0027170000000000007, -0.0022780000000000005, 0.0, 0.0, -8.673617379884035e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tda38cca726fb493897c4c8db81d5b1c3\", \"columns\": [[-0.003353, -0.00327, -0.0032170000000000002, -0.00311, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tae8d5dab58fe4ff39c54979299014d0b\", \"columns\": [[-0.0029610000000000005, -0.0029530000000000003, -0.0028410000000000006, -0.0023330000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t58f2d7e1199041abb888be1a4ec0e4a3\", \"columns\": [[-0.0026170000000000004, -0.0024880000000000006, -0.0023490000000000004, -0.0021930000000000005, -8.673617379884035e-19, -8.673617379884035e-19, -8.673617379884035e-19, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t10c35dd5564a4da58d18375a8d882467\", \"columns\": [[-0.00303, -0.002924, -0.0028810000000000003, -0.0022380000000000004, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -9.99999999999699e-07], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta9bc9f17085b4424a7af84352bd8781a\", \"columns\": [[-0.0033380000000000003, -0.0032400000000000003, -0.003229, -0.002758, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t685761ad8f0d4cb78c1b5576646d580d\", \"columns\": [[-0.002993, -0.002956, -0.00295, -0.0024980000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7da375fcf4f64ad39c6c9f3dcecb8cb1\", \"columns\": [[-0.002696, -0.002558, -0.002468, -0.001974, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t770e941e521549c795dc778372801d17\", \"columns\": [[-0.002176, -0.002115, -0.002104, -0.001959, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2c9890a25e5c43ea96795af5d216befa\", \"columns\": [[-0.002842, -0.002801, -0.0027489999999999997, -0.002594, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a480313384a4ae3bcb16bca1b2b14b0\", \"columns\": [[-0.0025440000000000003, -0.002536, -0.0024830000000000004, -0.0022500000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t85ab41ae825f46a6bf535ad06b2c371f\", \"columns\": [[-0.003865, -0.003751, -0.002618, -0.003863, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb34d7976ddaf4df69bfa0a2e9a36f11d\", \"columns\": [[-0.003363, -0.003319, -0.0032990000000000003, -0.002789, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5a5f9497450d49acbb120b4dfd9936d9\", \"columns\": [[-0.0032180000000000004, -0.0032060000000000005, -0.003161, -0.002811, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [1.875, 3.25, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t858f9b9279974baca1786b7c0717a377\", \"columns\": [[-0.002301, -0.002292, -0.002262, -0.002166, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbd25da3046d847f8b0b16bb0f94d602a\", \"columns\": [[-0.002161, -0.0021000000000000003, -0.001968, -0.001536, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tddcbd7bf63624d7b9a5b401f875784e9\", \"columns\": [[-0.002166, -0.00213, -0.002079, -0.001605, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4ea339bbea904570806d81dbb6d6ac88\", \"columns\": [[-0.002676, -0.002664, -0.002557, -0.002206, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61e5fb21a63945e9ad93c5bc70740c0e\", \"columns\": [[-0.002664, -0.0026620000000000003, -0.002638, -0.0018830000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51a9d12de911412c897061db7b2f37c7\", \"columns\": [[-0.0024760000000000003, -0.002465, -0.0024510000000000005, -0.0021030000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t77ac7151c1b347de82d85f89651c2dbd\", \"columns\": [[-0.002229, -0.002203, -0.002171, -0.0018800000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a03fa75860749188a8f309d44f9b653\", \"columns\": [[-0.002359, -0.002355, -0.002042, -0.001493, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb7cae478a3f14ce0816a3135ed64fd3d\", \"columns\": [[-0.002659, -0.002608, -0.002525, -0.002178, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te084c3dd6ff348848c15c6ca534ee386\", \"columns\": [[-0.003114, -0.003105, -0.002931, -0.002171, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t380a51947ac64fc795a9892aef445a52\", \"columns\": [[-0.002994, -0.002941, -0.002941, -0.001954, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc45663d1e93a4f3d90a3034fef27b232\", \"columns\": [[-0.003041, -0.003006, -0.0029289999999999997, -0.002642, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te2a62d1c8e5944728bb2450b54cf007c\", \"columns\": [[-0.0022709999999999996, -0.002253, -0.0018109999999999997, -0.002034, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taf6b456163594487be5326f79d1fd05d\", \"columns\": [[-0.002438, -0.0022240000000000003, -0.002136, -0.002381, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f30c64698b84a02b250cc38654de181\", \"columns\": [[-0.0018050000000000002, -0.0017950000000000002, -0.001793, -0.0016620000000000003, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t27b0d954e1d448a88705e5515f272d24\", \"columns\": [[-0.002308, -0.0022900000000000004, -0.0022050000000000004, -0.0017240000000000003, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td90c55e4f7144df6a56a8d31211197c7\", \"columns\": [[-0.0027069999999999998, -0.002437, -0.0026829999999999996, -0.00259, 0.0, 0.0, -9.999999999992654e-07, -9.99999999999699e-07, -9.999999999992654e-07], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcee58d83ef5343c49a2272745e55374d\", \"columns\": [[-0.0030840000000000004, -0.003073, -0.0030560000000000006, -0.0029470000000000004, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc652081bc90547619df185d069edc106\", \"columns\": [[-0.003177, -0.003138, -0.003065, -0.0027010000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t45e5b8d002a34ff9aeb048104c0343a6\", \"columns\": [[-0.0035050000000000003, -0.003465, -0.0031850000000000003, -0.0034410000000000005, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcb574074843f4e4c8cf98343750bcffa\", \"columns\": [[-0.003054, -0.003051, -0.003015, -0.002783, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4a1b1075d70f435c809483f80802f383\", \"columns\": [[-0.002466, -0.002466, -0.002368, -0.002162, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta0fbdd1bb43f4a82b11230da95b1cc0e\", \"columns\": [[-0.002512, -0.002508, -0.0025, -0.0018249999999999998, -9.999999999992654e-07, -9.999999999992654e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc2da6f61f73f4c12a8950b20dfd634dd\", \"columns\": [[-0.002314, -0.002306, -0.00228, -0.00217, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t11a85800bea84f0aaaf914e6a7ab1590\", \"columns\": [[-0.002759, -0.0027010000000000003, -0.002621, -0.002112, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1ceb662863e647fb8b35a709a6b7ce10\", \"columns\": [[-0.0027410000000000004, -0.0026290000000000003, -0.0026140000000000004, -0.0022450000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t32dfe7649b3f4cf3be86b13011544a94\", \"columns\": [[-0.00312, -0.003082, -0.003079, -0.002745, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba7a0c65972d43e3b44c4d6257b0df35\", \"columns\": [[-0.003065, -0.003024, -0.002995, -0.002567, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1aeec78184bd42bf8e1afc181894eef9\", \"columns\": [[-0.002741, -0.002718, -0.002633, -0.002389, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t67ba9b780d18422793115b37eb09fd06\", \"columns\": [[-0.0023550000000000003, -0.002347, -0.0023090000000000003, -0.0017320000000000002, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t22b0ef1ac2ec4f55ade1bea08f44b9c3\", \"columns\": [[-0.002273, -0.002271, -0.002264, -0.0014839999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5316e7c1bc004535ad185f659154ef66\", \"columns\": [[-0.002435, -0.002432, -0.002425, -0.00213, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t425b7cec4c494734983cacdb6f1829b0\", \"columns\": [[-0.00313, -0.003056, -0.002156, -0.00299, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfa1a7c2022354d86bffb3acd321a25e6\", \"columns\": [[-0.002873, -0.002682, -0.002867, -0.00284, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1662ac39a07f47d9a51d245fb7b1ba83\", \"columns\": [[-0.003196, -0.003192, -0.003055, -0.002535, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf766e7ff77e34cadad1be2b4834003b9\", \"columns\": [[-0.003521, -0.003499, -0.0034539999999999996, -0.003189, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tffb2c8f18a7b42a988f3f4b3fecf36c5\", \"columns\": [[-0.003457, -0.003442, -0.003303, -0.00227, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21995718b98e45c88675c76771591809\", \"columns\": [[-0.003129, -0.003114, -0.003113, -0.002751, 0.0, 0.0, 0.0, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t532f2c214a354d7fa0606f1f6c1e189b\", \"columns\": [[-0.002997, -0.0029820000000000003, -0.002939, -0.002487, 0.0, 0.0, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3a28008cdde641e9835236256240ca63\", \"columns\": [[-0.0023769999999999998, -0.0023179999999999997, -0.002303, -0.002117, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t96740b0a3bdb410ba7689d4feeaf78cc\", \"columns\": [[-0.0018100000000000002, -0.001667, -0.0017620000000000001, -0.0015850000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000003496e-06, -1.0000000000003496e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe559d54e8d940d6a54de5757b30bdf8\", \"columns\": [[-0.002775, -0.002764, -0.002774, -0.0025800000000000003, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td1c99479a5864ac087de0991c03b2051\", \"columns\": [[-0.0029950000000000003, -0.0029850000000000002, -0.002974, -0.002487, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t497e703e18424ac2994cae2b00da60dc\", \"columns\": [[-0.002271, -0.002268, -0.002231, -0.002098, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td8cd5fbef96449b9b84e9e646d36c713\", \"columns\": [[-0.003, -0.002948, -0.002948, -0.002593, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta26eb58b579349489c885cf6898c860f\", \"columns\": [[-0.002566, -0.00255, -0.0018940000000000003, -0.002445, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tda142d9aec174080856ec0dccd748f93\", \"columns\": [[-0.003097, -0.00306, -0.00302, -0.002691, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t71a9ab054ff64d87b2d3caa9a8ce8bda\", \"columns\": [[-0.003114, -0.003098, -0.003046, -0.002494, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e45c6267698459097bd4c9eaec978c5\", \"columns\": [[-0.003435, -0.0034200000000000003, -0.003275, -0.002872, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t030558fbd91b463fa914b7e06abca89b\", \"columns\": [[-0.002686, -0.002549, -0.002445, -0.0023350000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d66473722de4a61b02f5b1571dae76f\", \"columns\": [[-0.002395, -0.002345, -0.002053, -0.001788, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t26463e60ed6b4fd2b740caf7a69c6e11\", \"columns\": [[-0.002225, -0.002219, -0.002215, -0.001839, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4102a065371843dd972096d1dd101294\", \"columns\": [[-0.002893, -0.00286, -0.0027830000000000003, -0.0024330000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tee6dcaafd36348ba84ef85496183200f\", \"columns\": [[-0.002477, -0.002473, -0.002258, -0.002475, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 2.25, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d4e48b7156d4328ba110d0e6c9490df\", \"columns\": [[-0.003162, -0.00316, -0.0031579999999999998, -0.0030689999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1330f3aba5fe4146bbc48e85d0ea5128\", \"columns\": [[-0.0028049999999999998, -0.002803, -0.0027519999999999997, -0.002198, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcb4124ff0dab4865a4832f94fa142eb0\", \"columns\": [[-0.002892, -0.002881, -0.0028120000000000003, -0.002535, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3a324c0b39504de886852bba33feda60\", \"columns\": [[-0.003001, -0.002948, -0.002893, -0.002543, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b2dea31f1c542afb6cf4c3aa470b131\", \"columns\": [[-0.002235, -0.002223, -0.002191, -0.001779, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [1.875, 3.25, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t58260857ceb644438f82dcceab0d2363\", \"columns\": [[-0.002875, -0.001369, -0.002847, -0.002823, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb52410e378f044ce9e488f074c870966\", \"columns\": [[-0.0027600000000000003, -0.002203, -0.0026850000000000003, -0.0026290000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfd580a0f20fe4a4c85153ce392a8544d\", \"columns\": [[-0.002599, -0.0025770000000000003, -0.0023780000000000003, -0.0025770000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2c3336c1f8f344729ad243bb171d4c3c\", \"columns\": [[-0.002399, -0.002359, -0.002316, -0.002117, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b1649fe9f1943bc9696ab7c11ac6d80\", \"columns\": [[-0.0026130000000000003, -0.002612, -0.0026060000000000002, -0.002145, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta4786065e51e42508511be85e1b6b326\", \"columns\": [[-0.0026820000000000004, -0.0026790000000000004, -0.002645, -0.0025650000000000004, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6e24e5fd1d3749bea7b2413c93f7b722\", \"columns\": [[-0.0028090000000000003, -0.0027790000000000002, -0.002772, -0.0025020000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f8ccc755e28499abf05d4b8bda2ecbf\", \"columns\": [[-0.0022910000000000005, -0.0022540000000000004, -0.0021030000000000007, -0.0019970000000000005, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta749b8968b6b4850bbe30e239b997cc1\", \"columns\": [[-0.00193, -0.0019, -0.001668, -0.001483, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta90a83efe8b14f0399c857bdecbae219\", \"columns\": [[-0.001771, -0.001769, -0.001735, -0.0012079999999999999, 0.0, 0.0, 0.0, 0.0, -9.999999999999159e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88401bdf7cc845ffa3a0dffe812957c0\", \"columns\": [[-0.003202, -0.003162, -0.00315, -0.0014869999999999998, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5409a96ad4b242f7a83b7f39a6d906f8\", \"columns\": [[-0.002931, -0.002929, -0.0026449999999999998, -0.002898, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb39a86ad45044efabb10ecb6dee31b6e\", \"columns\": [[-0.0029, -0.0028919999999999996, -0.0028079999999999997, -0.00278, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t29526b20eaa24b5eba03f46fb54244a9\", \"columns\": [[-0.002231, -0.002225, -0.002051, -0.002175, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t20819bd309574424bc077d4fc9bd3b33\", \"columns\": [[-0.002539, -0.002527, -0.002524, -0.002281, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9195d2d7b27340559adb409dc668aa33\", \"columns\": [[-0.00256, -0.002549, -0.002543, -0.0024930000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t43f1c34302a84a4593d879d405a9ee3a\", \"columns\": [[-0.0029730000000000004, -0.002939, -0.0024370000000000004, -0.0021540000000000005, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06, 0.0, -1.0000000000005664e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t747aa747382c49fcad1a1cae1897272d\", \"columns\": [[-0.002467, -0.002451, -0.002388, -0.002228, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td1abe5d857434b2b8aa3fa34c0cc6a16\", \"columns\": [[-0.002597, -0.002497, -0.00213, -0.00258, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbcc1c0170edd4666a88c3d1a65651096\", \"columns\": [[-0.0021420000000000002, -0.002135, -0.0019260000000000002, -0.0018280000000000002, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb2fe0051fa5849febb0b0f4a33b81450\", \"columns\": [[-0.002795, -0.002778, -0.0027400000000000002, -0.002621, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t12569226c05440788708e9c94b447499\", \"columns\": [[-0.0028469999999999997, -0.002809, -0.002799, -0.0027379999999999995, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc3559a215f4948eca2646512dcaac12a\", \"columns\": [[-0.002809, -0.002787, -0.002696, -0.0022979999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8c61b61285194d96a0b5395d371a20fa\", \"columns\": [[-0.002839, -0.002778, -0.002771, -0.002555, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3f6403b9b90e4082a254776eb00eccda\", \"columns\": [[-0.002944, -0.002545, -0.002458, -0.002241, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcea6394e937049f88948ed390ded1ed8\", \"columns\": [[-0.00287, -0.002808, -0.002777, -0.0026030000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t101233de44194e03bc6c6ce8091fc602\", \"columns\": [[-0.0024240000000000004, -0.0023620000000000004, -0.0020630000000000006, -0.0020390000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5fc50d17ade241dda12426aa76baed8e\", \"columns\": [[-0.002561, -0.0025039999999999997, -0.0024029999999999998, -0.001886, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfd26b004b36a42e28827afcf53d1500d\", \"columns\": [[-0.00192, -0.001913, -0.001849, -0.0016330000000000001, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t990808d70bc9490bb236834ed9e2a740\", \"columns\": [[-0.002653, -0.002646, -0.002598, -0.0020800000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ted968492126d46b4acac2de66713745f\", \"columns\": [[-0.0024000000000000002, -0.002354, -0.0023450000000000003, -0.0013640000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t74530a00de2d485daa7a1bc7dc7508ad\", \"columns\": [[-0.002604, -0.002516, -0.002484, -0.002056, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta0c82c26e58e428a80318e2af596ee67\", \"columns\": [[-0.002417, -0.002415, -0.002394, -0.002309, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb53b2ac4c52347c78514a581c984e959\", \"columns\": [[-0.0030570000000000003, -0.0030290000000000004, -0.001988, -0.0029180000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3ad515a4f6bd44f1a8a350446559390b\", \"columns\": [[-0.002422, -0.002416, -0.001447, -0.002395, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb3e250b594a24b729e348bb1500823f7\", \"columns\": [[-0.0029950000000000003, -0.0029760000000000003, -0.0029370000000000004, -0.002844, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t379a8b9cbae84018af4c3daf73fec401\", \"columns\": [[-0.002765, -0.002756, -0.002543, -0.002762, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0e9bc5e22dbf492cb98b0f320673f1d6\", \"columns\": [[-0.002983, -0.002955, -0.002912, -0.002777, 0.0, 0.0, 0.0, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t17285bc863f54a0a86ae7bff6c71e2f5\", \"columns\": [[-0.003255, -0.002919, -0.0032300000000000002, -0.0027730000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7d4666ecc24745a99312755f0873d6be\", \"columns\": [[-0.0020970000000000003, -0.002096, -0.002063, -0.0013180000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t902e6ab54e7d4d03a1ae2791feabc3d9\", \"columns\": [[-0.002301, -0.0021780000000000002, -0.0023, -0.002055, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4dc7d1c5d56141699fc28183954e6706\", \"columns\": [[-0.002697, -0.0024730000000000004, -0.002661, -0.002504, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdc24c2a610134a23bd9b5821cbaf5146\", \"columns\": [[-0.003059, -0.002914, -0.0028840000000000003, -0.002761, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfbaa9a9d6e39423da5b8d5c3100ff09d\", \"columns\": [[-0.002303, -0.002288, -0.0021939999999999998, -0.0018609999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb8f3f2983eb5440f97f081d38d47ec18\", \"columns\": [[-0.002262, -0.002241, -0.0021460000000000003, -0.001866, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td6fd52b7e7474014809a27958395aa89\", \"columns\": [[-0.0024560000000000003, -0.0024560000000000003, -0.0023880000000000004, -0.001975, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9e1e373ee3e6449bbe39e8437e5df91d\", \"columns\": [[-0.00205, -0.00204, -0.001758, -0.0019790000000000003, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfb1fec24d020435ba28be86ac4a1a525\", \"columns\": [[-0.002566, -0.00256, -0.002522, -0.0024790000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"teb2f92db090c456fb43e20a395e4c755\", \"columns\": [[-0.002707, -0.002612, -0.002569, -0.002282, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te2cebc11368446f08fbe2dab221545cf\", \"columns\": [[-0.002906, -0.0027370000000000003, -0.002411, -0.00251, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc294c53bfd94fdaa5e1254fc2cf81a2\", \"columns\": [[-0.002833, -0.002807, -0.002796, -0.0023150000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta77e3c9b6c1441fcb24144b9d801063e\", \"columns\": [[-0.002373, -0.002248, -0.001801, -0.001654, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc434ffe982c740a7ad7a303a8abe2a25\", \"columns\": [[-0.002565, -0.00254, -0.002241, -0.002133, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5ac32fb9762c40b087c3629b4d9e4617\", \"columns\": [[-0.002124, -0.002047, -0.001996, -0.001364, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000005664e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e1c7dacb09243d2bfc09deec0f2f4b6\", \"columns\": [[-0.002224, -0.002211, -0.002062, -0.0018199999999999998, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta79f59ecfea046dabd53ddf0b9a72160\", \"columns\": [[-0.0020640000000000003, -0.0018490000000000004, -0.002053, -0.0016040000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f69c1d6070c4488a91c5f3fd2b6f941\", \"columns\": [[-0.0020930000000000002, -0.002089, -0.002023, -0.0017470000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"teac0bdaa572740e3b466a8b75e950f36\", \"columns\": [[-0.0023190000000000003, -0.002285, -0.002282, -0.0021550000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -4.336808689942018e-19], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t244900d3dc88416fb2fd1efc606b859e\", \"columns\": [[-0.0022110000000000003, -0.002203, -0.0022010000000000003, -0.0021620000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t45a65e304fb64f8b8c2330f4e0276f25\", \"columns\": [[-0.002227, -0.002221, -0.002143, -0.001985, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5b4bfde46d1847caab9ce0669a27fc77\", \"columns\": [[-0.0027800000000000004, -0.0024420000000000006, -0.0021950000000000003, -0.00271, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t704fd478da33494abbceb9ded89367f3\", \"columns\": [[-0.002572, -0.002562, -0.002151, -0.002467, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta7dd15e59edb4d69b43724966d9c1d39\", \"columns\": [[-0.00199, -0.0019450000000000001, -0.0019320000000000001, -0.001868, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9b89362c58534461962fce04c6c03056\", \"columns\": [[-0.00289, -0.00282, -0.0028740000000000003, -0.002696, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb62d490bcdc04c40a5d96a472542eff0\", \"columns\": [[-0.001793, -0.0017820000000000002, -0.001768, -0.0016680000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000003496e-06, -1.0000000000003496e-06], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc86c01789b8d4e2789821a07e1aea034\", \"columns\": [[-0.003498, -0.003479, -0.003414, -0.002054, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb17a2aa45b124ad38de2a79c6beb2b6c\", \"columns\": [[-0.002736, -0.002697, -0.0026390000000000003, -0.0018930000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t54751ab0e1a5402b86b64f7a2f2ce407\", \"columns\": [[-0.00319, -0.0031390000000000003, -0.003133, -0.003094, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td5c9780ed0f6499b99682a1cbd41f3dc\", \"columns\": [[-0.0024600000000000004, -0.0024590000000000002, -0.0020890000000000006, -0.0018010000000000005, 0.0, 0.0, 0.0, -1.0000000000005664e-06, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f43afa72b2d45fe81d493e2c6a2ae83\", \"columns\": [[-0.001957, -0.001925, -0.001533, -0.001925, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 2.25, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf93f709aba6249ffb8bbd1322833f134\", \"columns\": [[-0.002268, -0.002228, -0.001948, -0.002267, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2a2146c4dc214274b315b351c879d9ef\", \"columns\": [[-0.002323, -0.002313, -0.002267, -0.001801, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te7cce7743e784084af909026cd98ed60\", \"columns\": [[-0.0018770000000000002, -0.0018440000000000002, -0.0018310000000000002, -0.001757, 0.0, 0.0, -2.168404344971009e-19, -2.168404344971009e-19, -2.168404344971009e-19], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1fd94037b4694561b34a09cb27e49f64\", \"columns\": [[-0.0017530000000000002, -0.0017230000000000001, -0.0016260000000000003, -0.0013720000000000002, -2.168404344971009e-19, -2.168404344971009e-19, 0.0, -2.168404344971009e-19, -2.168404344971009e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t83bb85f2e8f848d7b56d0cb65881d8a3\", \"columns\": [[-0.002575, -0.002556, -0.002447, -0.001937, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tedc4ae6dee4a46bd917b01489953b2b7\", \"columns\": [[-0.003438, -0.003428, -0.002983, -0.002974, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0, 2.0, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t31aff56a29844a7195d3647425e6fe6c\", \"columns\": [[-0.00346, -0.003121, -0.003038, -0.003419, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8153ac95151b42fbac4159ded24e069f\", \"columns\": [[-0.002527, -0.002497, -0.002415, -0.002232, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0, 2.0, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3a42be9fe0434881b3f525be0a469a1d\", \"columns\": [[-0.0028660000000000005, -0.0028630000000000005, -0.0028190000000000003, -0.0027490000000000006, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t49bc6e9f98674f31aa429a1a36b8e26f\", \"columns\": [[-0.001648, -0.001637, -0.001573, -0.001418, 0.0, 0.0, 0.0, -9.999999999999159e-07, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t32b8d28b399342fd94d7a7339a9d8797\", \"columns\": [[-0.0019830000000000004, -0.0019690000000000003, -0.0018530000000000005, -0.0014300000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t747f0c06bf404992bd67a4635d29c846\", \"columns\": [[-0.002, -0.001971, -0.00189, -0.001797, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf9cb6372775e4ed283eaad85bd63d3f6\", \"columns\": [[-0.002601, -0.002559, -0.002535, -0.0013690000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5b8e09f3f5d64dd2928c13ca4fd96826\", \"columns\": [[-0.002842, -0.002836, -0.002822, -0.002476, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1c959a3962024f60bf83921d5d8e989a\", \"columns\": [[-0.002968, -0.0029330000000000003, -0.002958, -0.0019270000000000001, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t80286ded52f84b2486fc80137abbd0e9\", \"columns\": [[-0.002591, -0.002588, -0.001938, -0.002466, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t67a437b9aa744a9cba2bfd90d92803f4\", \"columns\": [[-0.002718, -0.001731, -0.002717, -0.002539, 0.0, 0.0, 0.0, 0.0, 0.0], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t97641689e3804b02bec1bd1cdae09ce8\", \"columns\": [[-0.003332, -0.003203, -0.0031869999999999997, -0.002757, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t422108ff09064c679e5b3b538d24bd88\", \"columns\": [[-0.003017, -0.0029040000000000003, -0.00301, -0.0025840000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6002b768efa04d1ba1ea97e6ad755ac3\", \"columns\": [[-0.003229, -0.003219, -0.003108, -0.00266, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t000d1b331596401c9d28188d7f37b524\", \"columns\": [[-0.002042, -0.002024, -0.002024, -0.0018059999999999999, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5dd4dd22bef946dc9cb8393fd25de0f6\", \"columns\": [[-0.002043, -0.002032, -0.0018720000000000002, -0.0019260000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc805580a6d7c4d149fb3f1f4b15b7a78\", \"columns\": [[-0.002739, -0.002718, -0.002288, -0.0021200000000000004, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td4541550d09b45c98dedbc685651e6dd\", \"columns\": [[-0.002664, -0.002651, -0.0020640000000000003, -0.0018000000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb4f0d0e72b9e4ffb9f30b55988084cac\", \"columns\": [[-0.002221, -0.002215, -0.002117, -0.0018499999999999999, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t60a46efeeda54ea5b1456ada72ed9749\", \"columns\": [[-0.002654, -0.002633, -0.002592, -0.00254, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc319a59e748b4bf7b5d424db9692f5e1\", \"columns\": [[-0.002376, -0.002042, -0.001751, -0.0022860000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td3089a4aa40a4e48b48e0b2bc9b39d9f\", \"columns\": [[-0.003046, -0.0030110000000000002, -0.002326, -0.003026, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taf1f2bc304504672b91e3667ace20e31\", \"columns\": [[-0.0026100000000000003, -0.002589, -0.0025800000000000003, -0.0023730000000000005, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d8d47dbc9c348279e36c9d9334b9f71\", \"columns\": [[-0.003095, -0.003084, -0.0029720000000000002, -0.002494, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -9.99999999999699e-07], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f5d8ae3ea254471aac85d3a91fc5962\", \"columns\": [[-0.003114, -0.00307, -0.003021, -0.002591, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3781cba847a94e4e86d13abe3e0e99f3\", \"columns\": [[-0.0023220000000000003, -0.0023190000000000003, -0.001978, -0.0023150000000000002, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7e57afd929614425987710f6104e758b\", \"columns\": [[-0.003052, -0.003041, -0.003051, -0.002383, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb3fd6b63bdfe475ebb11dc09a9217bd0\", \"columns\": [[-0.002887, -0.002861, -0.002777, -0.002294, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8ddcde4d80314113a09c8b5bac8fa9f5\", \"columns\": [[-0.002971, -0.002948, -0.002885, -0.002743, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6cc0be1c559042d6906d173c2bd7ad11\", \"columns\": [[-0.002491, -0.0023870000000000002, -0.002343, -0.0021910000000000002, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2b5665ca1cec4498a6be3d70fcf5ae3e\", \"columns\": [[-0.00268, -0.002653, -0.002386, -0.002641, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc81b8cf8a0994e728c9086fe164b5c28\", \"columns\": [[-0.002562, -0.002515, -0.002148, -0.002197, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tddafdbbb187d458e9fb185f9045fd141\", \"columns\": [[-0.002823, -0.002699, -0.002683, -0.002406, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t27ec548265884b15a4a7e684e264d189\", \"columns\": [[-0.003111, -0.003076, -0.002993, -0.0028020000000000002, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t98603c76b91f426499c360288ea606f3\", \"columns\": [[-0.002267, -0.002249, -0.0017259999999999999, -0.002052, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t030319b3f698498fa194d1d198497646\", \"columns\": [[-0.0028680000000000003, -0.002847, -0.002841, -0.0017860000000000005, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf383a7511f9f4a95b0f2bf72142f821e\", \"columns\": [[-0.003256, -0.0032470000000000003, -0.002635, -0.003186, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta565bba8c40c4e2fa2eddc1d1537c60a\", \"columns\": [[-0.002554, -0.002535, -0.0022979999999999997, -0.002469, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}];\n",
       "\n",
       "          function save_csv(data_table)\n",
       "          {\n",
       "            var uri = \"data:text/csv;charset=utf-8,\";\n",
       "            uri += data_table.names.join(\",\") + \"\\n\";\n",
       "            for(var i = 0; i != data_table.columns[0].length; ++i)\n",
       "            {\n",
       "              for(var j = 0; j != data_table.columns.length; ++j)\n",
       "              {\n",
       "                if(j)\n",
       "                  uri += \",\";\n",
       "                uri += data_table.columns[j][i];\n",
       "              }\n",
       "              uri += \"\\n\";\n",
       "            }\n",
       "            uri = encodeURI(uri);\n",
       "\n",
       "            var link = document.createElement(\"a\");\n",
       "            if(typeof link.download != \"undefined\")\n",
       "            {\n",
       "              link.href = uri;\n",
       "              link.style = \"visibility:hidden\";\n",
       "              link.download = data_table.filename + \".csv\";\n",
       "\n",
       "              document.body.appendChild(link);\n",
       "              link.click();\n",
       "              document.body.removeChild(link);\n",
       "            }\n",
       "            else\n",
       "            {\n",
       "              window.open(uri);\n",
       "            }\n",
       "          }\n",
       "\n",
       "          function open_popup(data_table)\n",
       "          {\n",
       "            return function(e)\n",
       "            {\n",
       "              var popup = document.querySelector(\"#tbe1bfd22306c45229dbac9f4d59af00c .toyplot-mark-popup\");\n",
       "              popup.querySelector(\".toyplot-mark-popup-title\").innerHTML = data_table.title;\n",
       "              popup.querySelector(\".toyplot-mark-popup-save-csv\").onclick = function() { popup.style.visibility = \"hidden\"; save_csv(data_table); }\n",
       "              popup.style.left = (e.clientX - 50) + \"px\";\n",
       "              popup.style.top = (e.clientY - 20) + \"px\";\n",
       "              popup.style.visibility = \"visible\";\n",
       "              e.stopPropagation();\n",
       "              e.preventDefault();\n",
       "            }\n",
       "\n",
       "          }\n",
       "\n",
       "          for(var i = 0; i != data_tables.length; ++i)\n",
       "          {\n",
       "            var data_table = data_tables[i];\n",
       "            var event_target = document.querySelector(\"#\" + data_table.id);\n",
       "            event_target.oncontextmenu = open_popup(data_table);\n",
       "          }\n",
       "        })();\n",
       "        </script><script>\n",
       "        (function()\n",
       "        {\n",
       "            function _sign(x)\n",
       "            {\n",
       "                return x < 0 ? -1 : x > 0 ? 1 : 0;\n",
       "            }\n",
       "\n",
       "            function _mix(a, b, amount)\n",
       "            {\n",
       "                return ((1.0 - amount) * a) + (amount * b);\n",
       "            }\n",
       "\n",
       "            function _log(x, base)\n",
       "            {\n",
       "                return Math.log(Math.abs(x)) / Math.log(base);\n",
       "            }\n",
       "\n",
       "            function _in_range(a, x, b)\n",
       "            {\n",
       "                var left = Math.min(a, b);\n",
       "                var right = Math.max(a, b);\n",
       "                return left <= x && x <= right;\n",
       "            }\n",
       "\n",
       "            function inside(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.min, range, segment.range.max))\n",
       "                        return true;\n",
       "                }\n",
       "                return false;\n",
       "            }\n",
       "\n",
       "            function to_domain(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.bounds.min, range, segment.range.bounds.max))\n",
       "                    {\n",
       "                        if(segment.scale == \"linear\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            return _mix(segment.domain.min, segment.domain.max, amount)\n",
       "                        }\n",
       "                        else if(segment.scale[0] == \"log\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            var base = segment.scale[1];\n",
       "                            return _sign(segment.domain.min) * Math.pow(base, _mix(_log(segment.domain.min, base), _log(segment.domain.max, base), amount));\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            function display_coordinates(e)\n",
       "            {\n",
       "                var current = svg.createSVGPoint();\n",
       "                current.x = e.clientX;\n",
       "                current.y = e.clientY;\n",
       "\n",
       "                for(var axis_id in axes)\n",
       "                {\n",
       "                    var axis = document.querySelector(\"#\" + axis_id);\n",
       "                    var coordinates = axis.querySelector(\".toyplot-coordinates-Axis-coordinates\");\n",
       "                    if(coordinates)\n",
       "                    {\n",
       "                        var projection = axes[axis_id];\n",
       "                        var local = current.matrixTransform(axis.getScreenCTM().inverse());\n",
       "                        if(inside(local.x, projection))\n",
       "                        {\n",
       "                            var domain = to_domain(local.x, projection);\n",
       "                            coordinates.style.visibility = \"visible\";\n",
       "                            coordinates.setAttribute(\"transform\", \"translate(\" + local.x + \")\");\n",
       "                            var text = coordinates.querySelector(\"text\");\n",
       "                            text.textContent = domain.toFixed(2);\n",
       "                        }\n",
       "                        else\n",
       "                        {\n",
       "                            coordinates.style.visibility= \"hidden\";\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            var root_id = \"tbe1bfd22306c45229dbac9f4d59af00c\";\n",
       "            var axes = {\"tacb0b49e50b7454a991173a6828c526b\": [{\"domain\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 0.0014566571428571427, \"min\": -0.003865}, \"range\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 350.0, \"min\": 0.0}, \"scale\": \"linear\"}]};\n",
       "\n",
       "            var svg = document.querySelector(\"#\" + root_id + \" svg\");\n",
       "            svg.addEventListener(\"click\", display_coordinates);\n",
       "        })();\n",
       "        </script></div></div>"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    }
   ],
   "source": [
    "mtre = toytree.multitree(\n",
    "    \"analysis-bpp/pharma-loci50-bb10-r0.mcmc.txt\",\n",
    "    fixed_order=boo.tree.get_leaf_names(),\n",
    "    treeslice=(500, 5000, 10),\n",
    "    )\n",
    "\n",
    "plotit(mtre);"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 210,
   "metadata": {},
   "outputs": [
    {
     "data": {
      "text/html": [
       "<div align=\"center\" class=\"toyplot\" id=\"t15e45dc1a0e747a8b3bf2d73487b654f\"><svg class=\"toyplot-canvas-Canvas\" height=\"350.0px\" id=\"t6b1707283ac7406cadb98a01c8ea900f\" preserveAspectRatio=\"xMidYMid meet\" style=\"background-color:transparent;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-family:Helvetica;font-size:12px;opacity:1.0;stroke:rgb(16.1%,15.3%,14.1%);stroke-opacity:1.0;stroke-width:1.0\" viewBox=\"0 0 450.0 350.0\" width=\"450.0px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:toyplot=\"http://www.sandia.gov/toyplot\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><g class=\"toyplot-coordinates-Cartesian\" id=\"tff0e46f08a844374ad082b0b99099b7b\"><clipPath id=\"t6b5c23d3cd8d404b888fb530c8319d95\"><rect height=\"270.0\" width=\"370.0\" x=\"40.0\" y=\"40.0\"></rect></clipPath><g clip-path=\"url(#t6b5c23d3cd8d404b888fb530c8319d95)\"><g class=\"toyplot-mark-Text\" id=\"t252ad73592824218897bfe20b53fa4cd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7f72aff7a04e446cbcb9967b0c536173\"><g class=\"toyplot-Edges\"><path d=\"M 149.895365363 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.895365363 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.533155836 189.909351145 L 149.895365363 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.415136862 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.415136862 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.533155836 189.909351145 L 174.415136862 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 152.635973282 L 148.533155836 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.94935175241835\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"148.53315583571089\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.89536536339352\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"174.41513686168102\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcb4ab3e6a5804e96921f56a77428d922\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.94935175241835\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.53315583571089\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.89536536339352\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.41513686168102\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t563246a4fca9459c99029dde4487b343\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teee287fed41c422fb7125bb6989a05bd\"><g class=\"toyplot-Edges\"><path d=\"M 153.203588502 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.681088878 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.681088878 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.722525465 160.090648855 L 205.681088878 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.722525465 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 167.545324427 L 153.722525465 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 141.453959924 L 153.203588502 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.12784065034447\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.20358850205136\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.7225254649781\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"205.68108887801588\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf89b126053b0469fbde7fce68f1307ac\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.12784065034447\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.20358850205136\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.7225254649781\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.68108887801588\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba5cef0a8c374715a60649195293a9dc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6890a029313247d588e7c4e066285462\"><g class=\"toyplot-Edges\"><path d=\"M 136.532738568 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.532738568 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.564963494 189.909351145 L 136.532738568 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.815637583 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.815637583 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.564963494 189.909351145 L 188.815637583 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.916292291 152.635973282 L 130.564963494 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.916292291 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"129.91629229071481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"130.56496349437322\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"136.53273856803051\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"188.81563758289749\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb740cf48c85542bea0eb05052e3cfe36\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.91629229071481\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.56496349437322\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.53273856803051\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.81563758289749\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbe019a6dde4b40ac8b76a0e43966516e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3a9cace2b7eb4ce68fc0987deae49953\"><g class=\"toyplot-Edges\"><path d=\"M 141.462639716 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.462639716 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.910643291 219.728053435 L 141.462639716 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.910643291 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.056489995 137.726622137 L 122.910643291 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.056489995 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 126.544608779 L 120.056489995 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"117.20233669901015\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"120.05648999510713\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"122.91064329120408\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.46263971583431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta7523ed7b76c4f1ba787996b43cd87ab\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.20233669901015\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.05648999510713\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.91064329120408\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.46263971583431\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1623d4faf4284e66bc155f1796b6a0e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc696230a16c343498930fa91f43c2a5c\"><g class=\"toyplot-Edges\"><path d=\"M 166.112145455 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.112145455 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.797856049 219.728053435 L 166.112145455 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.797856049 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.67335354 137.726622137 L 143.797856049 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.67335354 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.440878253 126.544608779 L 138.67335354 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.440878253 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.44087825315222\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"138.67335354010322\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"143.79785604900457\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"166.1121454548535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7baacfa72d8443e29a15edc8fd12521e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.44087825315222\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.67335354010322\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.79785604900457\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.1121454548535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t24666bd00a5c479f96e9f8a4a26d3f9e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4dba6241ef774f548a9339734a3f4403\"><g class=\"toyplot-Edges\"><path d=\"M 118.110476384 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.057741798 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.057741798 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.640294078 160.090648855 L 156.057741798 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.640294078 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.110476384 167.545324427 L 120.640294078 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.467036912 141.453959924 L 118.110476384 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.467036912 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"112.46703691230388\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"118.11047638413194\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.64029407839971\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"156.05774179814838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8c2e780133094e789c8ede72b1de6cd5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.46703691230388\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.11047638413194\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.64029407839971\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.05774179814838\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t733e8e7e2fd54d20b78d24036c9928b4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7d4784377da147e192bbc59a7cfac5e7\"><g class=\"toyplot-Edges\"><path d=\"M 135.754333124 137.726622137 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.948934485 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.92759029 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.92759029 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.948934485 160.090648855 L 143.92759029 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.754333124 137.726622137 L 135.948934485 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.235396161 156.363311069 L 135.754333124 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.235396161 156.363311069 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.23539616071369\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.75433312364044\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.94893448473795\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.92759028973626\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0a1853da1b574e3dae2b33277c60a75d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.23539616071369\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.75433312364044\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.94893448473795\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.92759028973626\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta372ee7998f0484fb32a3dd7ff0f0c83\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbc519c58e4744d348b6cedef7eff0a1d\"><g class=\"toyplot-Edges\"><path d=\"M 96.0556554597 137.726622137 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.542367496 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.474354983 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.474354983 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.542367496 160.090648855 L 167.474354983 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.0556554597 137.726622137 L 102.542367496 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0826486543 156.363311069 L 96.0556554597 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0826486543 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.082648654258733\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"96.055655459746333\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.54236749633034\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"167.47435498253614\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.1493775933609\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9fb106c4094943d7a0b331d56a674b45\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.082648654258733\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.055655459746333\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.54236749633034\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.47435498253614\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.1493775933609\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t14010b8a8298435db247c467369297bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb690d58f14f64792b26d0750f9e6f45a\"><g class=\"toyplot-Edges\"><path d=\"M 119.407818791 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.938471021 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.938471021 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.975510412 189.909351145 L 145.938471021 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.256740356 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.256740356 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.975510412 189.909351145 L 127.256740356 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.407818791 152.635973282 L 122.975510412 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"119.40781879144872\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"122.97551041156993\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.93847102107728\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"127.25674035571538\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbcaea97815c144169f78c17373527953\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.40781879144872\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.97551041156993\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.93847102107728\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.25674035571538\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta732a35183f34379880a6e14c6095e7d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taa261db7366c4419a2c6e83bfa7ef4ca\"><g class=\"toyplot-Edges\"><path d=\"M 104.164045505 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.458242519 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.458242519 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.250674089 160.090648855 L 170.458242519 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.250674089 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.850590635 167.545324427 L 108.250674089 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.850590635 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.164045505 141.453959924 L 105.850590635 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"104.16404550547634\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"105.85059063498818\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"108.25067408852428\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"170.45824251936477\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t24d75f0cd475418e86d94b2c80fafc34\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.16404550547634\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.85059063498818\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.25067408852428\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.45824251936477\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tade681f59fb043e3bb038d50395f5184\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9da3b168414d40419790bd165076db32\"><g class=\"toyplot-Edges\"><path d=\"M 133.678585272 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.824849244 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.824849244 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.819200244 189.909351145 L 142.824849244 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.278919086 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.278919086 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.819200244 189.909351145 L 143.278919086 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.678585272 152.635973282 L 135.819200244 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.67858527193351\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"135.81920024400625\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.82484924351695\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.27891908607785\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4e1e9abc6ead4d4c8cb878c4f3504337\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.67858527193351\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.81920024400625\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.82484924351695\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.27891908607785\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7daa7ecce79a4a60a90faf730b7da772\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t71569f4c01594592b887d4cb1327a0fb\"><g class=\"toyplot-Edges\"><path d=\"M 146.976344947 133.999284351 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 152.635973282 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.143953114 249.546755725 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.192707771 204.81870229 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.192707771 204.81870229 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.143953114 249.546755725 L 151.192707771 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 152.635973282 L 148.143953114 249.546755725\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.976344947 133.999284351 L 147.56014903 152.635973282\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.97634494693074\" cy=\"133.99928435114504\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"147.5601490302233\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"148.14395311351586\" cy=\"249.54675572519085\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.19270777071034\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t966069a16516411fb2f2e773ec943022\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.97634494693074\" cy=\"133.99928435114504\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.5601490302233\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.14395311351586\" cy=\"249.54675572519085\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.19270777071034\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t32f03a2fca134ddc995bb8ec05513d94\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc317be0fe5de43de9135e8806c9c579b\"><g class=\"toyplot-Edges\"><path d=\"M 115.775260051 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.775260051 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.002086338 219.728053435 L 115.775260051 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.002086338 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.369527598 152.635973282 L 110.002086338 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.704743931 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.704743931 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.369527598 152.635973282 L 108.704743931 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.36952759791492\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"110.00208633840194\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"115.77526005096172\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.70474393108515\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te0a3cdf773104cedb7384ba07e41538b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.36952759791492\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.00208633840194\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.77526005096172\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.70474393108515\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t508d7cb60c5846d6a9398bc0ee20ddff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t581c35ba3ba64ea2a5967eb53aab9b0b\"><g class=\"toyplot-Edges\"><path d=\"M 139.581493225 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.581493225 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.586724957 219.728053435 L 139.581493225 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.586724957 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.473103179 167.545324427 L 134.586724957 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.473103179 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 111.635257634 L 131.473103179 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.61894988339802\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"131.47310317949498\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"134.58672495705531\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"139.58149322522496\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te0051eee2ba843a98ba1f3f1253cb38a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.61894988339802\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.47310317949498\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.58672495705531\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.58149322522496\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc556c3db42c0448a95597a5062337d01\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3b8f70b44ed54d6487f34e8d5bba8b92\"><g class=\"toyplot-Edges\"><path d=\"M 139.646360346 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.646360346 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0935293856 219.728053435 L 139.646360346 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.0935293856 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9690268767 152.635973282 L 97.0935293856 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8122994415 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.8122994415 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9690268767 152.635973282 L 92.8122994415 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"91.969026876698436\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"97.093529385599794\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.64636034559081\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"92.812299441454357\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a2243d7a1cd4bcfb72f41669c180883\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.969026876698436\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.093529385599794\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.64636034559081\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.812299441454357\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tabf570a4e9af454ca7ba0ccbc9735dcf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb82af224747b4a0dad36ee42968b65de\"><g class=\"toyplot-Edges\"><path d=\"M 122.067370726 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.067370726 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.287713479 197.364026718 L 122.067370726 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5959366177 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.5959366177 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2985942104 130.271946565 L 88.5959366177 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.2985942104 130.271946565 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.287713479 197.364026718 L 87.2985942104 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"85.287713479016901\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.06737072644816\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"87.298594210357948\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.595936617674738\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8d5cd5f3b0f44e6e80f88ef3abb26c39\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.287713479016901\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.06737072644816\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.298594210357948\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.595936617674738\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t91f6769e99b44aa893c31bd0e73c70ed\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb86f35742c724b78b512828643af5e3d\"><g class=\"toyplot-Edges\"><path d=\"M 167.214886501 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.388978203 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.388978203 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.290634353 219.728053435 L 199.388978203 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.290634353 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.214886501 167.545324427 L 169.290634353 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.501348177 111.635257634 L 167.214886501 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.501348177 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.50134817704853\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"167.21488650107281\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"169.29063435277968\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"199.38897820252942\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e25a84a2b9246e3b1fb8252f65bde04\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.50134817704853\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.21488650107281\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.29063435277968\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"199.38897820252942\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0394408865314a9b9d7a78f710aa6dde\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1b4c2d65a91c4a599ee5b6b9abae995e\"><g class=\"toyplot-Edges\"><path d=\"M 168.577096029 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.577096029 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.863557705 204.81870229 L 168.577096029 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.09080126 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.09080126 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.863557705 204.81870229 L 174.09080126 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 130.271946565 L 167.863557705 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"163.90666336241497\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"167.86355770473119\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.57709602875545\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"174.09080125985184\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb5b838e210ac45dab1fb0a559fe2c831\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.90666336241497\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.86355770473119\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.57709602875545\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.09080125985184\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t07b8a83f3dfd4f49affff475d96514f7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te00ad19b5cdb4e9985da5d84c8a0cb89\"><g class=\"toyplot-Edges\"><path d=\"M 185.312813083 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.448196323 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.227019035 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.227019035 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.448196323 219.728053435 L 205.227019035 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.04811287 137.726622137 L 192.448196323 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.04811287 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.312813083 126.544608779 L 190.04811287 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"185.31281308314215\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"190.04811286984847\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"192.44819632338456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"205.22701903545499\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1521677cbe9e426d8a1eb26c40e462aa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.31281308314215\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.04811286984847\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.44819632338456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.22701903545499\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ted5f61bbe63a45329e8be8d95f641c9d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7d7ea4224df943dcbc1633c5916a39ea\"><g class=\"toyplot-Edges\"><path d=\"M 143.732988929 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.51746064 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.51746064 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.224932697 160.090648855 L 163.51746064 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.224932697 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 167.545324427 L 145.224932697 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.732988929 141.453959924 L 144.835729975 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"143.73298892863875\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"144.83572997485803\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.22493269705305\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"163.51746064021995\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6a93f58ff77b4098a65da6b54a8efa7a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.73298892863875\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.83572997485803\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.22493269705305\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.51746064021995\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te94df857b3af4a0cb8c9cd6bee244b31\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t57776ee05fdb4be1ab5d6d452294e0a5\"><g class=\"toyplot-Edges\"><path d=\"M 114.413050523 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.007735338 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.007735338 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.061721727 189.909351145 L 117.007735338 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.061721727 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.413050523 182.454675573 L 115.061721727 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.348183403 119.089933206 L 114.413050523 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.348183403 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.34818340291321\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.41305052327907\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"115.06172172693746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.00773533791264\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfc83ec4121a24bb992bc7a6beb485f79\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.34818340291321\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.41305052327907\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.06172172693746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.00773533791264\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t29b814ef251240a1ab3feebb06be4436\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ff59234ce7f4e4ba8bce94a4e01b706\"><g class=\"toyplot-Edges\"><path d=\"M 136.662472809 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.662472809 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.099178385 189.909351145 L 136.662472809 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.110059116 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.110059116 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.331653672 115.36259542 L 106.110059116 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.331653672 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.099178385 189.909351145 L 105.331653672 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.09917838511052\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"136.66247280876217\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.33165367206146\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"106.11005911645157\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3362e804467f427180c5499a24d1a366\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.09917838511052\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.66247280876217\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.33165367206146\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.11005911645157\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t488a26ea1c3645fea89ad8c62b5a9843\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t08b8a43e25f84643967354fd7d3fc053\"><g class=\"toyplot-Edges\"><path d=\"M 115.515791569 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.515791569 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.169694505 152.635973282 L 115.515791569 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.861888634 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.289799817 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.289799817 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.861888634 189.909351145 L 145.289799817 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.169694505 152.635973282 L 119.861888634 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"111.16969450498706\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.51579156949835\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"119.8618886340096\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"145.28979981741887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf8527572233a46ad9739fe44619f0929\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.16969450498706\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.51579156949835\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.8618886340096\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.28979981741887\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t18dd37ff9948433190ab4562fab77d74\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ad37c12a0554de28bfe65052f3e7a61\"><g class=\"toyplot-Edges\"><path d=\"M 112.402169792 122.817270992 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.542784764 189.909351145 L 132.446109985 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.542784764 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.402169792 122.817270992 L 114.542784764 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.883232829 148.908635496 L 112.402169792 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.883232829 148.908635496 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"111.88323282901129\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"112.40216979193804\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.54278476401073\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.44610998498257\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7771375322b64cde98ca7697ab9bed35\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.88323282901129\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.40216979193804\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.54278476401073\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.44610998498257\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td3a4888ea3be420ba7bf71a3064df6d0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb1f592302bd049e9ac8473be7127f9df\"><g class=\"toyplot-Edges\"><path d=\"M 165.463474251 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.463474251 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 152.635973282 L 165.463474251 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.841796242 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.313647619 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.313647619 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.841796242 219.728053435 L 209.313647619 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 152.635973282 L 163.841796242 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"161.24711142741552\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"165.46347425119512\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"163.84179624204913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"209.31364761850293\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8095949b0da64eeb89622c24fcee7f2c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.24711142741552\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.46347425119512\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.84179624204913\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.31364761850293\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5098e1118ba74f6cb8dc90d32f7d4234\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5d0c9a44ba0f4be0a403695bf068eb5f\"><g class=\"toyplot-Edges\"><path d=\"M 205.551354637 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 205.551354637 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.859160508 152.635973282 L 205.551354637 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.102516527 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.297535155 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 212.297535155 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.102516527 219.728053435 L 212.297535155 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.859160508 152.635973282 L 200.102516527 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"196.85916050826165\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"205.55135463728425\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"200.10251652655367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"212.29753515533162\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7f7691a6df8e423da73027b53a97e83b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.85916050826165\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"205.55135463728425\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.10251652655367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"212.29753515533162\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3008a2543a8a49b78ce248220d827c5d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta990127a996c45be93031d704b8405e9\"><g class=\"toyplot-Edges\"><path d=\"M 168.577096029 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.328508279 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.166549112 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.166549112 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.328508279 219.728053435 L 176.166549112 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.069039797 137.726622137 L 170.328508279 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.069039797 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.577096029 126.544608779 L 170.069039797 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"168.57709602875542\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"170.06903979716975\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"170.32850827863311\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"176.16654911155868\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta8dc84c5005147638644f243389b0473\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.57709602875542\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.06903979716975\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.32850827863311\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.16654911155868\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf419577263784e75b97de286de91622f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te1d144cb72d347a89d3e3854d613e251\"><g class=\"toyplot-Edges\"><path d=\"M 145.419534058 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.419534058 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.970695947 189.909351145 L 145.419534058 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.970695947 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.73822066 152.635973282 L 139.970695947 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.386891864 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.386891864 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.73822066 152.635973282 L 139.386891864 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"138.73822066046904\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.97069594742001\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.41953405815053\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.38689186412745\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t57f67e14fb9d4cf88e965043ea30087e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.73822066046904\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.97069594742001\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.41953405815053\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.38689186412745\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0dacedc5ddda4fdfa082232f6aec982e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc319ed9cbf134050b41d5c409afb4eb6\"><g class=\"toyplot-Edges\"><path d=\"M 153.917126826 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.917126826 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.224515429 182.454675573 L 153.917126826 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.678585272 100.453244275 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.002920874 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.002920874 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.678585272 100.453244275 L 134.002920874 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.224515429 182.454675573 L 133.678585272 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"133.22451542937267\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.91712682607562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"133.67858527193357\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.00292087376275\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te831b3f27c07475db0814a2cae4ea46d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.22451542937267\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.91712682607562\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.67858527193357\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.00292087376275\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad03c0dfa5954aee93ce8e515a50833a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcf618fd5e35149969b3aa789afb162f1\"><g class=\"toyplot-Edges\"><path d=\"M 146.262806623 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.598022956 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.598022956 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.716876465 189.909351145 L 148.598022956 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.577513296 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.577513296 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.716876465 189.909351145 L 180.577513296 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.262806623 152.635973282 L 146.716876465 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"146.26280662290651\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"146.71687646546738\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"148.59802295607673\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"180.57751329643582\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t17e243127e774e279d5ec5d313f0aa9a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.26280662290651\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.71687646546738\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.59802295607673\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.57751329643582\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f3468874c1347aba803b07c588bcaff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t999a8356d5554cf1bb844504635743d1\"><g class=\"toyplot-Edges\"><path d=\"M 146.133072382 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.971113215 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.45259352 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.215303769 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.215303769 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.45259352 219.728053435 L 179.215303769 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.971113215 137.726622137 L 163.45259352 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 126.544608779 L 151.971113215 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.13307238217482\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"151.97111321510042\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.4525935198541\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"179.21530376875322\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tecda846db5ff4887908b30fab08d39a1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.13307238217482\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.97111321510042\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.4525935198541\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.21530376875322\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4d03291d0b2f4bce813b9c1031e573b1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3aad14933eea48cbae76f7aa64eaa653\"><g class=\"toyplot-Edges\"><path d=\"M 188.491301981 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.275356425 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.275356425 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.448196323 219.728053435 L 196.275356425 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.448196323 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.815637583 137.726622137 L 192.448196323 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.815637583 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.491301981 126.544608779 L 188.815637583 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"188.49130198106835\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"188.81563758289749\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"192.44819632338456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"196.27535642496912\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4dd4040990234709a6e7623bc835c46f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.49130198106835\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.81563758289749\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.44819632338456\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.27535642496912\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t941339ef9bce495fb584373a5a60ca8e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t21ad9258ac6942348d0cf6a7206d8b86\"><g class=\"toyplot-Edges\"><path d=\"M 162.349852474 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.475189518 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.475189518 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.349852474 219.728053435 L 191.475189518 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.70118127 137.726622137 L 162.349852474 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.70118127 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.717293733 126.544608779 L 161.70118127 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.717293733 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.71729373314776\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"161.70118126997642\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.3498524736348\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"191.47518951789695\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad5c79db74c04322b3b8d161338dec71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.71729373314776\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.70118126997642\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.3498524736348\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.47518951789695\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7ecad3a5d85f4f5a9944abf0bbce637e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td22336e2bea948d78c5253eaa2d8d6da\"><g class=\"toyplot-Edges\"><path d=\"M 142.24104516 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.484401179 160.090648855 L 149.31156128 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.484401179 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.24104516 167.545324427 L 145.484401179 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.48963291 141.453959924 L 142.24104516 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.48963291 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"140.48963291034673\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"142.24104516022442\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"145.48440117851641\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.31156128010093\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8522cc8bd8bb442080fe8a6019c8f5d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.48963291034673\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.24104516022442\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.48440117851641\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.31156128010093\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0a51c23368954f0d820591b117e4533f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t832d5a2ea2ca4fe0bbbed7269aebd56e\"><g class=\"toyplot-Edges\"><path d=\"M 83.6660354699 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6660354699 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.1414495074 219.728053435 L 83.6660354699 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.1414495074 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.363044063 137.726622137 L 76.1414495074 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.363044063 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.3791565262 126.544608779 L 75.363044063 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.3791565262 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"72.379156526214757\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"75.36304406304339\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"76.141449507433464\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"83.66603546987092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a724495bb934098ac57e90e3a15a924\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.379156526214757\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.36304406304339\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.141449507433464\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.66603546987092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6b44b9b9041c4055becb8b7b136ce2d5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te7d42fe42e324ba58245d09fcdd59964\"><g class=\"toyplot-Edges\"><path d=\"M 177.788227121 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.788227121 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 219.728053435 L 177.788227121 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.565380762 137.726622137 L 151.452176252 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.565380762 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.516626105 126.544608779 L 142.565380762 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.516626105 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.51662610485911\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"142.56538076205362\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.45217625217367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.78822712070468\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t577f8f2fe6a74fb7b2a9fd02d45f37b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.51662610485911\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.56538076205362\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.45217625217367\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.78822712070468\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te90c2a121e1041f3a599c47ea6e36b38\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d123dce4bce41b38d5cc140415c9754\"><g class=\"toyplot-Edges\"><path d=\"M 165.139138649 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.139138649 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.857491438 189.909351145 L 165.139138649 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.24669416 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.24669416 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.857491438 189.909351145 L 149.24669416 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.905828827 152.635973282 L 148.857491438 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.905828827 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.90582882705417\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"148.85749143754009\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"165.13913864936592\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.24669415973511\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc0dda3efcb56450b8f6e832d50b87b3a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.90582882705417\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.85749143754009\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.13913864936592\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.24669415973511\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa63d07cd92d469887d15ad244dbec85\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6f7fcd2921c04f36b69817a1e8d61848\"><g class=\"toyplot-Edges\"><path d=\"M 152.035980335 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.264058426 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.264058426 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.035980335 160.090648855 L 182.264058426 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.646777613 167.545324427 L 152.035980335 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.646777613 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.889716364 141.453959924 L 151.646777613 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.889716364 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.88971636388283\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.64677761327124\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.03598033546626\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"182.26405842594767\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t776898e471c547c98b1b0658f4eb5186\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.88971636388283\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.64677761327124\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.03598033546626\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.26405842594767\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb93009da3f644f82b6fd7526da92df5c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t02d5088bfb3e479ea9e51edc5b29f5c1\"><g class=\"toyplot-Edges\"><path d=\"M 158.587559492 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.587559492 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.921524023 189.909351145 L 158.587559492 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.932404754 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.932404754 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.921524023 189.909351145 L 126.932404754 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.705161199 152.635973282 L 124.921524023 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.705161199 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.70516119876552\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"124.92152402254513\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"158.58755949241606\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.93240475388617\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t256ec74e7e3340d9b9c4bfddd53d4294\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.70516119876552\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.92152402254513\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.58755949241606\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.93240475388617\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9996d9174b8748aa85edccdbc9d06020\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbc5d4454e87248a0a07651d72f45962d\"><g class=\"toyplot-Edges\"><path d=\"M 102.931570219 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.931570219 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.6930286644 189.909351145 L 102.931570219 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.770445587 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.770445587 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.6930286644 189.909351145 L 132.770445587 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2711837482 152.635973282 L 82.6930286644 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.2711837482 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"76.271183748165129\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"82.693028664383291\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"102.93157021852537\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.77044558681175\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t37c662eceba1402da3ec33144ac67637\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.271183748165129\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.693028664383291\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.93157021852537\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.77044558681175\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td5e0fa9ddbc549cfbd8fd9a293e35a8a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6eb701e0f61547d3808caead82ac1e70\"><g class=\"toyplot-Edges\"><path d=\"M 170.198774038 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.198774038 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 219.728053435 L 170.198774038 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.181409772 137.726622137 L 137.376011133 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.181409772 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.41911679 126.544608779 L 137.181409772 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.41911679 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"133.41911679047018\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"137.18140977168889\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"137.37601113278643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"170.19877403790144\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4bb1968479a94dee9dc07067361c881c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.41911679047018\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.18140977168889\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.37601113278643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.19877403790144\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35a6d72a893549c78ff85ee648871d8c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2422075e8a944e2ba3d20f0287de8bbf\"><g class=\"toyplot-Edges\"><path d=\"M 166.241879696 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.241879696 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2554885527 189.909351145 L 166.241879696 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.645108543 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.645108543 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7853062469 115.36259542 L 103.645108543 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.7853062469 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.2554885527 189.909351145 L 93.7853062469 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"91.255488552674194\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.24187969558517\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"93.785306246941929\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"103.64510854254964\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t63d5bcdc0c7549d790cc0e708ef4967b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.255488552674194\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.24187969558517\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.785306246941929\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.64510854254964\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t168bffbaf83f4bd6b624259b9778f41c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te3723a5f8cc545e789d93ab461038fa5\"><g class=\"toyplot-Edges\"><path d=\"M 123.689048736 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.689048736 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.683399736 189.909351145 L 123.689048736 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.024265069 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.024265069 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.683399736 189.909351145 L 126.024265069 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.618532616 152.635973282 L 116.683399736 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.618532616 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.61853261571761\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.68339973608346\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"123.68904873559418\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"126.02426506876441\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e450a8d87954402bddbe334b1358a32\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.61853261571761\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.68339973608346\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.68904873559418\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.02426506876441\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tda813213194a4724a6677cc3ddb29074\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb8fdf7ed58aa4c6b9a104e5e9bc60ff4\"><g class=\"toyplot-Edges\"><path d=\"M 132.705578466 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.062138995 182.454675573 L 132.705578466 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.732571661 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.732571661 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 100.453244275 L 131.732571661 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 100.453244275 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.062138995 182.454675573 L 128.618949883 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"127.06213899461784\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"132.7055784664459\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"128.61894988339802\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"131.73257166095831\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d4f0fd6cba44b18938a2b253bba2822\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.06213899461784\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.7055784664459\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.61894988339802\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.73257166095831\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tce4d2048ad57496db038fbc86ca5929d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t86c6a8095ab5460793ad84037e427a28\"><g class=\"toyplot-Edges\"><path d=\"M 164.295866085 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.295866085 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.105244652 189.909351145 L 164.295866085 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.570195226 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.10001292 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.10001292 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.570195226 115.36259542 L 128.10001292 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.105244652 189.909351145 L 125.570195226 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.10524465230162\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.29586608461003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"125.57019522620354\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.10001292047127\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03e7312e0b78483cb59052825afc464a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.10524465230162\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.29586608461003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.57019522620354\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.10001292047127\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf1a1176078de494c9572f274051bf39f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfcbd005e7412468bb4c08d9b610ea287\"><g class=\"toyplot-Edges\"><path d=\"M 168.706830269 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.517043373 189.909351145 L 168.706830269 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.096450259 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.096450259 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.554917298 115.36259542 L 181.096450259 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.554917298 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.517043373 189.909351145 L 152.554917298 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"151.51704337253952\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"168.70683026948711\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.55491729839298\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"181.09645025936254\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td5154ba298d341bc9977c3eb5413025b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.51704337253952\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.70683026948711\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.55491729839298\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.09645025936254\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6b1985cc2d0e49038f5e4c0340ad37ce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2fe4917553ed45efb1251d0854ef70b0\"><g class=\"toyplot-Edges\"><path d=\"M 109.353415135 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.353415135 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.180157969 189.909351145 L 109.353415135 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.662890076 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.662890076 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.180157969 189.909351145 L 148.662890076 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.920689487 152.635973282 L 101.180157969 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.920689487 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"100.92068948718435\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"101.18015796864772\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"109.35341513474356\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.66289007644258\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t18d34f9184c84a3292773f2f48245123\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.92068948718435\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.18015796864772\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.35341513474356\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.66289007644258\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1be9df0b6ac74f489ade6a66c33d4de9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t585284d642904875b442fa139463098d\"><g class=\"toyplot-Edges\"><path d=\"M 132.446109985 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.807902245 189.909351145 L 132.446109985 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.3764284 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.3764284 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.807902245 189.909351145 L 149.3764284 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 152.635973282 L 121.807902245 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.02949680059473\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.8079022449848\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.44610998498257\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"149.37642840046681\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5a25f7ab080c4315a098a5bba28fe71d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.02949680059473\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.8079022449848\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.44610998498257\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.37642840046681\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbd15341419084fd69b3fae090d642a9d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb0c382be8bfe4997abf64810fbf83563\"><g class=\"toyplot-Edges\"><path d=\"M 161.76604839 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.90708063 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.90708063 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.76604839 160.090648855 L 175.90708063 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.489215643 167.545324427 L 161.76604839 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.489215643 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.294614282 141.453959924 L 128.489215643 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.294614282 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"128.29461428156884\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"128.48921564266635\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"161.76604839034223\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"175.90708063009535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta4a81d713e494194b7d2bfb068d8ad3e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.29461428156884\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.48921564266635\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.76604839034223\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.90708063009535\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc77beb7d405e49c5a691b137cb922408\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc4787af818d04986af83d4c3d686f6c2\"><g class=\"toyplot-Edges\"><path d=\"M 202.178264378 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.178264378 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.480838517 219.728053435 L 202.178264378 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.480838517 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.275356425 137.726622137 L 198.480838517 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.275356425 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.940140092 126.544608779 L 196.275356425 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.940140092 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"193.94014009179887\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"196.27535642496912\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"198.48083851740765\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"202.17826437826054\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t573476f02ce74382a82ea936ba448708\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.94014009179887\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.27535642496912\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.48083851740765\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.17826437826054\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t00ec9ed84d054873992ac4b08d9210be\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t17ef06cfc20248c784d7d6090145b8f4\"><g class=\"toyplot-Edges\"><path d=\"M 138.478752179 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.478752179 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.429997522 152.635973282 L 138.478752179 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.431666593 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.431666593 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.311144012 160.090648855 L 183.431666593 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.311144012 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.429997522 152.635973282 L 137.311144012 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"135.4299975218112\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.47875217900568\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.31114401242058\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"183.43166659253279\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe05d5fab744432c86c39c90454a41f6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.4299975218112\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.47875217900568\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.31114401242058\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.43166659253279\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3e28aca4f472468b98ad8c95dca7bd25\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t861b782b7c2e4c8881c5075772823e9d\"><g class=\"toyplot-Edges\"><path d=\"M 161.960649751 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.139555917 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.139555917 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.960649751 219.728053435 L 177.139555917 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.073854261 137.726622137 L 161.960649751 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.073854261 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 126.544608779 L 153.073854261 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"153.00898714095385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"153.0738542613197\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"161.96064975143977\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.13955591704632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t035b8baad399461e887316b76049127d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.00898714095385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.0738542613197\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.96064975143977\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.13955591704632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td0c152fe6e794091b791e5623b51caec\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf0e8a34c73b94593bfd846f60bc71343\"><g class=\"toyplot-Edges\"><path d=\"M 158.263223891 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.263223891 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.257157623 160.090648855 L 158.263223891 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.257157623 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.830080975 167.545324427 L 139.257157623 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.830080975 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.635479614 141.453959924 L 137.830080975 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.635479614 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.63547961424979\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.8300809753473\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.25715762339578\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"158.26322389058691\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6d484777d5ad4ce89e2ed07861dc19fe\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.63547961424979\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.8300809753473\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.25715762339578\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.26322389058691\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc84ece52da8248aab9b84d2780ff0f0b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7c3669a0136546d0b9f677ff8aa58d43\"><g class=\"toyplot-Edges\"><path d=\"M 160.987642946 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.987642946 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 152.635973282 L 160.987642946 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.582745028 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.582745028 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.550102834 160.090648855 L 175.582745028 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.550102834 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 152.635973282 L 169.550102834 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.88490189973288\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.98764294595216\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.55010283424303\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"175.58274502826615\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf213ec57873540f7ba17ed9eab990ed6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.88490189973288\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.98764294595216\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.55010283424303\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.58274502826615\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te315c0c5955d4d0e9ce4a3fd02a34316\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4ef8fd6c85dd4cbabb8d374c4db600f1\"><g class=\"toyplot-Edges\"><path d=\"M 159.755167659 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.664559147 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.664559147 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.403838863 160.090648855 L 196.664559147 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.403838863 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 137.726622137 L 160.403838863 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.549685567 156.363311069 L 159.755167659 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.549685567 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"157.54968556656263\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"159.75516765900119\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"160.4038388626596\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"196.66455914716411\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4843d4727d8a43b9a6d1dbec6063bc56\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.54968556656263\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.75516765900119\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.4038388626596\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.66455914716411\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0079ba3495cf4d70bb254fef819200a4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4255b87adc92476e807268fad036600c\"><g class=\"toyplot-Edges\"><path d=\"M 140.554500031 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.046443799 175.0 L 143.408653327 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.02028514 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.02028514 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.046443799 175.0 L 167.02028514 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.554500031 175.0 L 142.046443799 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"140.55450003071257\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"142.04644379912688\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.40865332680951\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"167.02028513997527\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3b7d68900de5412b91865b7f3c8c2be8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.55450003071257\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.04644379912688\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.40865332680951\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.02028513997527\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3b781e7b69294ff6b97e6a39a13de619\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te9bab8f627c74db1ae267ea7eb9fb2b5\"><g class=\"toyplot-Edges\"><path d=\"M 103.969444144 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.007735338 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.007735338 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.002086338 189.909351145 L 117.007735338 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.14270131 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.14270131 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.002086338 189.909351145 L 112.14270131 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.969444144 152.635973282 L 110.002086338 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"103.96944414437881\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"110.00208633840194\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"117.00773533791264\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"112.14270131047465\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5cafd5d7f6e34666b6991edbebb939c1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.96944414437881\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.00208633840194\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.00773533791264\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.14270131047465\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3b777f4507bc4737880f5c377bb5cc1b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ccad1f555af4d3f90d27a29a3c770bc\"><g class=\"toyplot-Edges\"><path d=\"M 157.355084205 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.852676973 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.852676973 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.609320955 189.909351145 L 165.852676973 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.885736435 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.885736435 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.609320955 189.909351145 L 183.885736435 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.355084205 152.635973282 L 162.609320955 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.35508420546512\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"162.60932095509813\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.85267697339015\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"183.88573643509363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td7de2986b01b41a180dcdf3064fa5002\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.35508420546512\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.60932095509813\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.85267697339015\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.88573643509363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcc80ac5a95bc47ed84a98865a85f2167\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t559ed8649870438783a14782e1c9fd99\"><g class=\"toyplot-Edges\"><path d=\"M 121.029496801 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.521440569 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.845776171 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.370362133 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.370362133 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.845776171 160.090648855 L 130.370362133 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.521440569 167.545324427 L 122.845776171 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 141.453959924 L 122.521440569 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.02949680059473\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.52144056900906\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.84577617083826\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"130.37036213327571\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta323a59bb82d4812b4a1f0ec18314322\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.02949680059473\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.52144056900906\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.84577617083826\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.37036213327571\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t241daf055b0d4e4ba94a390f428797b5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8cad808dfe474fb78babb398984f3572\"><g class=\"toyplot-Edges\"><path d=\"M 120.510559838 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.510559838 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.21321743 152.635973282 L 120.510559838 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.375593865 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.543619299 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.543619299 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.375593865 219.728053435 L 138.543619299 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.21321743 152.635973282 L 125.375593865 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"119.21321743035121\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"120.510559837668\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"125.37559386510603\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"138.54361929937153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t03a63c86d7fe4458ba8151d90980293b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.21321743035121\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.510559837668\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.37559386510603\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.54361929937153\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0fa470e061eb4964afd5e7709259a42f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9fd3f8885e69423ebe880238b3b5ff0c\"><g class=\"toyplot-Edges\"><path d=\"M 114.153582042 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.813133977 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.857908705 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.857908705 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.813133977 219.728053435 L 160.857908705 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.153582042 137.726622137 L 116.813133977 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.358646867 126.544608779 L 114.153582042 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.358646867 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.35864686657385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.1535820418157\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"116.81313397681512\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"160.8579087052205\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tceac2107729b4fe0a20b2b1b569d9873\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.35864686657385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.1535820418157\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.81313397681512\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.8579087052205\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td91d0e154e6549ca8907403986183785\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t036bd29f055242879e30081b31ada93b\"><g class=\"toyplot-Edges\"><path d=\"M 125.764796587 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.359481402 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.359481402 219.728053435 L 159.8849019 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.764796587 137.726622137 L 128.359481402 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.305077745 126.544608779 L 125.764796587 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.305077745 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"118.30507774522945\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"125.76479658730108\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.35948140193466\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.88490189973288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t987b5cdea8884ddab5887beda4d55027\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.30507774522945\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.76479658730108\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.35948140193466\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.88490189973288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te139d447d6104789bc8334439973550a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t38f348f2285d41b1b3d590d63507ffa2\"><g class=\"toyplot-Edges\"><path d=\"M 131.213634698 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.559731763 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.122191651 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.122191651 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.559731763 219.728053435 L 144.122191651 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.121774383 137.726622137 L 135.559731763 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.121774383 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.213634698 126.544608779 L 132.121774383 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.2136346980316\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"132.12177438315337\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.55973176254287\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"144.12219165083374\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t20b7486b916a48efb0e2d4634cd2dd8a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.2136346980316\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.12177438315337\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.55973176254287\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.12219165083374\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2c91977cc6e74581a39df71632b2aa0f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc46100349ec745c982f3d1e66d496653\"><g class=\"toyplot-Edges\"><path d=\"M 119.797021514 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.051258263 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.075106064 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.075106064 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.051258263 219.728053435 L 189.075106064 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.797021514 137.726622137 L 125.051258263 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.278084551 126.544608779 L 119.797021514 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.278084551 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.27808455071707\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.79702151364378\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.05125826327682\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"189.07510606436085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbee76d47e73a4635b555747413ad8f61\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.27808455071707\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.79702151364378\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.05125826327682\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.07510606436085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t398320e6c6894a679f56388f4a77f08d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tef803b444a8a496ea044ff5a912fd22a\"><g class=\"toyplot-Edges\"><path d=\"M 146.587142225 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.587142225 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.197939503 219.728053435 L 146.587142225 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.197939503 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.619367151 152.635973282 L 146.197939503 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.403421595 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.403421595 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.619367151 152.635973282 L 148.403421595 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.61936715107839\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.19793950254066\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.58714222473569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"148.40342159497919\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t964e28dbcd7543319272a86fd6617c98\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.61936715107839\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.19793950254066\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.58714222473569\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.40342159497919\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fcf37e22da54043b7f7194b692f8a06\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8603265e0a3f412b971195d6147e4819\"><g class=\"toyplot-Edges\"><path d=\"M 168.447361788 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.447361788 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.382494668 160.090648855 L 168.447361788 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.463891519 234.63740458 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.577513296 234.63740458 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.577513296 234.63740458 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.463891519 234.63740458 L 180.577513296 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.382494668 160.090648855 L 177.463891519 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.38249466765788\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.44736178802376\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"177.4638915188755\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"180.5775132964358\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te85a3bcae2c94ceeadd1d4a7668196e4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.38249466765788\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.44736178802376\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.4638915188755\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.5775132964358\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7a0be90122034b8c899920d0ff52dd45\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6fa8950c56e84aaaa38db675bdfb246d\"><g class=\"toyplot-Edges\"><path d=\"M 140.554500031 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.106913723 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.106913723 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.938471021 219.728053435 L 171.106913723 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.938471021 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.554500031 137.726622137 L 145.938471021 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.349017938 126.544608779 L 140.554500031 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.349017938 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.34901793827399\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"140.55450003071257\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.93847102107725\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"171.10691372302315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2b45d44c43ef4161a4bacbf86502e83a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.34901793827399\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.55450003071257\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.93847102107725\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.10691372302315\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4d918ffca9ef4552a168a62a7a96270c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t64f9859efe3a4e8aa0e68f3ce839be0f\"><g class=\"toyplot-Edges\"><path d=\"M 176.490884713 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.490884713 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.922775826 219.728053435 L 176.490884713 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.922775826 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.987225678 152.635973282 L 160.922775826 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.987225678 152.635973282 L 153.203588502 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"148.98722567827176\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"160.92277582558631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"176.49088471338789\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"153.20358850205133\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta871c9068ded4eb381cb4b04c6e7ed78\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.98722567827176\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.92277582558631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.49088471338789\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.20358850205133\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te00e76667dff4477aa8c625b93fdfe23\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5e205e30c20f4cb9a498a8117df6d9fe\"><g class=\"toyplot-Edges\"><path d=\"M 122.78090905 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.78090905 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.396520792 219.728053435 L 122.78090905 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.396520792 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.94245095 152.635973282 L 105.396520792 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.21321743 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.21321743 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.94245095 152.635973282 L 119.21321743 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.94245094986644\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"105.39652079242731\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.78090905047243\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"119.21321743035124\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4ea1b8d5848e461487b76e56735f8692\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.94245094986644\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.39652079242731\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.78090905047243\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.21321743035124\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t71b7a1fb52124754919c59bf9269f433\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t874f5466d4af4d58b93555bd8c3b8886\"><g class=\"toyplot-Edges\"><path d=\"M 143.797856049 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.797856049 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.17617804 219.728053435 L 143.797856049 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.17617804 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 152.635973282 L 142.17617804 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 152.635973282 L 147.56014903 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"134.19752223486026\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.17617803985857\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"143.79785604900457\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"147.5601490302233\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba52006f52554f2182b501ad3271d136\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.19752223486026\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.17617803985857\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.79785604900457\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.5601490302233\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0d62ae2ad824203853abcf74af5afdc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te6ce103d1ea84903a5ab58de36f9f0df\"><g class=\"toyplot-Edges\"><path d=\"M 152.944120021 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.944120021 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 219.728053435 L 152.944120021 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.127006115 167.545324427 L 139.776094586 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.127006115 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.856656902 111.635257634 L 127.127006115 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.856656902 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"124.85665690217931\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.12700611498369\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.77609458632253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"152.94412002058803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t62e389c565af41bd8a91245803d81ff4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.85665690217931\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.12700611498369\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.77609458632253\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.94412002058803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tee8586ef52f9406da44506d33f320b3c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e78c719929749a2bbfeb4fbdde8b7e2\"><g class=\"toyplot-Edges\"><path d=\"M 162.479586714 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.479586714 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.030331336 152.635973282 L 162.479586714 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.286654424 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.286654424 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 219.728053435 L 210.286654424 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.030331336 152.635973282 L 147.56014903 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.03033133595551\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"162.47958671436646\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"147.56014903022327\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"210.28665442399051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t53b4d04ed5574244ae925a2712c8fd0a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.03033133595551\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.47958671436646\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.56014903022327\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.28665442399051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc62cda5f4ad04c7685c8936baaaa6b30\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t740e64da6a6e4a15979cebec0b94b4e6\"><g class=\"toyplot-Edges\"><path d=\"M 156.706413002 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.820034779 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.880921971 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.880921971 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.820034779 160.090648855 L 200.880921971 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.301097816 137.726622137 L 159.820034779 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.301097816 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.706413002 156.363311069 L 159.301097816 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.70641300180671\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"159.30109781644029\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"159.82003477936701\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"200.88092197094372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdbff8780a92e4ec6b565606eb6a25b95\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.70641300180671\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.30109781644029\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.82003477936701\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.88092197094372\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t11c65713f01040baa2c3b028aac628ce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2f2b7fe3ef9d4aea876e84e7f363034e\"><g class=\"toyplot-Edges\"><path d=\"M 159.560566298 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.560566298 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 152.635973282 L 159.560566298 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.360315937 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.777346389 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.777346389 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.360315937 219.728053435 L 175.777346389 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 152.635973282 L 152.360315937 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.45217625217367\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.56056629790368\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"152.36031593729544\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"175.77734638936366\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5a001d7495a046eca982df696dc62b81\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.45217625217367\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.56056629790368\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.36031593729544\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.77734638936366\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t91a4ede88fe448b4a079f8828d151627\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t76101235947141d98b79c13d0fb09a6a\"><g class=\"toyplot-Edges\"><path d=\"M 127.191873235 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.667704541 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.667704541 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.191873235 219.728053435 L 131.667704541 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.413467791 137.726622137 L 127.191873235 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.413467791 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.770028319 126.544608779 L 126.413467791 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.770028319 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"120.77002831913141\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"126.41346779095947\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"127.19187323534956\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.66770454059252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t888d78ae7fe44b819f378fc9f902381e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.77002831913141\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.41346779095947\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.19187323534956\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.66770454059252\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t092906e788364805905d799dcccb537c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t68728e7cac7249fba47e025be25271a9\"><g class=\"toyplot-Edges\"><path d=\"M 195.951020823 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.945789091 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.945789091 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.951020823 219.728053435 L 200.945789091 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.913146897 137.726622137 L 195.951020823 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.913146897 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.696784074 126.544608779 L 194.913146897 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.696784074 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"190.6967840735069\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.91314689728651\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"195.95102082313988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"200.94578909130959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7f1f7e944ad24431a952b090a0495a7c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.6967840735069\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.91314689728651\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.95102082313988\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.94578909130959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa446eca90184bcfa582ca80692d1761\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t683d68759ead4e13a510873bc2e56d41\"><g class=\"toyplot-Edges\"><path d=\"M 199.194376841 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.194376841 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.242296963 189.909351145 L 199.194376841 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.307164084 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.307164084 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.242296963 189.909351145 L 178.307164084 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.97194775 152.635973282 L 178.242296963 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.97194775 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"175.9719477504612\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"178.24229696326557\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"199.19437684143193\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"178.30716408363145\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8c24725298d74fe48c55e270606ac5d8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.9719477504612\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.24229696326557\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"199.19437684143193\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.30716408363145\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t84e6abff4dcc4dabb46a678cf4806ad5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t676a718a62b74719a91c6ca51436d0ec\"><g class=\"toyplot-Edges\"><path d=\"M 187.129092453 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.129092453 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.90708063 160.090648855 L 187.129092453 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.90708063 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.236647964 167.545324427 L 175.90708063 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.236647964 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.733823464 141.453959924 L 171.236647964 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.733823464 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"167.73382346399953\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"171.23664796375488\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"175.90708063009535\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"187.12909245338568\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3b587181a354443fb0cd8239d9175517\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.73382346399953\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.23664796375488\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.90708063009535\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.12909245338568\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0358316a3cbe4dc49b59bfceb459522d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0e1d2f9427d0452d938b3d3cf3d5b7a7\"><g class=\"toyplot-Edges\"><path d=\"M 166.890550899 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.717711001 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.717711001 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.447361788 175.0 L 170.717711001 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.982828482 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.982828482 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.447361788 175.0 L 177.982828482 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.890550899 175.0 L 168.447361788 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"166.89055089924361\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"168.44736178802376\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"170.71771100082816\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"177.98282848180219\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfa25f29826644bab8d17df30b29e6f0e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.89055089924361\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.44736178802376\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.71771100082816\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.98282848180219\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9f7cd282b6ba40e2a871daedcbcb51bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t816d3cd066fd4adaa009c332ba6b193c\"><g class=\"toyplot-Edges\"><path d=\"M 150.154833845 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.787809853 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.787809853 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.398189863 219.728053435 L 165.787809853 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.398189863 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.99810641 137.726622137 L 153.398189863 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.99810641 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.154833845 126.544608779 L 150.99810641 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"150.15483384485685\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"150.9981064096128\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"153.3981898631489\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.7878098530243\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7efbf92d255c46e496cc844488071f4d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.15483384485685\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.9981064096128\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.3981898631489\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.7878098530243\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc8dd086bbe34ccd8c49beb7e5be8959\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t765feb7a17e94d699f703214c39b2486\"><g class=\"toyplot-Edges\"><path d=\"M 101.569360691 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.569360691 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8828155613 189.909351145 L 101.569360691 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.283316283 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.283316283 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8828155613 189.909351145 L 114.283316283 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.9907883394 152.635973282 L 99.8828155613 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.9907883394 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"95.990788339380515\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"99.882815561330915\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"101.56936069084276\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"114.28331628254739\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0697fb21aba34821bb0ca17eeff239ed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.990788339380515\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.882815561330915\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.56936069084276\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.28331628254739\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0e5f3579ca374603aee4db9b0bcbcb79\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ted5fa71ad42f47a695a6ee86ff49f09e\"><g class=\"toyplot-Edges\"><path d=\"M 172.598857491 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.598857491 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.733406196 204.81870229 L 172.598857491 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.733406196 204.81870229 L 157.614552687 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.409070594 130.271946565 L 155.733406196 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.409070594 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.40907059448995\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.73340619631912\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.59885749143751\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.6145526869285\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0451f875a4ae46c5b0457bce744b4047\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.40907059448995\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.73340619631912\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.59885749143751\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.6145526869285\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1108d4ba957d43e78c8830e34a0d4a29\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t14126d58263241568f58f70454f28909\"><g class=\"toyplot-Edges\"><path d=\"M 141.138304114 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.193542306 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.193542306 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 219.728053435 L 175.193542306 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.138304114 167.545324427 L 141.268038355 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 111.635257634 L 141.138304114 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"139.77609458632247\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.13830411400514\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.2680383547368\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"175.19354230607109\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfa183cd31cd34e23afd28ce49711787f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.77609458632247\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.13830411400514\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.2680383547368\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.19354230607109\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t06a36e50c2f84212913c5aee34db5dce\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf82509716d3e4f2aa3ed640ba424ac7a\"><g class=\"toyplot-Edges\"><path d=\"M 188.426434861 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.426434861 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.842630777 130.271946565 L 188.426434861 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.842630777 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.712896537 197.364026718 L 187.842630777 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.60094383 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 232.60094383 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.712896537 197.364026718 L 232.60094383 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"187.71289653667822\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"187.84263077740991\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"188.42643486070247\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"232.60094382983948\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te6d5b05df517449bb39aeea6d08d3fff\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.71289653667822\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.84263077740991\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.42643486070247\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"232.60094382983948\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2a1e685f35394c9080e1fa8ac93acbe8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6470481050bf4bd6bb9b7062b58a35c3\"><g class=\"toyplot-Edges\"><path d=\"M 112.531904033 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.137886846 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.137886846 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.531904033 219.728053435 L 129.137886846 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.899345292 152.635973282 L 112.531904033 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.094363921 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.094363921 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.899345292 152.635973282 L 121.094363921 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.89934529218266\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"112.53190403266971\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"129.13788684632476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.09436392096057\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tacfabb4f5ea84e84a291a8d8ca1ec7f1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.89934529218266\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.53190403266971\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.13788684632476\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.09436392096057\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t85cca5b22a684773a5bb63462164aebd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8a6ef13d36b9467aa5cc50a3b1272eea\"><g class=\"toyplot-Edges\"><path d=\"M 162.220118233 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.220118233 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.182244307 189.909351145 L 162.220118233 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.988477481 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.988477481 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.182244307 189.909351145 L 184.988477481 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.679419807 152.635973282 L 161.182244307 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.679419807 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.67941980729438\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.1822443070497\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.22011823290316\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"184.988477481313\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8d9222d3c628426396f775324a6522ab\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.67941980729438\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.1822443070497\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.22011823290316\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.988477481313\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tea0871ef60a846ab9c97d3a303687b4d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5a3988cc8ac0421897bdd2507bf904ee\"><g class=\"toyplot-Edges\"><path d=\"M 148.727757197 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.727757197 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.754750391 189.909351145 L 148.727757197 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.977179482 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.977179482 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.754750391 189.909351145 L 170.977179482 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.224932697 152.635973282 L 147.754750391 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.224932697 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"145.22493269705305\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"147.75475039132081\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.7277571968084\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"170.97717948229152\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t409eec5c963048129fe73d09212cac97\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.22493269705305\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.75475039132081\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.7277571968084\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.97717948229152\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta3a93ec1d2694e06bc5202b2a8fa864a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t549748f9eedb48038acb39696ec87cd2\"><g class=\"toyplot-Edges\"><path d=\"M 148.079085993 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.398607131 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.398607131 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.079085993 219.728053435 L 165.398607131 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.484401179 152.635973282 L 148.079085993 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.181827039 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.181827039 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.484401179 152.635973282 L 149.181827039 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.48440117851641\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"148.07908599315002\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.39860713082928\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"149.1818270393693\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t71f6a603a547428c8ced1febc6f8caf3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.48440117851641\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.07908599315002\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.39860713082928\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.1818270393693\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1b1ba19f39f6455c9f59dae60eb915e1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te85e706625cb41fa80a8527a2281bc7e\"><g class=\"toyplot-Edges\"><path d=\"M 132.446109985 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.694697735 152.635973282 L 132.446109985 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.241879696 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.241879696 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.646360346 219.728053435 L 166.241879696 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.646360346 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.694697735 152.635973282 L 139.646360346 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"130.69469773510488\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.44610998498257\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"139.64636034559081\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.24187969558517\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"teef6a5d0ce494fc78fffd13360cc71ae\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.69469773510488\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.44610998498257\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.64636034559081\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.24187969558517\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta8783e0e877f4281b9a4fa15de960f11\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t317ac2682087493bb8c679885ebfbbe3\"><g class=\"toyplot-Edges\"><path d=\"M 159.495699178 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.495699178 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.041629335 152.635973282 L 159.495699178 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.378514739 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.378514739 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.533990371 219.728053435 L 209.378514739 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.533990371 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.041629335 152.635973282 L 172.533990371 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.04162933497696\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.49569917753783\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.53399037107164\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"209.37851473886877\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t355a5d7e6c104c348452339fccd1bd70\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.04162933497696\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.49569917753783\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.53399037107164\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.37851473886877\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10e1c2a21f934829a3643ea313747b8a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t515af59f2db647629dcca0c6d1a23bf5\"><g class=\"toyplot-Edges\"><path d=\"M 177.334157278 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.843465313 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.843465313 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.518295176 219.728053435 L 211.843465313 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.518295176 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.334157278 137.726622137 L 187.518295176 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.139555917 126.544608779 L 177.334157278 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.139555917 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"177.13955591704632\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"177.33415727814383\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"187.5182951755807\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"211.84346531277069\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td5a4642f3d62418dacc5e2d90874c361\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.13955591704632\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.33415727814383\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.5182951755807\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"211.84346531277069\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t05d9bddc2f9d4685811360a54396c795\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb19018f92a764bdd947ec0f46b4ee174\"><g class=\"toyplot-Edges\"><path d=\"M 211.000192748 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.000192748 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.340223545 160.090648855 L 211.000192748 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.340223545 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.821286582 167.545324427 L 196.340223545 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 195.821286582 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.2318335 141.453959924 L 195.821286582 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.2318335 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"188.23183349960496\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"195.82128658240822\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"196.34022354533496\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"211.0001927480148\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfaf9a783319c49328ffdfad9aae2a5d5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.23183349960496\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"195.82128658240822\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.34022354533496\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"211.0001927480148\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0edbd1b2e1ad4663b9f2caeed01fbb4b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfaeefafe4a18484d9d87058f39b07a1c\"><g class=\"toyplot-Edges\"><path d=\"M 129.916292291 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.10566192 219.728053435 L 147.949351752 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.10566192 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.916292291 137.726622137 L 135.10566192 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.440460985 126.544608779 L 129.916292291 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.440460985 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"125.44046098547187\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"129.91629229071481\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.105661919982\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"147.94935175241835\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t61e8a5032e3a42d5bc556482222f2680\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.44046098547187\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.91629229071481\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.105661919982\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.94935175241835\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc3ec95516cd94737921037ca171f26fa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t331d9881dff145d18f3e1f77d450d8bc\"><g class=\"toyplot-Edges\"><path d=\"M 132.121774383 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.381660132 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.381660132 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 219.728053435 L 144.381660132 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.121774383 137.726622137 L 137.376011133 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.608069152 126.544608779 L 132.121774383 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.608069152 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"126.60806915205698\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"132.12177438315337\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.37601113278643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.38166013229716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t26c53287b37342b3afe882a608050fcb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.60806915205698\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.12177438315337\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.37601113278643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.38166013229716\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcbd817ed9ce64f498d8b849f82d69359\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t92560ef400c543efa927c748ea22cdf1\"><g class=\"toyplot-Edges\"><path d=\"M 163.193125038 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.701598538 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.701598538 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 160.090648855 L 173.701598538 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.193125038 167.545324427 L 163.906663362 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.690300539 141.453959924 L 163.193125038 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.690300539 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"159.69030053863534\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.19312503839069\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.90666336241495\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"173.70159853765679\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t92c2924aad5b4f18b2d08cff169dd9b1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.69030053863534\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.19312503839069\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.90666336241495\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.70159853765679\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td64974cfb1e44fc3b8be84b15847038e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4be7e9792a7744bd9ff16211eb2f0407\"><g class=\"toyplot-Edges\"><path d=\"M 131.083900457 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.586724957 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.745538731 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.745538731 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.586724957 160.090648855 L 193.745538731 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.862305902 167.545324427 L 134.586724957 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.862305902 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.083900457 141.453959924 L 131.862305902 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"131.08390045729996\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"131.86230590169004\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"134.58672495705531\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"193.74553873070138\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1b6d68e1c8204a9aac1f714fbfc4d3be\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.08390045729996\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.86230590169004\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.58672495705531\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.74553873070138\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t78dd6134001d4805a74e918d5e5c8f28\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te1ea773e17f7437693be1a4e10b1e38f\"><g class=\"toyplot-Edges\"><path d=\"M 113.115708116 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.207985699 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.469540518 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.469540518 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.207985699 160.090648855 L 184.469540518 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.115708116 167.545324427 L 124.207985699 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.07783419 141.453959924 L 113.115708116 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.07783419 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"112.07783419010883\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"113.11570811596226\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"124.2079856985209\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"184.46954051838622\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3dcc4af55bf0484b82b945e0a9b3e204\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.07783419010883\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.11570811596226\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.2079856985209\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.46954051838622\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2382e26977184f23ac9f8c300a2b8d49\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t87b794ef8f37406ea2e949514d26233b\"><g class=\"toyplot-Edges\"><path d=\"M 141.916709558 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.916709558 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.575426958 219.728053435 L 141.916709558 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.575426958 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6877969326 167.545324427 L 120.575426958 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.6877969326 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7796572474 111.635257634 L 87.6877969326 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 86.7796572474 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"86.779657247431217\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"87.687796932552999\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"120.57542695803386\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"141.91670955839521\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9ffb23586d4741748441f57f7e178b28\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"86.779657247431217\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.687796932552999\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.57542695803386\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.91670955839521\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t299817f6a8bf4751b10d642e4d7fd3dc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d84bfe317094fd1837e27d9d3c784a1\"><g class=\"toyplot-Edges\"><path d=\"M 91.9041597563 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.724194536 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.724194536 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3151239412 189.909351145 L 201.724194536 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8828155613 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.8828155613 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.3151239412 189.909351145 L 99.8828155613 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.9041597563 152.635973282 L 96.3151239412 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"91.904159756332575\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.315123941209706\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"201.72419453569961\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.882815561330887\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tac1830ad9beb4f74881dd099e04eacd5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.904159756332575\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.315123941209706\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"201.72419453569961\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.882815561330887\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9d67f751b31c4b9f9e9bb6f855c9a452\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te9dfb3ac98874e90afd01e51b9fdca2d\"><g class=\"toyplot-Edges\"><path d=\"M 141.592373957 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.095615724 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.761233926 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.761233926 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.095615724 160.090648855 L 178.761233926 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.3820774 167.545324427 L 157.095615724 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.3820774 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.592373957 141.453959924 L 156.3820774 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.59237395656601\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"156.38207739997753\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.09561572400179\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"178.76123392619235\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t838f8832959b4c599d2b1a797418b458\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.59237395656601\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.38207739997753\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.09561572400179\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.76123392619235\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6f749dd728d24ab4afb8e2fbed8069bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te513483d1d0e4d6c82800e456ff04a1a\"><g class=\"toyplot-Edges\"><path d=\"M 156.511811641 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.360733205 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.961901554 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.961901554 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.360733205 160.090648855 L 197.961901554 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.544453835 167.545324427 L 164.360733205 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.544453835 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.511811641 141.453959924 L 162.544453835 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"156.5118116407092\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"162.54445383473231\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.36073320497582\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"197.9619015544809\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t50264c9590fa42fc8c10c6aa6083d90e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.5118116407092\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.54445383473231\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.36073320497582\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"197.9619015544809\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd91bbcea99042d4b448b29530df48d9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf335d10bf7734d4fabcb165644f5ce0b\"><g class=\"toyplot-Edges\"><path d=\"M 159.495699178 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.324111082 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.324111082 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.02028514 189.909351145 L 199.324111082 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.420368594 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.420368594 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.02028514 189.909351145 L 169.420368594 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.495699178 152.635973282 L 167.02028514 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.49569917753783\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"167.02028513997527\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"199.32411108216357\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.42036859351137\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t99a5dc8b72cc4641aef170899b763a8d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.49569917753783\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.02028513997527\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"199.32411108216357\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.42036859351137\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te0a6d4491bd444ef96a28620d738261c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb39cbcdcaef24009923c2e71aa0d6022\"><g class=\"toyplot-Edges\"><path d=\"M 107.147933042 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.185806968 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.624598883 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.624598883 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.185806968 160.090648855 L 135.624598883 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.666870005 167.545324427 L 108.185806968 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.666870005 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.147933042 141.453959924 L 107.666870005 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.14793304230497\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"107.66687000523171\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"108.1858069681584\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.62459888290871\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbfa236d1d6944e2594fb5b539e0636d7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.14793304230497\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.66687000523171\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.1858069681584\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.62459888290871\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdbd978b2cec34d998eb15c6306f86930\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t31ad1a497e154a0297db379769615401\"><g class=\"toyplot-Edges\"><path d=\"M 117.39693806 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.144370381 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.144370381 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.39693806 189.909351145 L 160.144370381 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 152.635973282 L 117.39693806 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.705161199 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.705161199 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 152.635973282 L 120.705161199 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.20233669901017\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.3969380601077\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"160.14437038119624\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.70516119876552\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t02b13640615b49889228db67f06e46bd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.20233669901017\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.3969380601077\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.14437038119624\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.70516119876552\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1155a897bafd47a5bc66dc78f1bdac4c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t444278eda88e4db2949ec9ddebe57b62\"><g class=\"toyplot-Edges\"><path d=\"M 149.635896882 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.635896882 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.548016496 189.909351145 L 149.635896882 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.986391143 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.986391143 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.483566643 115.36259542 L 124.986391143 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.483566643 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.548016496 189.909351145 L 121.483566643 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"109.54801649584107\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.63589688193017\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"121.48356664315563\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"124.98639114291097\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t39417a80eb79483399da3fa18818ba37\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.54801649584107\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.63589688193017\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.48356664315563\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.98639114291097\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3d304f43906f4efbae0862741007161c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tda7fc502c01b4b5199b264b25d2f9918\"><g class=\"toyplot-Edges\"><path d=\"M 160.144370381 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.144370381 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.69553227 115.36259542 L 160.144370381 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.69553227 115.36259542 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.592791224 189.909351145 L 154.69553227 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.075106064 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.075106064 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.592791224 189.909351145 L 189.075106064 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.59279122424641\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.69553227046569\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"160.14437038119624\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"189.07510606436085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3ab999117fde41d89eff2642569a7e9a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.59279122424641\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.69553227046569\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.14437038119624\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.07510606436085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t28d76374ca544de8992f7961720dc143\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3668ebca88ca4619a8c57abd1538127b\"><g class=\"toyplot-Edges\"><path d=\"M 149.052092799 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.052092799 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.235813428 130.271946565 L 149.052092799 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.235813428 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.549268299 197.364026718 L 147.235813428 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.297117888 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.297117888 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.549268299 197.364026718 L 200.297117888 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.54926829888223\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.2358134283941\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.05209279863757\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"200.29711788765118\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta28f7442cf8f481793c7064814a21512\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.54926829888223\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.2358134283941\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.05209279863757\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.29711788765118\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3fbd9c2e4a1c4950bdc2049aad866483\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td81680362c104b6ba5a45c21dbad83e1\"><g class=\"toyplot-Edges\"><path d=\"M 128.489215643 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.489215643 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 152.635973282 L 128.489215643 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.3820774 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.145622184 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.145622184 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.3820774 219.728053435 L 196.145622184 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 152.635973282 L 156.3820774 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"127.45134171681291\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"128.48921564266635\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"156.38207739997756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"196.14562218423742\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t269397f8209f48f79cc1513e34a63af2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.45134171681291\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.48921564266635\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.38207739997756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.14562218423742\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t21fb17d1877b4fca827a6056de24cad0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb33b792c16e64e01a48386d342f71b57\"><g class=\"toyplot-Edges\"><path d=\"M 122.391706328 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.570195226 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.40425613 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.40425613 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 219.728053435 L 172.40425613 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.570195226 167.545324427 L 128.618949883 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.391706328 111.635257634 L 125.570195226 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.39170632827737\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"125.57019522620354\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"128.61894988339802\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"172.40425613033997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc1d4c53d6ba841029c6a5d21d4c35960\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.39170632827737\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.57019522620354\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.61894988339802\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.40425613033997\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t49827faa5e8e4b50a81015581c18a0a7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tae45315bcb594b1d880cf5c876d4e3b6\"><g class=\"toyplot-Edges\"><path d=\"M 138.73822066 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.344203474 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.344203474 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.73822066 160.090648855 L 155.344203474 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.819200244 167.545324427 L 138.73822066 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.819200244 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.613718152 141.453959924 L 135.819200244 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.613718152 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.61371815156767\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"135.81920024400625\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.73822066046904\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"155.34420347412407\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t25575074cf084db090ea293f4a333eb9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.61371815156767\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.81920024400625\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.73822066046904\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.34420347412407\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t26d61a18bbee4ca583360daf02fa0ad8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t09a6a7638e7e42118f4b1a8af7b2835a\"><g class=\"toyplot-Edges\"><path d=\"M 175.777346389 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.777346389 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.5411156933 189.909351145 L 175.777346389 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2655347487 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 69.2655347487 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 66.5411156933 189.909351145 L 69.2655347487 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.2002503606 152.635973282 L 66.5411156933 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.2002503606 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"57.200250360608209\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"66.541115693289171\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"175.77734638936369\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"69.265534748654446\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8723e2acd7414209b33d8fd57d601def\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.200250360608209\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"66.541115693289171\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.77734638936369\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"69.265534748654446\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3649c06b3198476ea61124c94030cf44\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ec8810c4d1d4e02849657f8a9e7ae0b\"><g class=\"toyplot-Edges\"><path d=\"M 139.127423383 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.127423383 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.349017938 189.909351145 L 139.127423383 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.758088533 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 243.758088533 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.349017938 189.909351145 L 243.758088533 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.700346735 152.635973282 L 138.349017938 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.700346735 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"137.70034673461561\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"138.34901793827402\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"139.12742338266406\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"243.75808853276394\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc9c9be043526479195a65402a0280e33\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.70034673461561\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.34901793827402\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.12742338266406\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"243.75808853276394\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td89f0df1d6174a70bf35472db888e1e8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3926ffc74c9646419a6d7fc11184a338\"><g class=\"toyplot-Edges\"><path d=\"M 115.191455968 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.943285485 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.943285485 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.191455968 160.090648855 L 128.943285485 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.753498588 167.545324427 L 115.191455968 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.753498588 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.655989274 141.453959924 L 111.753498588 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.655989274 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"105.6559892738907\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"111.75349858827964\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"115.19145596766916\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"128.94328548522722\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td0f864a8ab0e467fbaff0338e03273e2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.6559892738907\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.75349858827964\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.19145596766916\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.94328548522722\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1c3b374e952a471d9cd7ac488a31bb80\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta8cc6fe1250d44c2b341e147bcce255a\"><g class=\"toyplot-Edges\"><path d=\"M 148.922358558 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.020702408 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.020702408 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 219.728053435 L 179.020702408 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.922358558 137.726622137 L 153.203588502 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.932822022 126.544608779 L 148.922358558 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.932822022 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"138.93282202156655\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"148.92235855790591\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.20358850205136\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"179.02070240765568\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tea7db6d72a4d4c28bae0a7338b15743d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.93282202156655\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.92235855790591\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.20358850205136\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.02070240765568\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tad6757975a8843cd8980991597ab39f3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc4bc95f5cefe42dd84335ff5dbd7259f\"><g class=\"toyplot-Edges\"><path d=\"M 93.0069008026 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.147933042 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.737386125 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.737386125 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.147933042 219.728053435 L 114.737386125 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1205225801 137.726622137 L 107.147933042 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1205225801 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.0069008026 126.544608779 L 96.1205225801 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"93.006900802551883\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"96.12052258011218\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"107.14793304230497\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"114.73738612510827\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4092919c278b4559b1e18af65fc8f3d6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.006900802551883\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.12052258011218\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.14793304230497\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.73738612510827\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5aef5e35b610414b88c5e1339d4f132e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t465adeac5caf4f1c92d808c71b5cd4c5\"><g class=\"toyplot-Edges\"><path d=\"M 135.754333124 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.122191651 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.122191651 219.728053435 L 146.133072382 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.181409772 137.726622137 L 144.122191651 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.181409772 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.754333124 126.544608779 L 137.181409772 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.75433312364044\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"137.18140977168889\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"144.1221916508338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.13307238217482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5d5d761f347f465db0e8a4650f6a4410\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.75433312364044\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.18140977168889\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.1221916508338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.13307238217482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5fa171d0226840f4b0ffc6323aaafbef\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4b1a663f26fb4833ad3b81e47968910a\"><g class=\"toyplot-Edges\"><path d=\"M 91.1906214323 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0447747284 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.60283742 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.60283742 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0447747284 219.728053435 L 131.60283742 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.8501733673 137.726622137 L 94.0447747284 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.8501733673 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.1906214323 126.544608779 L 93.8501733673 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"91.190621432308362\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"93.850173367307789\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"94.044774728405343\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"131.60283742022665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5f97c30e4f6e431cb4201efaeb204ade\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.190621432308362\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.850173367307789\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.044774728405343\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.60283742022665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t730d517e2cce4ad78170537a6d03547b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t33daee1018f044069ecff17747de50f0\"><g class=\"toyplot-Edges\"><path d=\"M 144.316793012 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.327673743 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.529175907 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.529175907 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.327673743 219.728053435 L 189.529175907 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.80873678 137.726622137 L 146.327673743 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.80873678 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.316793012 126.544608779 L 145.80873678 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.31679301193128\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"145.80873678034561\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"146.32767374327236\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"189.52917590692175\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbbc13552d4ef4ba6873fd4494b40c65b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.31679301193128\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.80873678034561\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.32767374327236\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.52917590692175\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te43cc9eff226476b839a169270e51c21\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t56bc1fc8ee8a4397ab8f8332b4ec7eee\"><g class=\"toyplot-Edges\"><path d=\"M 155.279336354 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.561400833 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.561400833 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.538804835 175.0 L 183.561400833 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.387726399 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.387726399 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.538804835 175.0 L 163.387726399 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.279336354 175.0 L 155.538804835 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.27933635375825\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.53880483522158\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"183.56140083326446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.38772639948826\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td9201040d42e4797a8e34d6e7eca036c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.27933635375825\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.53880483522158\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.56140083326446\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.38772639948826\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t76cb790b75814fac84d7a37a33f3a7d8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf995d3540944492894d42f6e61f444a6\"><g class=\"toyplot-Edges\"><path d=\"M 145.873603901 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.873603901 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.635062347 189.909351145 L 145.873603901 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.635062347 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.429580254 182.454675573 L 125.635062347 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.429580254 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.65117481 119.089933206 L 123.429580254 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.65117481 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.65117480974072\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"123.4295802541308\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.63506234656938\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.87360390071143\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td547ad8953bf4cbba2985aed9def5fa7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.65117480974072\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.4295802541308\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.63506234656938\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.87360390071143\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td4594cbabc4a444397dfa694d3c7b48b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t376d7fd01c67432eb24f54579e4612d5\"><g class=\"toyplot-Edges\"><path d=\"M 170.133906918 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.885319167 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.885319167 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.133906918 160.090648855 L 171.885319167 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.31721028 137.726622137 L 170.133906918 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.31721028 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.668539076 156.363311069 L 156.31721028 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.668539076 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"155.66853907595328\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.31721027961169\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"170.1339069175356\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"171.88531916741329\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8bf556fae81c42e1a9e5cbb8988b2288\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.66853907595328\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.31721027961169\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.1339069175356\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.88531916741329\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t099e2c869beb4aceb430320c966d1d65\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcd98dcff10af4660863535fff2a12d35\"><g class=\"toyplot-Edges\"><path d=\"M 138.349017938 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.386891864 189.909351145 L 153.008987141 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.533155836 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.533155836 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.386891864 189.909351145 L 148.533155836 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.349017938 152.635973282 L 139.386891864 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"138.34901793827402\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"139.38689186412745\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.00898714095385\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"148.53315583571089\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7d464c54d9584034a82f08ebb4027ce2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.34901793827402\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.38689186412745\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.00898714095385\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.53315583571089\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t457a77fb61404e8da5994bed72cd810b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t64d6368c627546789c84a5776a16cffb\"><g class=\"toyplot-Edges\"><path d=\"M 122.197104967 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.310726745 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.310726745 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.272852819 189.909351145 L 125.310726745 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.272852819 189.909351145 L 134.197522235 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.197104967 152.635973282 L 124.272852819 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.19710496717985\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"124.27285281888672\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.31072674474017\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.19752223486023\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tde91271adeef49d19afc19f7cb6f4d13\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.19710496717985\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.27285281888672\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.31072674474017\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.19752223486023\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf49fb78ce38848fcb69d1f6ab2a67419\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t12e5151b9e5c40c8b35ee7b7c98a503b\"><g class=\"toyplot-Edges\"><path d=\"M 194.329342814 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.340223545 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.659327415 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.697201341 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 202.697201341 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 201.659327415 219.728053435 L 202.697201341 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.340223545 137.726622137 L 201.659327415 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.329342814 126.544608779 L 196.340223545 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.32934281399392\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"196.34022354533494\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"201.65932741533382\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"202.69720134118725\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf2a3f3ab7d90488dbe1c9c212c522a8d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.32934281399392\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.34022354533494\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"201.65932741533382\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"202.69720134118725\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td1521d63c7944e6385e4f06bcfb8397d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t598a467ec6b544dfae429ba7dff1b8fd\"><g class=\"toyplot-Edges\"><path d=\"M 143.343786206 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.587559492 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.82170385 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 207.82170385 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.587559492 219.728053435 L 207.82170385 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.732988929 167.545324427 L 158.587559492 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.732988929 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.343786206 111.635257634 L 143.732988929 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"143.3437862064437\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"143.73298892863875\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"158.58755949241609\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"207.8217038500886\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t743583982f4147adae76fbeb5b0e6525\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.3437862064437\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.73298892863875\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.58755949241609\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"207.8217038500886\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4088c56eb48f4518890f0fda7bceb0f7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d0d331553bc4e048def6d4d34be6987\"><g class=\"toyplot-Edges\"><path d=\"M 126.737803393 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.355918741 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.355918741 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.737803393 219.728053435 L 181.355918741 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.694280467 137.726622137 L 126.737803393 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.694280467 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.126588847 126.544608779 L 118.694280467 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.126588847 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"115.12658884730331\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"118.69428046742451\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"126.73780339278866\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"181.35591874082596\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4c0bd42e65c34af99cb2040b6ba8b418\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.12658884730331\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.69428046742451\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.73780339278866\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.35591874082596\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t37902d8c260c43ffa0ac4a64b3be2845\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8cd69b1df6c34e15bf87a0e459e21890\"><g class=\"toyplot-Edges\"><path d=\"M 171.560983566 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.680254343 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.680254343 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.560983566 219.728053435 L 181.680254343 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 137.726622137 L 171.560983566 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 126.544608779 L 168.706830269 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"154.30632954827064\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"168.70683026948711\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"171.56098356558408\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"181.68025434265513\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51c194deed4f438cb729e65266ca69bf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.30632954827064\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.70683026948711\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.56098356558408\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.68025434265513\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t44525294f3484b45b8baa5ed28db34ba\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4a519e02381a44779f4f503255c32984\"><g class=\"toyplot-Edges\"><path d=\"M 140.554500031 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.31721028 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.31721028 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.554500031 219.728053435 L 156.31721028 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.413050523 137.726622137 L 140.554500031 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.413050523 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.115708116 126.544608779 L 114.413050523 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.115708116 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"113.11570811596224\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.41305052327903\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"140.55450003071252\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"156.31721027961163\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t06dcb52787394a42be74c1c5525b23e4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.11570811596224\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.41305052327903\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.55450003071252\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.31721027961163\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t78142a860b124b8d94bfbfd141467f7e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1e6274353e8a4b6097bd819dbc7263ad\"><g class=\"toyplot-Edges\"><path d=\"M 127.710810198 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.262389355 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.262389355 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.900179828 189.909351145 L 134.262389355 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.707664805 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.707664805 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.900179828 189.909351145 L 192.707664805 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.710810198 152.635973282 L 132.900179828 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"127.71081019827625\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"132.90017982754347\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"134.26238935522608\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"192.70766480484792\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6697ed3988ad488389a09cd7d58ee490\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.71081019827625\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.90017982754347\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.26238935522608\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.70766480484792\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td67eed694ab94e4087b3a38963a2e236\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc8999c8bbc824a31ac0a96a66f7f1919\"><g class=\"toyplot-Edges\"><path d=\"M 150.868372169 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.760399391 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.760399391 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.868372169 130.271946565 L 154.760399391 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.430414789 197.364026718 L 150.868372169 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.430414789 197.364026718 L 152.295448817 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.43041478949158\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.86837216888111\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.76039939083151\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"152.29544881692959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4efd863dab7543c382d239447574d0e3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.43041478949158\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.86837216888111\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.76039939083151\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.29544881692959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t15c4ea44932d4e17a65bbf4356d5a477\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t206d9f01a5044b4aaea36c51a7f7e591\"><g class=\"toyplot-Edges\"><path d=\"M 116.423931255 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.917544094 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.917544094 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.851007903 189.909351145 L 165.917544094 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.737803393 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.737803393 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.851007903 189.909351145 L 126.737803393 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.423931255 152.635973282 L 117.851007903 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.4239312546201\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"117.85100790266858\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.91754409375602\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"126.73780339278866\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t598b36847e884909932858b0b969ff5c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.4239312546201\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.85100790266858\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.91754409375602\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.73780339278866\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taaf2a986e28b48f4acd0f7ff665033a3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta940c8d76d834168a656c92beeb060c2\"><g class=\"toyplot-Edges\"><path d=\"M 152.100847456 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.460328858 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 230.460328858 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.176595308 189.909351145 L 230.460328858 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.809154048 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.809154048 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.176595308 189.909351145 L 157.809154048 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.100847456 152.635973282 L 154.176595308 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"152.10084745583208\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"154.17659530753895\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"230.46032885776674\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"157.80915404802599\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcbaefbeadc49444d8bb29dbb938f0d31\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.10084745583208\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.17659530753895\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"230.46032885776674\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.80915404802599\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tff6cc7bc0d474b67af03a317f05fe8d3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t95aae5dd8aaf4ad9b30696d6fed22bf3\"><g class=\"toyplot-Edges\"><path d=\"M 157.938888289 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.999358213 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.999358213 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.047278334 160.090648855 L 186.999358213 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.047278334 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.593208492 167.545324427 L 166.047278334 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.593208492 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.938888289 141.453959924 L 165.593208492 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"157.93888828875765\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"165.59320849192679\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"166.04727833448766\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"186.99935821265396\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7d4e54bbf268437c99a5989a0d80a2d7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.93888828875765\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.59320849192679\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.04727833448766\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.99935821265396\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2db960cfb4a64e77af81add97451d5b6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td77b5000d7334892863210a1ad45f5c2\"><g class=\"toyplot-Edges\"><path d=\"M 119.018616069 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.348600671 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.657658345 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.657658345 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.110893652 219.728053435 L 153.657658345 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.110893652 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.348600671 137.726622137 L 130.110893652 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.018616069 126.544608779 L 126.348600671 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.0186160692537\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"126.34860067059358\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.11089365181235\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"153.65765834461223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t615238e7f8134206824a7c775c030c24\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.0186160692537\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.34860067059358\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.11089365181235\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.65765834461223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t02907fc9bca445e1b80c911c423d1658\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t78f27230c8c047549f1c1da0fc0a82b7\"><g class=\"toyplot-Edges\"><path d=\"M 174.674605343 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.674605343 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.090383992 219.728053435 L 174.674605343 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.090383992 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.906246095 137.726622137 L 162.090383992 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.906246095 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.068205262 126.544608779 L 151.906246095 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.068205262 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.068205261809\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"151.90624609473457\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"162.09038399217144\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"174.67460534314438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5bff39c3d3dd4a299732dc033d50b6f3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.068205261809\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.90624609473457\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.09038399217144\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.67460534314438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t102d08f0f8fe40ddb55a035699e10fe4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7221fa051d564d1aa9d381391c84540b\"><g class=\"toyplot-Edges\"><path d=\"M 97.6773334689 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.6773334689 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.212382895 189.909351145 L 97.6773334689 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.207985699 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.207985699 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.212382895 189.909351145 L 124.207985699 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2284953582 152.635973282 L 95.212382895 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.2284953582 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"92.228495358161808\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"95.212382894990441\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"97.677333468892357\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"124.2079856985209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te16e78c69f9346dc9c9b87a206d5dd08\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.228495358161808\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.212382894990441\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.677333468892357\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.2079856985209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6715da3b0fdd4a70b5749ea990b3be22\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta459acae27cd420493ce1ac8b79023c9\"><g class=\"toyplot-Edges\"><path d=\"M 168.966298751 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.363236811 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 236.363236811 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.961067019 160.090648855 L 236.363236811 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.961067019 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.966298751 167.545324427 L 173.961067019 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.112145455 141.453959924 L 168.966298751 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.112145455 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.1121454548535\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"168.9662987509505\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"173.96106701912015\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"236.36323681105824\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0a84708320f1462ba61bd0d4a4806cc1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.1121454548535\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.9662987509505\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.96106701912015\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"236.36323681105824\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"taa8d8ce5b96445a2b4b64b572775a395\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t37fde6350a2e4100841a36f24b21b101\"><g class=\"toyplot-Edges\"><path d=\"M 155.344203474 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.069039797 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.069039797 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.576678761 160.090648855 L 170.069039797 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.576678761 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.344203474 167.545324427 L 156.576678761 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.111728187 141.453959924 L 155.344203474 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.111728187 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.11172818717313\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.34420347412407\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.57667876107504\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"170.06903979716975\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t072fa7ebf7ff4dbc9248a47c92a7db60\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.11172818717313\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.34420347412407\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.57667876107504\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.06903979716975\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7f7d42b618da4e2082c2270c3d003f9c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t370bdfb4a0e348329a18d0a5f25cab86\"><g class=\"toyplot-Edges\"><path d=\"M 105.461387913 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.461387913 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0826486543 189.909351145 L 105.461387913 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1044101169 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.1044101169 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.0826486543 189.909351145 L 99.1044101169 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1636282378 152.635973282 L 95.0826486543 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.1636282378 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.163628237795962\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.082648654258733\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"105.46138791279314\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"99.104410116940812\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tabfe903b073742328e267895d4275602\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.163628237795962\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.082648654258733\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.46138791279314\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.104410116940812\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t69ac456e9cb54493a19d5ef2a5e5803e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf394e274aa354adb837484a2bf6ac8df\"><g class=\"toyplot-Edges\"><path d=\"M 124.207985699 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.840544439 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.840544439 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 175.0 L 127.840544439 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.317627547 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.317627547 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 175.0 L 168.317627547 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.207985699 175.0 L 127.451341717 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"124.2079856985209\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"127.45134171681291\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"127.84054443900794\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"168.31762754729209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1d486cac24934ab88e048b5ba6e5da2f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.2079856985209\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.45134171681291\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.84054443900794\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.31762754729209\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t464973f472a54b1bb909b6aa5b8c5b77\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8a128756ed8a4ae39740b3334364a1b6\"><g class=\"toyplot-Edges\"><path d=\"M 146.392540864 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.273687354 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.350269741 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.350269741 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.922775826 219.728053435 L 174.350269741 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.922775826 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.273687354 167.545324427 L 160.922775826 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.392540864 111.635257634 L 148.273687354 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"146.39254086363815\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"148.2736873542475\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"160.92277582558631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"174.35026974131523\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t19544e77f37d431fba707ba25606578d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.39254086363815\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.2736873542475\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.92277582558631\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.35026974131523\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t72204931ea834b4280d8f73827943f0e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td9af34f858ac43ba9457d1fadbd6c25f\"><g class=\"toyplot-Edges\"><path d=\"M 105.331653672 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.715624662 219.728053435 L 161.247111427 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.715624662 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.331653672 137.726622137 L 110.715624662 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.866703098 126.544608779 L 105.331653672 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.866703098 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"102.86670309815956\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.33165367206146\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"110.71562466242619\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.24711142741552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tae831de7aa2f41e4b469e1d4249f81c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.86670309815956\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.33165367206146\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.71562466242619\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.24711142741552\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fd306c75e07494ab8c18fa4f7a42226\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t10dee8f6c1f244f19396d737d0901c02\"><g class=\"toyplot-Edges\"><path d=\"M 171.950186288 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.950186288 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.965464216 219.728053435 L 171.950186288 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.965464216 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.230164429 167.545324427 L 144.965464216 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.230164429 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.451758984 111.635257634 L 140.230164429 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.451758984 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.4517589844933\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"140.23016442888337\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"144.96546421558969\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"171.9501862877791\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4c6eb49f492645118500526f43d9b201\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.4517589844933\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.23016442888337\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.96546421558969\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.9501862877791\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3326d3e3d41b4f06af4db29d6b05b6dd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t96cb9f5e5e924abc82f94768ff68c819\"><g class=\"toyplot-Edges\"><path d=\"M 118.629413347 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.629413347 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.629413347 204.81870229 L 118.629413347 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.575844226 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.575844226 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.629413347 204.81870229 L 132.575844226 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 130.271946565 L 118.629413347 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 130.271946565 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.20233669901017\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"118.62941334705864\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"118.62941334705864\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"132.57584422571423\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t936c1a9d96b543a8bf1dd466988ec01b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.20233669901017\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.62941334705864\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.62941334705864\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.57584422571423\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb6a9355e632e44ab9a36a956a7f86ba8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t221c0333b5e642fea41657a46a65d1e3\"><g class=\"toyplot-Edges\"><path d=\"M 162.414719594 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.102099259 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.102099259 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.414719594 219.728053435 L 188.102099259 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.506162641 152.635973282 L 162.414719594 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.544036567 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.544036567 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.506162641 152.635973282 L 150.544036567 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.5061626411985\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.41471959400067\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"188.1020992588733\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.54403656705193\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t85063605203e458fb02d652877281dea\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.5061626411985\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.41471959400067\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.1020992588733\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.54403656705193\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35b15fb7a49b461ca64d1d8c24569657\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf3e3dfb82790478ab1e3e23816db6ab1\"><g class=\"toyplot-Edges\"><path d=\"M 168.187893307 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.685486074 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.685486074 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.187893307 219.728053435 L 176.685486074 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.241879696 152.635973282 L 168.187893307 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.079920529 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.079920529 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.241879696 152.635973282 L 172.079920529 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"166.24187969558517\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.1878933065604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"176.68548607448542\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.07992052851077\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5596c346aa714d3a974a2b1fbee7ece1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.24187969558517\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.1878933065604\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.68548607448542\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.07992052851077\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tee5395d03b30472891bb6f1dc3bcdad8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9a3feab6e7284182bff52425bfc80866\"><g class=\"toyplot-Edges\"><path d=\"M 119.14835031 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.14835031 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.294197014 189.909351145 L 119.14835031 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.294197014 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.477917644 152.635973282 L 116.294197014 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.488798375 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.488798375 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.477917644 152.635973282 L 116.488798375 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"114.4779176436449\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.29419701388842\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"119.14835030998537\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"116.48879837498596\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb77e951b97bc4d849d9824221749ea11\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.4779176436449\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.29419701388842\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.14835030998537\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.48879837498596\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fe2e2ddaf0849dd9c8a8df907a902fb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8624b72504c6446fb48472689b06de33\"><g class=\"toyplot-Edges\"><path d=\"M 124.272852819 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.272852819 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.796604246 175.0 L 124.272852819 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.315541209 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.315541209 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.796604246 175.0 L 108.315541209 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.331653672 175.0 L 107.796604246 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.331653672 175.0 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.33165367206146\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.79660424596338\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"124.27285281888676\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"108.3155412088901\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7b71602bd1b1450cb7a5dc8a6bbaf45f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.33165367206146\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.79660424596338\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.27285281888676\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.3155412088901\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e82bb7fce9f46f49cf5bf170b3cb8a2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t17bece34252a427f80aa68235276b2b6\"><g class=\"toyplot-Edges\"><path d=\"M 90.6716844694 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.6716844694 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4122159879 204.81870229 L 90.6716844694 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.564546227 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.564546227 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.4122159879 204.81870229 L 118.564546227 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.1418667751 130.271946565 L 90.4122159879 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.1418667751 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"88.141866775113868\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"90.412215987918273\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"90.671684469381631\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.56454622669281\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f939f0ed6d84ecea6008334b09a1fc7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.141866775113868\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.412215987918273\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.671684469381631\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.56454622669281\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t246252bc6f444901abc62d7d275102ad\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc9feab259aa94571af1ea088525937b8\"><g class=\"toyplot-Edges\"><path d=\"M 177.074688797 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.074688797 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.225349965 197.364026718 L 177.074688797 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.522692372 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.522692372 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.290217085 130.271946565 L 158.522692372 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.290217085 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.225349965 197.364026718 L 157.290217085 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.22534996473343\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"177.07468879668045\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.2902170850993\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"158.52269237205024\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t68031a409e2f4388b0ba4d9d2bdf4993\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.22534996473343\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.07468879668045\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.2902170850993\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.52269237205024\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0f2bb8c1752140ac8b80dec8dbf2ba3f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6175a78d56984a918995cd426244dd9b\"><g class=\"toyplot-Edges\"><path d=\"M 146.457407984 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.457407984 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.392540864 152.635973282 L 146.457407984 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.181827039 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.857908705 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.857908705 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.181827039 219.728053435 L 160.857908705 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.392540864 152.635973282 L 149.181827039 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.39254086363815\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.45740798400402\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.1818270393693\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"160.8579087052205\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcf2e800c0e144c58801cacaf44e6fe1c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.39254086363815\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.45740798400402\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.1818270393693\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.8579087052205\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10d132bb5f774707bb62b8960faaf121\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tafe7fe33c66345799cf309b2bb5544a3\"><g class=\"toyplot-Edges\"><path d=\"M 158.263223891 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.263223891 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.44694452 152.635973282 L 158.263223891 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.236647964 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.236647964 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 219.728053435 L 171.236647964 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.44694452 152.635973282 L 161.247111427 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"156.44694452034338\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"158.26322389058689\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"161.24711142741552\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"171.23664796375488\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc7ab9a89ca2c4bbdbdbfb246fdc6a9cf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.44694452034338\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.26322389058689\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.24711142741552\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.23664796375488\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbcba8481ff06481db6e2d12076d43a98\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3f0dc0eb7c5048aabd5b92c9baf9044f\"><g class=\"toyplot-Edges\"><path d=\"M 79.255071285 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.034311265 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.034311265 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6442740072 189.909351145 L 104.034311265 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.3421171357 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.3421171357 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.6442740072 189.909351145 L 95.3421171357 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.255071285 152.635973282 L 79.6442740072 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"79.25507128499379\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"79.644274007188841\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"104.03431126474467\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"95.342117135722106\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t27300aab0f2b404aaeb87c09f0e5020c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.25507128499379\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.644274007188841\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.03431126474467\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.342117135722106\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f6e9ecf197c403ca250f16c9a8743cc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7245536b30b54586b34cc034d95444a1\"><g class=\"toyplot-Edges\"><path d=\"M 173.831332778 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.831332778 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.122608919 175.0 L 173.831332778 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.009404409 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.009404409 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.122608919 175.0 L 165.009404409 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.241462428 175.0 L 156.122608919 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.241462428 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.24146242790479\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.12260891851415\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"173.83133277838849\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.00940440863425\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1a1b6c49de57403da245027f820b3af0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.24146242790479\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.12260891851415\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.83133277838849\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.00940440863425\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te0cc1d7852184c5594a952a8dd943be9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te72cb5df1b5f4a13822cca01f89d7181\"><g class=\"toyplot-Edges\"><path d=\"M 164.879670168 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.074271529 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.528341372 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.225767232 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.225767232 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.528341372 160.090648855 L 169.225767232 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.074271529 137.726622137 L 165.528341372 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.879670168 156.363311069 L 165.074271529 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"164.87967016790253\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.0742715290001\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.52834137156097\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"169.22576723241383\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tacb0779d71914f54b892c908c92b38a9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.87967016790253\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.0742715290001\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.52834137156097\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.22576723241383\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te8cfbb0523e641f48beb5222ae5536dd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t648bff3e5ec4448ca3df37dfbf529965\"><g class=\"toyplot-Edges\"><path d=\"M 136.013801605 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.873603901 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.873603901 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.013801605 189.909351145 L 145.873603901 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.559731763 182.454675573 L 136.013801605 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.559731763 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.365130401 119.089933206 L 135.559731763 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.365130401 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.36513040144536\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"135.55973176254287\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"136.01380160510377\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.87360390071143\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1f6b28f5cb614feaaa4e9342df3b7c8f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.36513040144536\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.55973176254287\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.01380160510377\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.87360390071143\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te3ff74c1cd344d2bb72cdc78778f4103\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t772a63564b924a1696c44bc0642040a1\"><g class=\"toyplot-Edges\"><path d=\"M 109.029079533 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.029079533 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.309892209 160.090648855 L 109.029079533 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.309892209 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.180157969 167.545324427 L 101.309892209 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.180157969 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.115290848 141.453959924 L 101.180157969 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.115290848 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.11529084828187\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.18015796864772\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"101.3098922093794\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.02907953291437\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3b41702bf61e4300a7ff598856ee3720\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.11529084828187\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.18015796864772\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.3098922093794\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.02907953291437\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2bce03f69a4d44659e21ff3e23208b18\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc597cbd4ba344284b3a7482d0949383a\"><g class=\"toyplot-Edges\"><path d=\"M 138.219283698 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.219283698 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.824431976 189.909351145 L 138.219283698 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.824431976 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 152.635973282 L 130.824431976 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.0351458 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.0351458 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 152.635973282 L 128.0351458 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"127.45134171681291\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.82443197583657\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.21928369754232\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.03514580010545\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tca1316753d5548fa9fb260ce42e858f5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.45134171681291\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.82443197583657\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.21928369754232\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.03514580010545\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdcd4719f1a094ccb924ec995d5037649\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb1b943f1274c47debe3786edf3ac86dd\"><g class=\"toyplot-Edges\"><path d=\"M 145.095198456 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.095198456 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.214051966 152.635973282 L 145.095198456 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.122191651 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.144370381 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.144370381 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.122191651 219.728053435 L 160.144370381 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.214051966 152.635973282 L 144.122191651 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.214051965712\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"145.09519845632138\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"144.12219165083377\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"160.14437038119624\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t81324dfd73144047af159b849b8c313b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.214051965712\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.09519845632138\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.12219165083377\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.14437038119624\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t146c35fc52324ff09a9bf8ae69abc504\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teead73ccc345420f9e1fac1354e0f9aa\"><g class=\"toyplot-Edges\"><path d=\"M 120.445692717 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.370362133 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.370362133 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.445692717 130.271946565 L 130.370362133 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.186224236 197.364026718 L 120.445692717 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.457825252 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.457825252 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.186224236 197.364026718 L 158.457825252 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.18622423583884\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.44569271730219\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"130.37036213327571\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"158.45782525168443\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7e8ab13f5f4745a0b16806b745ed95b9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.18622423583884\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.44569271730219\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.37036213327571\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.45782525168443\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3cc656e421f946e19bcfca641b7de58b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t177c8d19d8bf402eb89ae94ae3e46ba2\"><g class=\"toyplot-Edges\"><path d=\"M 152.554917298 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.554917298 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.273687354 152.635973282 L 152.554917298 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.479586714 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.479586714 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.219700965 189.909351145 L 162.479586714 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.219700965 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.273687354 152.635973282 L 150.219700965 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"148.2736873542475\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"152.55491729839298\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.21970096522273\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"162.47958671436646\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tffa3f5300f2441448371db30a081b6e5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.2736873542475\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.55491729839298\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.21970096522273\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.47958671436646\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba673cccfaad438b8bfeaf9d3fc03ced\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t25d0f98c30244206a01b2e4c31e52847\"><g class=\"toyplot-Edges\"><path d=\"M 136.338137207 130.271946565 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.986808411 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.986808411 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.338137207 130.271946565 L 136.986808411 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.521857837 197.364026718 L 136.338137207 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.513897979 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 216.513897979 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.521857837 197.364026718 L 216.513897979 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"134.52185783668946\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.33813720693294\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.98680841059135\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"216.51389797911116\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te3fce30d19c9498c97c700d19b538746\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.52185783668946\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.33813720693294\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.98680841059135\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"216.51389797911116\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5035940d47ac4212a82cd3333988c656\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t892f0fb3793042f7a8ba26c4d3ae9def\"><g class=\"toyplot-Edges\"><path d=\"M 113.504910838 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.504910838 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.3421171357 189.909351145 L 113.504910838 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.969444144 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.969444144 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.3421171357 189.909351145 L 103.969444144 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6986776639 152.635973282 L 95.3421171357 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.6986776639 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"89.698677663894046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"95.342117135722106\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"113.50491083815731\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.96944414437884\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td41f3e8a10d447d7be56ec29e9b47ab9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.698677663894046\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.342117135722106\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.50491083815731\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.96944414437884\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7eb96d1ad94744ad859ae689e7ca42ef\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc4c86b3e7a4e46e3a0845619dc431bc5\"><g class=\"toyplot-Edges\"><path d=\"M 107.018198802 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.018198802 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.207151163 189.909351145 L 107.018198802 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.634227811 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.634227811 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.207151163 189.909351145 L 101.634227811 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.2502568208 152.635973282 L 100.207151163 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.2502568208 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.250256820843873\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"100.20715116316011\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"107.01819880157331\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"101.6342278112086\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t38eb81f4c8114d008b3acf22f71f00da\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.250256820843873\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.20715116316011\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.01819880157331\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.6342278112086\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf7f4d5efb5d0459b8bdc1e046e9a1d18\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t010ae15da3b24cde9bcb605bd02ac8cd\"><g class=\"toyplot-Edges\"><path d=\"M 84.7687765161 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.904577024 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.904577024 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8336436365 175.0 L 103.904577024 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5580626918 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.5580626918 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.8336436365 175.0 L 87.5580626918 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.7687765161 175.0 L 84.8336436365 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.768776516090185\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.833643636456046\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"103.90457702401299\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"87.55806269182132\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t40d770f6ba0a4ecfb66b995858012592\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.768776516090185\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.833643636456046\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.90457702401299\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.55806269182132\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t56ecaee22b55436eace0ff9f46ae361a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3b335c4939eb4822b9ae025ee1d23285\"><g class=\"toyplot-Edges\"><path d=\"M 150.025099604 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.025099604 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.160065577 175.0 L 150.025099604 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.502182712 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.502182712 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.160065577 175.0 L 190.502182712 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.900597095 175.0 L 145.160065577 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.900597095 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.90059709522384\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"145.1600655766872\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"150.02509960412522\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"190.50218271240936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2a8797ecbf0142f7b1bd5c98538c94ac\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.90059709522384\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.1600655766872\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.02509960412522\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.50218271240936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1a511583015647f18bbfcbb6a91d5358\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9afca4e4041b45618dd5f524fb15e412\"><g class=\"toyplot-Edges\"><path d=\"M 165.593208492 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.236647964 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.236647964 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.593208492 160.090648855 L 171.236647964 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.166131844 137.726622137 L 165.593208492 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.166131844 137.726622137 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.376845668 156.363311069 L 164.166131844 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.376845668 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"161.37684566814721\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"164.16613184387833\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"165.59320849192682\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"171.23664796375493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbba276f8b4b34d928bb258ceb6323d2b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.37684566814721\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.16613184387833\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.59320849192682\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.23664796375493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2249bd93c32b4a06838582cf417cc0a6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb22ec9c75f284e2a986bea5aeb4f94f0\"><g class=\"toyplot-Edges\"><path d=\"M 144.381660132 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.923610361 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.923610361 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 160.090648855 L 184.923610361 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.705995734 167.545324427 L 147.949351752 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.705995734 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.381660132 141.453959924 L 144.705995734 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.38166013229716\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.7059957341263\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"147.94935175241835\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"184.92361036094712\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9963c96fc12542508b38d4b1e751bb98\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.38166013229716\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.7059957341263\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.94935175241835\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.92361036094712\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2f92c8fb85014b1096fd794a2a389c1b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t826d2ec4f72e4c0db46613731d25f3f3\"><g class=\"toyplot-Edges\"><path d=\"M 141.916709558 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.760399391 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.760399391 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.49528191 219.728053435 L 154.760399391 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.49528191 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.916709558 137.726622137 L 147.49528191 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 126.544608779 L 141.916709558 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.2680383547368\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.91670955839521\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.49528190985745\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"154.76039939083151\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2860e75f57bd4f74bdcebf75d9639bec\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.2680383547368\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.91670955839521\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.49528190985745\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.76039939083151\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4763e577f7af4045a1805d724af91d6b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf20d05f4e9b54af7b8f058ea3fe6ef5d\"><g class=\"toyplot-Edges\"><path d=\"M 153.008987141 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.775677319 189.909351145 L 153.008987141 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.424348522 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.424348522 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.775677319 189.909351145 L 128.424348522 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.818782976 152.635973282 L 127.775677319 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.818782976 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"123.81878297632588\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"127.77567731864211\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.00898714095385\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"128.42434852230048\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbc1d5e40f750457495bb73670f5863c6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.81878297632588\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.77567731864211\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.00898714095385\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.42434852230048\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9a5b230bdacc41b3a20aff590eda644f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t334ad8daeadd41a381e570348a8f1c73\"><g class=\"toyplot-Edges\"><path d=\"M 133.938053753 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.624598883 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.625433418 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.625433418 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.333322743 219.728053435 L 159.625433418 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.333322743 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.624598883 167.545324427 L 153.333322743 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.938053753 111.635257634 L 135.624598883 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.9380537533969\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"135.62459888290874\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"153.33332274278305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"159.62543341826952\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t27606161fd3548e9a23e74585170ee0b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.9380537533969\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.62459888290874\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.33332274278305\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.62543341826952\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td8632d81114d483a86364bbba7486dda\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t35598e21a4cd448e9674c2143ae5d17a\"><g class=\"toyplot-Edges\"><path d=\"M 123.624181615 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.267621087 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.505745374 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.505745374 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.267621087 219.728053435 L 137.505745374 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.624181615 137.726622137 L 129.267621087 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.78090905 126.544608779 L 123.624181615 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.78090905 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"122.78090905047243\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"123.62418161522834\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"129.2676210870564\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"137.5057453735181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f27186b249048d9bca3a95e3745fa22\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.78090905047243\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.62418161522834\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.2676210870564\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.5057453735181\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t98414e2dd985475386644b37d20367f9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t372e963ea09e4b61ace3790ae02a6cb6\"><g class=\"toyplot-Edges\"><path d=\"M 115.515791569 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.515791569 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.634645079 152.635973282 L 115.515791569 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.659744683 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 213.659744683 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.82924644 189.909351145 L 213.659744683 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.82924644 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 113.634645079 152.635973282 L 113.82924644 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"113.63464507888899\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"115.51579156949835\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"113.82924643998651\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"213.65974468301425\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7d4e4ea122c648d0a1e54a0f641b625a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.63464507888899\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.51579156949835\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"113.82924643998651\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"213.65974468301425\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3a0fab944ae741c0bd24ca5567e12ed5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdfd6d194fc634453beff7d205b63bf95\"><g class=\"toyplot-Edges\"><path d=\"M 133.678585272 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.965464216 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.965464216 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.570612494 189.909351145 L 144.965464216 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.554917298 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.554917298 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.570612494 189.909351145 L 152.554917298 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.678585272 152.635973282 L 137.570612494 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.67858527193351\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.57061249388394\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.96546421558969\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.55491729839298\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0a3d8ddf6f0d48af833eb59468c27fab\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.67858527193351\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.57061249388394\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.96546421558969\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.55491729839298\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0c4cd5ac703a4bd69b91d52bf7ebd489\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t60d1e28eeabe4353b1335dcee23e1212\"><g class=\"toyplot-Edges\"><path d=\"M 129.267621087 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.663307344 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.663307344 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.60283742 189.909351145 L 160.663307344 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.808319513 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.808319513 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.60283742 189.909351145 L 133.808319513 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.267621087 152.635973282 L 131.60283742 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"129.2676210870564\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.60283742022665\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"160.66330734412296\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"133.80831951266524\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te9b1d2824dd04a54b6350dd2d946d14f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.2676210870564\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.60283742022665\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.66330734412296\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.80831951266524\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t583096d23a284bea9de59d8ff256c573\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2de6016467df41a38871830f5a171e63\"><g class=\"toyplot-Edges\"><path d=\"M 106.110059116 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.072602458 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.072602458 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.6938632 189.909351145 L 117.072602458 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.278084551 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.278084551 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.6938632 189.909351145 L 119.278084551 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.110059116 152.635973282 L 106.6938632 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.11005911645154\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.69386319974409\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.07260245827848\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.27808455071707\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta9b905ae28fd4ea68036dc0f6c02458c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.11005911645154\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.69386319974409\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.07260245827848\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.27808455071707\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc75ea77b9d8d4d31bfc8bc10c4f7ef6b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tff1299a434b04c1b9a04d56072201643\"><g class=\"toyplot-Edges\"><path d=\"M 146.846610706 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.041212067 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.857491438 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.150436648 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.150436648 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.857491438 160.090648855 L 179.150436648 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.041212067 167.545324427 L 148.857491438 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.846610706 141.453959924 L 147.041212067 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.84661070619904\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.04121206729656\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"148.85749143754009\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.15043664838737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t098ca9567c744e2b918b2fa26387b38b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.84661070619904\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.04121206729656\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.85749143754009\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.15043664838737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbf2005d37bb540f4a2c77d108e88b613\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdf2c9f6604444039814ae0e6a1b542f9\"><g class=\"toyplot-Edges\"><path d=\"M 112.856239634 148.908635496 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.024265069 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.024265069 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.061721727 189.909351145 L 126.024265069 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.061721727 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.802253245 122.817270992 L 115.061721727 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.802253245 122.817270992 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.856239634 148.908635496 L 114.802253245 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"112.85623963449891\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"114.80225324547411\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"115.06172172693746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"126.02426506876441\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf049ced147334cc9921120a334e500bc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.85623963449891\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.80225324547411\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.06172172693746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.02426506876441\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t73af38c48be140ad9b1e40b8f2591b7f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t16139880f89742ed8768cc57c622d274\"><g class=\"toyplot-Edges\"><path d=\"M 131.60283742 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.60283742 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261972088 152.635973282 L 131.60283742 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.830080975 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.830080975 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.71604193 189.909351145 L 137.830080975 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.71604193 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261972088 152.635973282 L 122.71604193 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.2619720875457\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.60283742022665\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.71604193010657\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.8300809753473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6121bbde3a6b4e8ba5a911cc462caad1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.2619720875457\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.60283742022665\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.71604193010657\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.8300809753473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4dab2e1b28af4505aac9d422d4e74013\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0df0fd1932454af491c2d632ad92e227\"><g class=\"toyplot-Edges\"><path d=\"M 130.175760772 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.824431976 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.208402966 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.090383992 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.090383992 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.208402966 160.090648855 L 162.090383992 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.824431976 167.545324427 L 136.208402966 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.175760772 141.453959924 L 130.824431976 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"130.17576077217814\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"130.82443197583655\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"136.20840296620131\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"162.09038399217144\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te4055f5fd7d7448d9b4994920973b8f9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.17576077217814\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.82443197583655\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.20840296620131\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.09038399217144\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7b080462478b48b6b6a877d29711d83d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tafda6864ac5e49b09e3731b02d2c7f5f\"><g class=\"toyplot-Edges\"><path d=\"M 150.933239289 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 219.728053435 L 159.755167659 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.933239289 137.726622137 L 151.12784065 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.041212067 126.544608779 L 150.933239289 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.041212067 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"147.04121206729656\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"150.93323928924698\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.12784065034447\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.75516765900119\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc8780756f0b94da3b60a497f2812a083\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.04121206729656\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.93323928924698\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.12784065034447\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.75516765900119\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t37a4fecfd6f14470b1de554e69005ca7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tddc9e8754c444bb8ae044df815e17656\"><g class=\"toyplot-Edges\"><path d=\"M 136.85707417 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.311144012 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.587559492 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.587559492 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.311144012 160.090648855 L 158.587559492 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.92194129 137.726622137 L 137.311144012 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.92194129 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.85707417 156.363311069 L 136.92194129 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"136.85707416985969\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"136.92194129022556\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.31114401242058\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"158.58755949241606\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e13dafc1c294a47aaa9551d90308418\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.85707416985969\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.92194129022556\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.31114401242058\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.58755949241606\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdd03d481424348bbbeb1b1600c461f0a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t56e7625a21ab4641b1a9845e47b4f777\"><g class=\"toyplot-Edges\"><path d=\"M 133.873186633 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.230164429 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.230164429 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.456990716 219.728053435 L 140.230164429 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.456990716 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 137.726622137 L 134.456990716 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.873186633 126.544608779 L 134.197522235 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"133.87318663303105\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"134.19752223486023\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"134.45699071632359\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"140.23016442888337\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf5fb96f37dde4ff286697582a6b6485c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.87318663303105\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.19752223486023\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.45699071632359\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.23016442888337\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tadaa389bd1514b4ca11a69f44977122c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t03ac25ce451e4421a0138a422ef52ebb\"><g class=\"toyplot-Edges\"><path d=\"M 72.1845551651 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 72.1845551651 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.9520798782 175.0 L 72.1845551651 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.185806968 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.185806968 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.9520798782 175.0 L 108.185806968 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1736744338 175.0 L 70.9520798782 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.1736744338 175.0 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"70.173674433776199\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"70.952079878166273\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"72.18455516511726\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"108.1858069681584\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcf881502cfbd4ece9db08171b6c71936\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.173674433776199\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.952079878166273\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"72.18455516511726\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.1858069681584\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6fba15eefdd14228a253e53c01b7c835\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3842db96c7904086ab71579615940570\"><g class=\"toyplot-Edges\"><path d=\"M 141.008569873 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.312395815 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.312395815 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 160.090648855 L 173.312395815 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.397772595 167.545324427 L 143.408653327 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.397772595 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.008569873 141.453959924 L 141.397772595 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.00856987327347\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.3977725954685\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"143.40865332680954\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"173.3123958154618\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2609c1a89b4d4086886dd877bf9a9f17\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.00856987327347\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.3977725954685\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.40865332680954\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.3123958154618\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35c149e04db3470ea53789ac8cb51615\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta0f3f6dad11843d58942fcf87c69126c\"><g class=\"toyplot-Edges\"><path d=\"M 171.625850686 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.625850686 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 152.635973282 L 171.625850686 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.799107852 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.799107852 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 219.728053435 L 179.799107852 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 152.635973282 L 154.306329548 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.00898714095385\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"171.62585068594993\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.30632954827064\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"179.79910785204572\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba9a94e1d1c348dbb8d1595108a6a4ac\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.00898714095385\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.62585068594993\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.30632954827064\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.79910785204572\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t88d105d451604b0a93d38ed52674e81c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfb65aaf5b64a481d828af6199bedbde2\"><g class=\"toyplot-Edges\"><path d=\"M 129.591956689 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.641128614 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.641128614 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.803087781 219.728053435 L 144.641128614 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.803087781 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.213634698 167.545324427 L 138.803087781 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.213634698 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.591956689 111.635257634 L 131.213634698 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"129.59195668888563\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.21363469803163\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.80308778083491\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.64112861376049\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td1a9c64d415e4393804a485086d63950\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.59195668888563\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.21363469803163\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.80308778083491\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.64112861376049\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5acbf0611fab40d194e0b4f7978a1f1b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t560702671fa043c0b4030111e91dbebf\"><g class=\"toyplot-Edges\"><path d=\"M 133.678585272 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.825266511 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.825266511 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.49528191 219.728053435 L 154.825266511 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.49528191 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.586724957 167.545324427 L 147.49528191 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.586724957 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.678585272 111.635257634 L 134.586724957 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"133.67858527193351\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"134.58672495705531\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"147.49528190985745\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"154.82526651119736\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td2ccc4a24f7a459cbe1dfee6add8ad2c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.67858527193351\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.58672495705531\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.49528190985745\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.82526651119736\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf98a17a3f9ea45f8a55b838a7f3356ba\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3fb12cce7ed14b69a44853f8c1b859de\"><g class=\"toyplot-Edges\"><path d=\"M 108.639876811 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.845358903 204.81870229 L 121.029496801 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.818365709 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.818365709 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.845358903 204.81870229 L 111.818365709 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.639876811 130.271946565 L 110.845358903 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.6398768107193\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"110.84535890315787\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.02949680059473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"111.81836570864544\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta3ea95f43113489695e4a7e0a3fbd043\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.6398768107193\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.84535890315787\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.02949680059473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.81836570864544\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9cb08d722f8e495b9d5179c6cb8a9a1c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0f32944dab2a4f698cd5aa03627821a0\"><g class=\"toyplot-Edges\"><path d=\"M 162.414719594 119.089933206 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.685068807 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.275356425 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.275356425 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.685068807 189.909351145 L 196.275356425 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 182.454675573 L 164.685068807 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 182.454675573 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.414719594 119.089933206 L 163.906663362 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.41471959400067\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"163.90666336241497\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.68506880680505\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"196.27535642496912\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t80b8fe0d5ddf4a9d92e4da2d252ade68\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.41471959400067\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.90666336241497\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.68506880680505\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.27535642496912\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbac8381efbd6462cbef7f5c4eeed8e5e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2e3c18636ef34977b7edb3dbcedb388b\"><g class=\"toyplot-Edges\"><path d=\"M 121.159231041 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.845776171 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.798273317 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.798273317 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.845776171 189.909351145 L 155.798273317 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.159231041 182.454675573 L 122.845776171 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.834895439 119.089933206 L 121.159231041 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.834895439 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.83489543949722\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.15923104132642\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"122.84577617083828\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.79827331668497\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t809e1fdbbf5049edbd5d067fd96a899a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.83489543949722\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.15923104132642\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.84577617083828\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.79827331668497\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t24764b48c6bc4c80a6e12a4c18b5ae57\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf7db79b9e15048c0871d3e9accc05f77\"><g class=\"toyplot-Edges\"><path d=\"M 152.100847456 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.100847456 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 152.635973282 L 152.100847456 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.873603901 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.296283352 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.296283352 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.873603901 189.909351145 L 176.296283352 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 152.635973282 L 145.873603901 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.40865332680951\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"152.10084745583208\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"145.87360390071143\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"176.29628335229037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t582d6e7fdf00472db239a4bc5bfb5e5f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.40865332680951\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.10084745583208\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.87360390071143\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.29628335229037\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t373e9d2937384bba8139a651abd4bfdc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc923370c104b4f198b033b21592d3417\"><g class=\"toyplot-Edges\"><path d=\"M 112.531904033 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.531904033 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.234561625 152.635973282 L 112.531904033 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.326839208 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.326839208 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.596771153 160.090648855 L 122.326839208 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.596771153 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.234561625 152.635973282 L 112.596771153 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"111.23456162535291\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"112.53190403266971\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"112.59677115303555\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"122.32683920791155\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te8b9a3f6db8c4cc8ae94d63208027a9b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.23456162535291\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.53190403266971\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.59677115303555\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.32683920791155\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t59b62662aad14393b71c526df8368d88\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9a7a7803619b4d51b64eb0086df80d94\"><g class=\"toyplot-Edges\"><path d=\"M 132.446109985 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.191873235 115.36259542 L 132.446109985 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.191873235 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.932404754 189.909351145 L 127.191873235 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.906663362 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.932404754 189.909351145 L 163.906663362 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"126.93240475388617\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"127.19187323534955\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"132.44610998498257\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"163.90666336241497\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tefbaf281efe34eb99d9ae0670815da73\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.93240475388617\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.19187323534955\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.44610998498257\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.90666336241497\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te913fb1bdea34c08aa4013ddb7c88280\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5745b5edc33f44988667d30e03564cee\"><g class=\"toyplot-Edges\"><path d=\"M 136.532738568 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.803922316 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.803922316 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 160.090648855 L 162.803922316 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.532738568 137.726622137 L 137.376011133 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.429997522 156.363311069 L 136.532738568 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.429997522 156.363311069 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"135.4299975218112\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"136.53273856803051\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.37601113278643\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"162.8039223161957\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3309b6e0d1cc40c482a4a2d4d6b6dbd0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.4299975218112\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.53273856803051\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.37601113278643\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.8039223161957\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcd57909a31bc479693fbbe8bbac96fd9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t74a90d3f4d8147e79617e31a28a867af\"><g class=\"toyplot-Edges\"><path d=\"M 151.906246095 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.252343159 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.399441666 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.399441666 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.252343159 160.090648855 L 189.399441666 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.906246095 137.726622137 L 156.252343159 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 156.363311069 L 151.906246095 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.12784065034447\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.90624609473457\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"156.25234315924584\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"189.39944166619006\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f670e4036b945b99b10cbfed0c2901b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.12784065034447\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.90624609473457\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.25234315924584\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.39944166619006\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2ac61e68ae2246ce9402171cab84e66c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb07e5a104710456791ee94c441a1897c\"><g class=\"toyplot-Edges\"><path d=\"M 118.045609264 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.463474251 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.463474251 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.753915856 160.090648855 L 165.463474251 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.753915856 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.094363921 167.545324427 L 123.753915856 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.094363921 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.045609264 141.453959924 L 121.094363921 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.0456092637661\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"121.09436392096059\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"123.75391585596003\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"165.46347425119512\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te503e1b3f65440ca901703514211bb84\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.0456092637661\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.09436392096059\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.75391585596003\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.46347425119512\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc49ccf244c4149108d9d6d5429eee601\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te48d6b013b264a1c86224adc631da2d5\"><g class=\"toyplot-Edges\"><path d=\"M 124.143118578 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.726922661 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.739055196 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.739055196 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.229747161 219.728053435 L 162.739055196 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.229747161 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.726922661 167.545324427 L 128.229747161 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.143118578 111.635257634 L 124.726922661 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.14311857815508\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"124.72692266144763\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.22974716120299\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.73905519582985\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td478de6548a3444995f71dae3676d740\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.14311857815508\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.72692266144763\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.22974716120299\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.73905519582985\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb11c2bf802f6450aae03c51ea91bc12d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t368b13a64da148719f175a721a95129a\"><g class=\"toyplot-Edges\"><path d=\"M 165.852676973 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.852676973 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.614969955 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.614969955 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.306746816 160.090648855 L 169.614969955 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.306746816 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.852676973 167.545324427 L 166.306746816 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.852676973 141.453959924 L 165.852676973 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"165.85267697339015\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"165.85267697339015\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"166.30674681595104\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.61496995460885\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t204887e62cd14082928e3ccded187d19\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.85267697339015\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.85267697339015\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.30674681595104\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.61496995460885\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t35bbe0f54e9143ababe91b689cdae0bc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf14d835f358240a8873f427095c5d31f\"><g class=\"toyplot-Edges\"><path d=\"M 134.456990716 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.068622529 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.068622529 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.641128614 160.090648855 L 158.068622529 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.641128614 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.467871448 167.545324427 L 144.641128614 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.467871448 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.456990716 141.453959924 L 136.467871448 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"134.45699071632362\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"136.46787144766466\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.64112861376049\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"158.0686225294894\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tafcbdbc13fba46dd8bba97e9f736e6b5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.45699071632362\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.46787144766466\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.64112861376049\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.0686225294894\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8d74d0d8b6174cdd941efa5959b5f1e2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t72eecd954c0d453f9fb847434be1cb1e\"><g class=\"toyplot-Edges\"><path d=\"M 150.349435206 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.073854261 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.47477225 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.47477225 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.44694452 219.728053435 L 179.47477225 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.44694452 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.073854261 137.726622137 L 156.44694452 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.349435206 126.544608779 L 153.073854261 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.34943520595442\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.0738542613197\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.44694452034338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.47477225021655\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc1ee50c9dd7249d8a28adb1d5de5a62c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.34943520595442\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.0738542613197\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.44694452034338\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.47477225021655\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta6648833ab8a44b1ad3eca452d1bdd5e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t020d44a6be9548309a3095824ff28438\"><g class=\"toyplot-Edges\"><path d=\"M 156.771280122 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.398607131 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.950603555 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.950603555 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.917544094 219.728053435 L 183.950603555 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.917544094 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.398607131 137.726622137 L 165.917544094 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.771280122 126.544608779 L 165.398607131 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.77128012217256\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.39860713082928\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.91754409375602\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"183.95060355545951\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t809138d615bb4a75b8ea204489c7ba93\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.77128012217256\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.39860713082928\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.91754409375602\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.95060355545951\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8448c2da4f70437ba4a5eedfc1630050\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td0c631b3242f4fdabb18c1076bfe6523\"><g class=\"toyplot-Edges\"><path d=\"M 165.463474251 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.031165871 204.81870229 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.998940945 175.0 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.998940945 175.0 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.031165871 204.81870229 L 174.998940945 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.890550899 189.909351145 L 169.031165871 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.890550899 189.909351145 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.463474251 152.635973282 L 166.890550899 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"165.46347425119512\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"166.89055089924361\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"169.03116587131632\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"174.99894094497358\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9197531bef574b569a4391814acdcd5a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.46347425119512\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.89055089924361\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.03116587131632\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.99894094497358\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9fbb4298335d4dac85f79eb4c6fe0c70\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbd346e1cd0b84ef09203c18db2b1b2d2\"><g class=\"toyplot-Edges\"><path d=\"M 155.668539076 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.863140437 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.377262936 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.377262936 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 219.728053435 L 173.377262936 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.863140437 137.726622137 L 159.8849019 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.668539076 126.544608779 L 155.863140437 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"155.66853907595328\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"155.86314043705082\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"159.88490189973288\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"173.37726293582764\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbae1468f0bb24afc89942df5dbdcdfe1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.66853907595328\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.86314043705082\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.88490189973288\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.37726293582764\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tedb0558eb45948e0aef7df344b018512\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta8c390bceaba4efb88f1feb6e7d00b7a\"><g class=\"toyplot-Edges\"><path d=\"M 102.218031895 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.31887935 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.31887935 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.380825597 219.728053435 L 204.31887935 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.380825597 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.542367496 167.545324427 L 120.380825597 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.542367496 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.218031895 111.635257634 L 102.542367496 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.21803189450117\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.54236749633034\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"120.38082559693635\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"204.3188793503333\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8a7a26621253413d86989056ad02d3b0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.21803189450117\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.54236749633034\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.38082559693635\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"204.3188793503333\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teb15ccf80ebd4bd1af5e242c1b58a0c6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4e92187fc8514a68854db1f5737c2d1c\"><g class=\"toyplot-Edges\"><path d=\"M 123.559314495 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.966298751 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.966298751 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.668121808 219.728053435 L 168.966298751 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.668121808 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.559314495 167.545324427 L 143.668121808 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.105244652 111.635257634 L 123.559314495 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.105244652 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"123.10524465230162\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"123.55931449486252\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"143.66812180827287\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"168.9662987509505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2d7f1f03f63c4432b0473068c5189a33\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.10524465230162\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.55931449486252\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.66812180827287\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.9662987509505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t76de6d54e8b94965bd1f38e8cf62ba9e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb4d0658d36a4481fb071b3df69c8ebb6\"><g class=\"toyplot-Edges\"><path d=\"M 154.825266511 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.45259352 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.45259352 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.090383992 160.090648855 L 163.45259352 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.090383992 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.825266511 167.545324427 L 162.090383992 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.760399391 141.453959924 L 154.825266511 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.760399391 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"154.76039939083151\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"154.82526651119736\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"162.09038399217141\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.45259351985405\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6267aa7dac8a461896b0d60cdce3b93a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.76039939083151\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.82526651119736\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.09038399217141\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.45259351985405\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3a55058e7a5a48e19e32a06acd2e39b8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9232ab0246bf49a8bf912b4c2254d625\"><g class=\"toyplot-Edges\"><path d=\"M 128.618949883 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.527924104 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.527924104 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.78655805 160.090648855 L 153.527924104 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.78655805 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 167.545324427 L 129.78655805 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.424348522 141.453959924 L 128.618949883 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.424348522 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.42434852230048\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"128.61894988339802\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"129.78655804998314\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"153.52792410388059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdf795808b4984aa184973997524c7364\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.42434852230048\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.61894988339802\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.78655804998314\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.52792410388059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td41d84fb2161414e984883834ee7fb4d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t34449081d05141e9bc67ce115fa5598a\"><g class=\"toyplot-Edges\"><path d=\"M 114.477917644 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.96462968 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.916709558 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.916709558 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.96462968 219.728053435 L 141.916709558 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.175343504 137.726622137 L 120.96462968 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.175343504 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.477917644 126.544608779 L 118.175343504 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"114.47791764364489\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"118.17534350449777\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"120.96462968022887\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.91670955839515\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf1a35314b2a643ed8350bf732f0ce21f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.47791764364489\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.17534350449777\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.96462968022887\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.91670955839515\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t070b4931412c498e9f043f50dd44eca9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te40b7331f9624828ae2b8af4fa27799d\"><g class=\"toyplot-Edges\"><path d=\"M 147.754750391 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.832167314 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.832167314 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.754750391 219.728053435 L 197.832167314 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.300680549 152.635973282 L 147.754750391 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.922358558 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.922358558 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.300680549 152.635973282 L 148.922358558 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.30068054875994\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.75475039132081\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"197.83216731374927\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"148.92235855790591\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8a393260cabc4d8e9b8ecf224aa98b75\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.30068054875994\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.75475039132081\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"197.83216731374927\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.92235855790591\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfc391d7b4899473bbcd2721686a5c47e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td52687c0cc494ac0b6942ad84612632b\"><g class=\"toyplot-Edges\"><path d=\"M 121.678168004 175.0 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.894530828 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.894530828 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261972088 175.0 L 125.894530828 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.837399046 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 192.837399046 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261972088 175.0 L 192.837399046 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.678168004 175.0 L 122.261972088 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.67816800425317\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.2619720875457\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.89453082803276\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"192.83739904557959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t39f56e2b37f6405bb3b722debfd9739c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.67816800425317\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.2619720875457\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.89453082803276\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"192.83739904557959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbb265b2c467a4915846a59aea41d1cfb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5b685b65614946268162ccb4be8d415e\"><g class=\"toyplot-Edges\"><path d=\"M 112.726505394 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.667287273 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.667287273 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.726505394 175.0 L 119.667287273 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.322024744 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.322024744 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.726505394 175.0 L 139.322024744 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.726505394 175.0 L 112.726505394 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"112.72650539376723\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"112.72650539376723\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"119.66728727291209\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.32202474376163\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tabcebfbd18c349e2b3f4af5be716a5c3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.72650539376723\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.72650539376723\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.66728727291209\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.32202474376163\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2aae7fa2b7884eb4b79e0dbb843f7fa5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta934f9512e894afbb8230506826173fc\"><g class=\"toyplot-Edges\"><path d=\"M 84.5093080346 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.5093080346 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9577288777 115.36259542 L 84.5093080346 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.9577288777 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.4279111834 189.909351145 L 77.9577288777 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.138304114 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.138304114 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 75.4279111834 189.909351145 L 141.138304114 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"75.427911183409236\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"77.957728877676999\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.509308034626827\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"141.13830411400514\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t23c994a83b0c4863a170206ccb423cbc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"75.427911183409236\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.957728877676999\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.509308034626827\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.13830411400514\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t552aea4ec8414f0f86d5b97fe32683db\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf0d111cb34364d9c85400a3d644b05eb\"><g class=\"toyplot-Edges\"><path d=\"M 77.7631275166 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.320772941 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.320772941 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0604699239 189.909351145 L 103.320772941 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.526255033 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.526255033 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 79.0604699239 189.909351145 L 105.526255033 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 77.7631275166 152.635973282 L 79.0604699239 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"77.763127516579488\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"79.060469923896278\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.32077294072042\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.52625503315899\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc520ebfd8bc04d8b80916d660c3e50a0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"77.763127516579488\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"79.060469923896278\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.32077294072042\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.52625503315899\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0ec197a46b044c2c997b3501944d8cc5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc1cbaae602d74159b406b216822ee8b2\"><g class=\"toyplot-Edges\"><path d=\"M 82.628161544 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.451341717 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.341699868 189.909351145 L 127.451341717 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3525805994 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 85.3525805994 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.341699868 189.909351145 L 85.3525805994 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.628161544 152.635973282 L 83.341699868 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"82.628161544017445\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"83.341699868041701\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.45134171681289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"85.352580599382719\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tccde41fef4c4454cb400ab2ceb1888ed\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.628161544017445\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.341699868041701\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.45134171681289\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"85.352580599382719\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1cf4f160753d424aa6fbaa870e3eb6a3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t33f5d3633fc94b239fdc98126e1dc105\"><g class=\"toyplot-Edges\"><path d=\"M 127.127006115 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.17617804 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.17617804 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.127006115 115.36259542 L 142.17617804 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.797021514 189.909351145 L 127.127006115 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.884067364 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.884067364 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.797021514 189.909351145 L 135.884067364 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.79702151364378\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"127.12700611498369\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"142.17617803985857\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"135.8840673643721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5fe152366b644a65babe101271377703\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.79702151364378\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.12700611498369\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.17617803985857\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.8840673643721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te0fbd9485d804278bfb5ea2df1f4ed6f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6f435649e9134f58b0d99f2eadc8c3bc\"><g class=\"toyplot-Edges\"><path d=\"M 143.797856049 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.251925892 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.251925892 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.797856049 130.271946565 L 144.251925892 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.42476579 197.364026718 L 143.797856049 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.746790534 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 229.746790534 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.42476579 197.364026718 L 229.746790534 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.42476578998088\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"143.79785604900457\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"144.25192589156543\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"229.74679053374251\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t325ec7fb5b9f48afb8244a514d1f6950\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.42476578998088\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.79785604900457\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.25192589156543\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"229.74679053374251\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t26afaafb68ec456aa4c29111564cb265\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7b39099843ce4406bcdc8fc159f5ec7f\"><g class=\"toyplot-Edges\"><path d=\"M 137.894948096 145.18129771 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.894948096 145.18129771 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.689466003 152.635973282 L 137.894948096 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.251925892 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.251925892 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 160.090648855 L 144.251925892 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.689466003 152.635973282 L 137.376011133 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"135.68946600327456\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.89494809571312\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.37601113278637\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"144.25192589156543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td543cfcd6fc7433eac4a69e7f6274984\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.68946600327456\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.89494809571312\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.37601113278637\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.25192589156543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc8b2e57a90ef4b49bb0b02418bd2d55c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdda5d437141e42cc8c058ee7e9101aac\"><g class=\"toyplot-Edges\"><path d=\"M 133.743452392 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.527506836 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.527506836 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.911060559 160.090648855 L 141.527506836 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.911060559 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.743452392 167.545324427 L 134.911060559 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.743452392 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.743452392 141.453959924 L 133.743452392 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.74345239229939\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.74345239229939\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"134.91106055888449\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.52750683620016\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t976db5041bd5497a8798a4575082f2f8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.74345239229939\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.74345239229939\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.91106055888449\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.52750683620016\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7831427bcfe540deb7bf4ee258c4d09e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc651914e472443ee84b0f938fd55d173\"><g class=\"toyplot-Edges\"><path d=\"M 171.366382204 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.366382204 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.878835633 182.454675573 L 171.366382204 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 145.18129771 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 145.18129771 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 100.453244275 L 147.56014903 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 100.453244275 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.878835633 182.454675573 L 141.268038355 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"140.87883563254178\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"171.36638220448654\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"141.2680383547368\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"147.56014903022327\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t69f21cf8855344059ad45d72e82db2eb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.87883563254178\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.36638220448654\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.2680383547368\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.56014903022327\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5d80efae02c74e488c0ea11bd10d0c71\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te40206c8d5a546bb88362e975c99f5f9\"><g class=\"toyplot-Edges\"><path d=\"M 141.657241077 145.18129771 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.824849244 175.0 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.824849244 175.0 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.370779401 234.63740458 L 142.824849244 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.370779401 234.63740458 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.657241077 145.18129771 L 142.370779401 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 160.090648855 L 141.657241077 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 160.090648855 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"141.2680383547368\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"141.65724107693183\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"142.37077940095608\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"142.82484924351695\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfcf1f3d318b742d3a04c33a169428d4a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.2680383547368\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.65724107693183\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.37077940095608\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.82484924351695\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7c34d31eaa9d4565aa1af353f269b395\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc2423fb533b44492a17a1ac6585ff3d5\"><g class=\"toyplot-Edges\"><path d=\"M 143.408653327 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.05732453 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.101264724 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.101264724 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.05732453 189.909351145 L 164.101264724 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.408653327 182.454675573 L 144.05732453 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.149184845 119.089933206 L 143.408653327 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.149184845 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"143.14918484534616\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"143.40865332680951\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"144.05732453046792\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.10126472351246\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1faf976f0a204f7eb2d9fe8fe013b668\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.14918484534616\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.40865332680951\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.05732453046792\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.10126472351246\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbd339d913d154f96a606945d1d9a0e29\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td927d66f1c63477b90ab9a65094faaff\"><g class=\"toyplot-Edges\"><path d=\"M 155.149602113 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.117377187 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.117377187 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.149602113 219.728053435 L 161.117377187 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.787392585 167.545324427 L 155.149602113 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.787392585 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.463056984 111.635257634 L 153.787392585 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.463056984 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"153.46305698351472\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"153.78739258534392\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"155.14960211302656\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"161.11737718668385\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfd8bce800e944e57aa5b37b4ab6081a9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.46305698351472\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.78739258534392\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.14960211302656\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.11737718668385\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcaf6119a7bd74ee88244356127d7fdeb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t14c659bb71094e27b2e79cceec79ce2e\"><g class=\"toyplot-Edges\"><path d=\"M 111.429162986 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.364713134 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.475189518 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.475189518 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.364713134 219.728053435 L 191.475189518 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 111.429162986 137.726622137 L 123.364713134 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.926338487 126.544608779 L 111.429162986 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.926338487 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"107.92633848669507\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"111.42916298645042\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"123.36471313376498\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"191.47518951789695\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8988d6086bfe46aeb5af52c9d4c04f83\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.92633848669507\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"111.42916298645042\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.36471313376498\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.47518951789695\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5a837d91296f47ac949daf99e1394ccb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t498b844f6d814103a97258bbb4bc10d4\"><g class=\"toyplot-Edges\"><path d=\"M 147.949351752 145.18129771 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.01463614 234.63740458 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.01463614 234.63740458 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.717293733 234.63740458 L 160.01463614 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.717293733 234.63740458 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.949351752 145.18129771 L 158.717293733 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 130.271946565 L 147.949351752 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 130.271946565 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"144.83572997485803\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"147.94935175241835\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.71729373314776\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.01463614046455\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4d8e8281370441668775e61a3e313ce6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.83572997485803\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.94935175241835\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.71729373314776\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.01463614046455\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7e169c44a5504dfcbce27a4b91b7b4fa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td50d87f407ce420d8560b563bc63f84a\"><g class=\"toyplot-Edges\"><path d=\"M 136.532738568 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.944120021 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.944120021 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 219.728053435 L 152.944120021 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.532738568 137.726622137 L 146.133072382 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.473103179 126.544608779 L 136.532738568 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.473103179 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"131.47310317949498\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.53273856803051\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"146.13307238217482\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"152.94412002058803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1e1dc74ca35d49758d52b51e6ac9276b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.47310317949498\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.53273856803051\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.13307238217482\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.94412002058803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t82ebc9a889eb4fcfa987cc8569cceec7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3a699a92c31d431ea23d99b159353f83\"><g class=\"toyplot-Edges\"><path d=\"M 143.149184845 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.268455622 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.566632565 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.566632565 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.268455622 219.728053435 L 178.566632565 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.149184845 137.726622137 L 153.268455622 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.932822022 126.544608779 L 143.149184845 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.932822022 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.93282202156658\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.14918484534616\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"153.26845562241721\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"178.56663256509481\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t29b81a12126a4712be8babd51f636368\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.93282202156658\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.14918484534616\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.26845562241721\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.56663256509481\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc6e0a76381e443029e12e3be38ba4a41\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tee802957d5524216b764da8fd822fb37\"><g class=\"toyplot-Edges\"><path d=\"M 179.150436648 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.199191306 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.507414444 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 185.507414444 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.199191306 219.728053435 L 185.507414444 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.150436648 137.726622137 L 182.199191306 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.934073825 126.544608779 L 179.150436648 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.934073825 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"174.93407382460776\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"179.15043664838737\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"182.19919130558185\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"185.50741444423969\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8f9c670d9c3444ec9ee58b1249796383\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.93407382460776\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.15043664838737\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.19919130558185\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"185.50741444423969\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc44cdecce53347b6964cf6d52130d9a2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta53d9d5d20704661aa099d7b5a6cbbfb\"><g class=\"toyplot-Edges\"><path d=\"M 149.052092799 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.581910493 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.533573103 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.533573103 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.581910493 219.728053435 L 160.533573103 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.052092799 137.726622137 L 151.581910493 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.224932697 126.544608779 L 149.052092799 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.224932697 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"145.22493269705305\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.05209279863763\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.58191049290537\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"160.53357310339129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6898e48126d146a9b2d3174a116cb376\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.22493269705305\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.05209279863763\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.58191049290537\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.53357310339129\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t71ef543c66954b4c89a50ab09e2e330a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t64628139ce7847bb96df9778c16c343b\"><g class=\"toyplot-Edges\"><path d=\"M 140.295031549 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.619367151 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.403421595 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.403421595 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.619367151 219.728053435 L 148.403421595 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 137.726622137 L 140.619367151 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.002920874 126.544608779 L 140.295031549 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.002920874 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"134.00292087376275\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"140.29503154924922\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"140.61936715107845\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"148.40342159497919\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t745c5340b6dd458cb042e382b8181ba0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.00292087376275\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.29503154924922\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.61936715107845\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.40342159497919\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t15596988cf244df992eb19e4580f9e5f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2158f02039d444cfae9bb5582c62ecd8\"><g class=\"toyplot-Edges\"><path d=\"M 106.75873032 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.75873032 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6233470799 189.909351145 L 106.75873032 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.828829172 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.828829172 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 99.6233470799 189.909351145 L 101.828829172 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.4013352566 152.635973282 L 99.6233470799 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.4013352566 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"88.401335256577241\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"99.623347079867557\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"106.75873032010995\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"101.82882917230611\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t974eca2486c141bab50717263e040d04\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.401335256577241\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"99.623347079867557\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.75873032010995\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.82882917230611\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t10895e48d5374402b37148a79ee1eca7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"taeb9017c04e24ddd801d07b04d26a245\"><g class=\"toyplot-Edges\"><path d=\"M 122.261972088 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.159648309 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.156502916 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 198.156502916 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.159648309 219.728053435 L 198.156502916 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.261972088 137.726622137 L 133.159648309 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.585890422 126.544608779 L 122.261972088 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.585890422 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"110.5858904216945\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"122.2619720875457\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"133.1596483090068\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"198.15650291557847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td0dd62d60ceb41959258b8c8e49f9a5a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.5858904216945\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.2619720875457\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.1596483090068\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"198.15650291557847\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t62e84e9e4fae4757859138f90a6dc60a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcdb79aa93bc74cc89d9c9acd34d6fb92\"><g class=\"toyplot-Edges\"><path d=\"M 156.511811641 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.511811641 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.74386966 219.728053435 L 156.511811641 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.74386966 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.202753967 137.726622137 L 145.74386966 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.202753967 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.672101737 126.544608779 L 129.202753967 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.672101737 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"102.67210173706201\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"129.20275396669058\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.74386965997977\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.5118116407092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb5a3c6ced1754ebaa66849f8dfc19566\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.67210173706201\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.20275396669058\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.74386965997977\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.5118116407092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te6cfdabc8c774f9d878ba35339cf5e74\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t06b1a36dbae747499cd689d3fb575ea6\"><g class=\"toyplot-Edges\"><path d=\"M 127.581075958 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.813551244 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.182244307 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.182244307 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.240627893 219.728053435 L 161.182244307 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.240627893 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.813551244 137.726622137 L 130.240627893 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.581075958 126.544608779 L 128.813551244 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"127.58107595754458\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"128.81355124449553\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"130.24062789254401\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"161.18224430704964\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8a0b23295352410da8d35e2a3be76574\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.58107595754458\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.81355124449553\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.24062789254401\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.18224430704964\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td3bcd9a83d1f411e8ba32f363406a057\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2f70cf5757384449a55c9025fca660cb\"><g class=\"toyplot-Edges\"><path d=\"M 115.515791569 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.775260051 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.829663708 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.829663708 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.224098162 160.090648855 L 125.829663708 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.224098162 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.775260051 137.726622137 L 121.224098162 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.515791569 156.363311069 L 115.775260051 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"115.51579156949835\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"115.77526005096172\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.22409816169227\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.8296637076669\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7b343d8435ad41f8b8c1ce40e9551c71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.51579156949835\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.77526005096172\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.22409816169227\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.8296637076669\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf784b42232814cafb04c4bdff60d7ca8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t58c4ca877dca47518ff8341b918afdba\"><g class=\"toyplot-Edges\"><path d=\"M 177.463891519 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.463891519 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.998523677 219.728053435 L 177.463891519 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.998523677 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.571447029 137.726622137 L 162.998523677 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.571447029 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.003755409 126.544608779 L 161.571447029 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.003755409 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"158.00375540912353\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"161.57144702924475\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"162.99852367729318\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"177.46389151887553\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7c40c64828dd42cd8634615d54b20ade\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.00375540912353\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.57144702924475\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.99852367729318\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.46389151887553\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td7f2d34f3ff64805960253efa2f51828\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb2ca191b22fa424ab968d6c4505aad2a\"><g class=\"toyplot-Edges\"><path d=\"M 117.007735338 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.073436994 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.073436994 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.46180518 160.090648855 L 141.073436994 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.46180518 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.007735338 167.545324427 L 117.46180518 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.542784764 141.453959924 L 117.007735338 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.542784764 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.54278476401073\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.00773533791264\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.46180518047352\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"141.07343699363929\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"taa9bcedecf744a3d9f17c8e7288b4fe6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.54278476401073\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.00773533791264\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.46180518047352\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.07343699363929\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t385e4635c10e4f74928c3403219ef4ae\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t708b5bd767654f12bc1cc7d4d5649df1\"><g class=\"toyplot-Edges\"><path d=\"M 108.964212413 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.288548014 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.392123596 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.392123596 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.288548014 219.728053435 L 134.392123596 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.964212413 137.726622137 L 109.288548014 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.12617158 126.544608779 L 108.964212413 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.12617158 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.12617157962291\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"108.96421241254848\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"109.28854801437768\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"134.39212359595774\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta9193079d1be49ba9e81c20018ef89d0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.12617157962291\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.96421241254848\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.28854801437768\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.39212359595774\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te858a478ffca4e68bf73280dbea0904c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4e064f5853d04ed589636ced35771c57\"><g class=\"toyplot-Edges\"><path d=\"M 114.413050523 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.0351458 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.0351458 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.996854607 160.090648855 L 128.0351458 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.996854607 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.413050523 167.545324427 L 114.996854607 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.596771153 141.453959924 L 114.413050523 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.596771153 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"112.59677115303555\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"114.41305052327907\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"114.99685460657165\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"128.03514580010545\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1358d5b1567e437dbc21dbe4dd3665e9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.59677115303555\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.41305052327907\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.99685460657165\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.03514580010545\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8ed744894f6848ecaa016447ca174df3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t70322c15f95343c1b343a3f22785d0b1\"><g class=\"toyplot-Edges\"><path d=\"M 157.484818446 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.911895094 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.398607131 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.398607131 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.911895094 189.909351145 L 165.398607131 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.938888289 182.454675573 L 158.911895094 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.938888289 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.484818446 119.089933206 L 157.938888289 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.48481844619681\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.93888828875768\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"158.91189509424527\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"165.3986071308293\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tba78511214a74ddcb44cbe0f750b516b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.48481844619681\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.93888828875768\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.91189509424527\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.3986071308293\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t04231c774ee0467084fd8708ba9d25a1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9f0db18cb70b4aaf8a4d00509f97ba14\"><g class=\"toyplot-Edges\"><path d=\"M 131.278501818 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.641545881 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.641545881 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.5379703 160.090648855 L 156.641545881 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.5379703 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.278501818 167.545324427 L 131.5379703 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.624181615 141.453959924 L 131.278501818 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.624181615 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"123.62418161522831\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"131.27850181839744\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"131.53797029986083\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"156.64154588144086\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t19de438bafb84546b9ea187d79bd9973\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.62418161522831\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.27850181839744\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.53797029986083\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.64154588144086\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1a6fff05eb6645528a47bd5f4b76b3a4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td84c8e62ba6c422aae114845cee640f5\"><g class=\"toyplot-Edges\"><path d=\"M 168.83656451 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.83656451 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 189.909351145 L 168.83656451 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.269290158 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.269290158 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 189.909351145 L 177.269290158 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.658075612 152.635973282 L 168.706830269 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.658075612 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"165.65807561229263\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.70683026948711\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.83656451021881\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"177.26929015777799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7834a7a186694398bf3a7bbae82614b3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.65807561229263\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.70683026948711\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.83656451021881\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.26929015777799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf0dc2b62780b4861ab47620d9595669d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t81412adfff2e4f80a8e63fc8f79c6a0c\"><g class=\"toyplot-Edges\"><path d=\"M 200.556586369 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.556586369 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 189.909351145 L 200.556586369 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.008569873 152.635973282 L 144.835729975 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.835729975 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.008569873 152.635973282 L 144.835729975 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.00856987327347\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.83572997485803\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"200.55658636911457\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.83572997485803\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5d18c795dfb14dd0a81a11046dc3281d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.00856987327347\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.83572997485803\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.55658636911457\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.83572997485803\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2abeb7373a6b49689a6e32087574f1fa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0303049b786417ab4d98cac127295f2\"><g class=\"toyplot-Edges\"><path d=\"M 146.522275104 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.134324185 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.134324185 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.8792529 160.090648855 L 182.134324185 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.8792529 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.522275104 167.545324427 L 152.8792529 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.522275104 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.522275104 141.453959924 L 146.522275104 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.52227510436984\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.52227510436984\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"152.87925290022218\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"182.134324185216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t277ca948102c4c638a611c8b39f253e0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.52227510436984\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.52227510436984\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.87925290022218\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.134324185216\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te5e6191c728e498da4bc454db29ecc25\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t32f7f67573e744c5906066f0e5ea3fd3\"><g class=\"toyplot-Edges\"><path d=\"M 151.452176252 156.363311069 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 137.726622137 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.020702408 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.020702408 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 160.090648855 L 179.020702408 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.008987141 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 137.726622137 L 153.008987141 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 156.363311069 L 151.452176252 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.45217625217367\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.45217625217367\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.00898714095385\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"179.02070240765568\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8dc3e7789b804d65944bab5ef52e2bfa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.45217625217367\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.45217625217367\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.00898714095385\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.02070240765568\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0a34124b820c41d893e462dd6e889b4e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t43350b8eea7f4709aba036843b9c43d9\"><g class=\"toyplot-Edges\"><path d=\"M 161.441712789 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.729009 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.729009 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.441712789 115.36259542 L 184.729009 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.495699178 189.909351145 L 161.441712789 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.2318335 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.2318335 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.495699178 189.909351145 L 188.2318335 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.49569917753783\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"161.44171278851303\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"184.72900899984958\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"188.23183349960493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0195d69655f2434c8d92962195719ef6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.49569917753783\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.44171278851303\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.72900899984958\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.23183349960493\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1d2d97c9f2814fb6ac2035355f8035aa\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t115e4f99129245028b422f1af69e75a3\"><g class=\"toyplot-Edges\"><path d=\"M 141.073436994 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.533155836 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.533155836 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.92759029 189.909351145 L 148.533155836 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.081589599 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 220.081589599 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.92759029 189.909351145 L 220.081589599 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.073436994 152.635973282 L 143.92759029 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"141.07343699363929\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.92759028973626\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.53315583571089\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"220.08158959923236\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7a57201115544f31b58c8446dce0e2ea\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.07343699363929\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.92759028973626\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.53315583571089\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"220.08158959923236\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9658f605842e42ba821d94f91522d94f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td98ce754032145149d21f1b35504d70c\"><g class=\"toyplot-Edges\"><path d=\"M 147.689883271 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.608903687 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.419951326 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.419951326 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 219.728053435 L 157.419951326 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.608903687 137.726622137 L 152.295448817 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.689883271 126.544608779 L 150.608903687 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"147.68988327095497\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"150.60890368741775\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"152.29544881692959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.41995132583094\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc21ed502def84c60aca3a9e67c2c98d4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.68988327095497\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.60890368741775\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.29544881692959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.41995132583094\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tba4400914114442cb1424e3f3e99ef37\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tac385bdbe89241afa991dd079cf84333\"><g class=\"toyplot-Edges\"><path d=\"M 140.165297309 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.138304114 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.420368594 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.420368594 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.566215297 219.728053435 L 169.420368594 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.566215297 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.138304114 137.726622137 L 166.566215297 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.165297309 126.544608779 L 141.138304114 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.16529730851755\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.13830411400514\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"166.5662152974144\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"169.42036859351137\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf20558c6ed5d45669b43f53bea23ef5e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.16529730851755\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.13830411400514\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.5662152974144\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.42036859351137\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t08c775ad0f7245c297d86822ca7bec78\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfd026b1d5b2c47ac97e059390642f651\"><g class=\"toyplot-Edges\"><path d=\"M 149.506162641 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.284568086 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.712896537 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.712896537 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.625433418 219.728053435 L 187.712896537 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.625433418 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.284568086 137.726622137 L 159.625433418 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.506162641 126.544608779 L 150.284568086 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.5061626411985\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.28456808558857\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.62543341826952\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"187.71289653667824\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t644309dec5004a8ba681dec71a0dcb11\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.5061626411985\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.28456808558857\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.62543341826952\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.71289653667824\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta203edf10c0a4f92bf41851170e39530\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcff1d3c5c781435f933b2cb021984d4d\"><g class=\"toyplot-Edges\"><path d=\"M 148.079085993 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.079085993 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.721273662 219.728053435 L 148.079085993 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.721273662 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.655989274 137.726622137 L 117.721273662 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.655989274 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.94245095 126.544608779 L 105.655989274 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.94245095 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"104.94245094986644\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"105.6559892738907\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"117.72127366193692\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.07908599315002\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3058827de7944eb3bacaf6f069abffd9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.94245094986644\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.6559892738907\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.72127366193692\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.07908599315002\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4ac2e1b314174483a7cedf10d65af6dc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3cb44a076d84402399e2df9475c5266c\"><g class=\"toyplot-Edges\"><path d=\"M 134.781326318 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.781326318 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4827321078 219.728053435 L 134.781326318 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4827321078 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8610540986 137.726622137 L 97.4827321078 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8610540986 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.266369284 126.544608779 L 95.8610540986 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 93.266369284 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"93.266369284015241\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.861054098648836\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"97.482732107794817\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"134.78132631815282\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tea2e87c9a2d2401a8d29ef806f46b3ce\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"93.266369284015241\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.861054098648836\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.482732107794817\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.78132631815282\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7c8d6c37aa284df0905d8af0aa62c7e7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8692ca9e90d94ff3a20f655225d9d4bc\"><g class=\"toyplot-Edges\"><path d=\"M 122.975510412 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.532738568 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.532738568 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.932404754 219.728053435 L 136.532738568 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.932404754 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.975510412 167.545324427 L 126.932404754 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.78090905 111.635257634 L 122.975510412 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.78090905 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.78090905047243\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"122.97551041156996\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"126.93240475388617\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"136.53273856803051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta45bd2e4f48b4135a1b2439fab6c5796\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.78090905047243\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.97551041156996\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.93240475388617\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.53273856803051\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb604e9a4d92046f781f37dd7e197b5c2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t50a25155d6ef4ce99cf6a6c59d7b00bf\"><g class=\"toyplot-Edges\"><path d=\"M 121.224098162 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.878418365 219.728053435 L 149.31156128 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.878418365 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.224098162 167.545324427 L 128.878418365 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 111.635257634 L 121.224098162 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.02949680059473\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"121.22409816169227\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"128.87841836486137\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"149.31156128010099\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t1f444d7ecbd14d60ac93db1fd7078b01\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.02949680059473\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.22409816169227\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.87841836486137\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.31156128010099\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t48767305fa0c4280aeb57cbf57210730\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb367ad9961ca455bb7510275aed4bb64\"><g class=\"toyplot-Edges\"><path d=\"M 115.904994292 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.904994292 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.710392931 152.635973282 L 115.904994292 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.86439224 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.86439224 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.018616069 219.728053435 L 191.86439224 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.018616069 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.710392931 152.635973282 L 119.018616069 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.71039293059586\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.90499429169337\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"119.0186160692537\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"191.864392240092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t19ef25a3c7a548e5a9d5ad30d565ebf0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.71039293059586\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.90499429169337\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.0186160692537\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.864392240092\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3369c58f5f84429eaa9f245b3431a77f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d2aad47c5a7461d80e90e3f8ca41963\"><g class=\"toyplot-Edges\"><path d=\"M 172.27452189 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.27452189 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.219283698 219.728053435 L 172.27452189 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.219283698 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.597188421 137.726622137 L 138.219283698 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.597188421 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.948517217 126.544608779 L 124.597188421 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.948517217 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"123.94851721705754\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"124.59718842071595\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"138.21928369754232\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"172.27452188960831\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21c6905accb74527bbd190542ca60742\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.94851721705754\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.59718842071595\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.21928369754232\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.27452188960831\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc98dfc76930441da7f6c384a898fb1c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8a3ecbbc86b94d8f9347dfbc3dba1160\"><g class=\"toyplot-Edges\"><path d=\"M 193.161734647 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.161734647 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.511394373 219.728053435 L 193.161734647 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.511394373 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 137.726622137 L 144.511394373 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 126.544608779 L 141.268038355 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.29503154924922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.2680383547368\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"144.51139437302879\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"193.16173464740882\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5eca242e624a40638d19f70e1d6ac468\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.29503154924922\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.2680383547368\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.51139437302879\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.16173464740882\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb2b210cfcc8349e8a41a922a5d74f961\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tad200fcb2d6a4f11b668b80c96eb44e1\"><g class=\"toyplot-Edges\"><path d=\"M 173.182661575 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.741141534 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 222.741141534 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.442964592 219.728053435 L 222.741141534 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 197.442964592 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.139555917 167.545324427 L 197.442964592 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.139555917 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.182661575 111.635257634 L 177.139555917 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"173.18266157473008\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"177.13955591704632\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"197.44296459155424\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"222.74114153423182\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8ea52e607b744767a6c6ff5205b4fc51\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.18266157473008\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.13955591704632\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"197.44296459155424\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"222.74114153423182\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t71d990c8e51c45f4aaba0a88ea8795d9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6a3b26d06f2f43b8b6f494cbdc7a4978\"><g class=\"toyplot-Edges\"><path d=\"M 80.4226794516 119.089933206 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.947265414 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.969444144 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.969444144 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 87.947265414 189.909351145 L 103.969444144 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2389588218 182.454675573 L 87.947265414 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.2389588218 182.454675573 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 80.4226794516 119.089933206 L 82.2389588218 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"80.422679451578944\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"82.23895882182245\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"87.947265414016357\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"103.96944414437884\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb54dac17b0a742cda55b42a13c5b888b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"80.422679451578944\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.23895882182245\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"87.947265414016357\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.96944414437884\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbc8114b24cec44d39da41222aeaa634a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tac2234ca57724c94863b643c44e94076\"><g class=\"toyplot-Edges\"><path d=\"M 139.257157623 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 175.0 L 140.295031549 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.885736435 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.885736435 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 175.0 L 183.885736435 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.257157623 175.0 L 139.776094586 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.25715762339573\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"139.77609458632247\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"140.29503154924919\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"183.88573643509363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb9262a51592c4e46b24430052d7712de\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.25715762339573\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.77609458632247\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.29503154924919\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.88573643509363\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t19ead037e2884997b46872280906665c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta94475e3749549759a243debbb5ac1fc\"><g class=\"toyplot-Edges\"><path d=\"M 141.851842438 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.851842438 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 130.271946565 L 141.851842438 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.516626105 197.364026718 L 140.295031549 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.518295176 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.518295176 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.516626105 197.364026718 L 187.518295176 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.51662610485914\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"140.29503154924922\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"141.85184243802939\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"187.5182951755807\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb2886836733d4882ab6c9dcfea0793f7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.51662610485914\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.29503154924922\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.85184243802939\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.5182951755807\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0faeb1673c174b1da473041945d04e74\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t163de199800144dd89a4f5bb9ee25923\"><g class=\"toyplot-Edges\"><path d=\"M 125.959397948 145.18129771 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.959397948 145.18129771 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.699929467 152.635973282 L 125.959397948 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.386474596 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.225767232 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.225767232 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.386474596 160.090648855 L 169.225767232 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.699929467 152.635973282 L 127.386474596 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"125.69992946693523\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"125.95939794839859\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"127.38647459644706\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"169.22576723241383\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t34d5a4acd81c4e37b4e41c49bde7db80\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.69992946693523\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.95939794839859\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.38647459644706\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.22576723241383\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3f55d339498340d498dd7b5d9cc8703c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tba78f05d69444ea7816a888254ddf23a\"><g class=\"toyplot-Edges\"><path d=\"M 141.397772595 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.900597095 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.102099259 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.102099259 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.133072382 160.090648855 L 188.102099259 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.900597095 167.545324427 L 146.133072382 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.397772595 141.453959924 L 144.900597095 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"141.3977725954685\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"144.90059709522384\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"146.13307238217482\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"188.1020992588733\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc2a7f225061047c9a320ea450c05b4e5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.3977725954685\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.90059709522384\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.13307238217482\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.1020992588733\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf60f7a79c92a459ca40d24ebac30f448\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcd67e4bd5ec8444e9038503f2bf15ac0\"><g class=\"toyplot-Edges\"><path d=\"M 129.008152606 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.894948096 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.894948096 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.332488207 189.909351145 L 137.894948096 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.148767578 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.148767578 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.332488207 189.909351145 L 131.148767578 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.008152606 152.635973282 L 129.332488207 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"129.00815260559304\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"129.33248820742224\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"137.89494809571312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"131.14876757766575\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e3880587348413692ecd8747fa3347d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.00815260559304\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.33248820742224\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.89494809571312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.14876757766575\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t25437f67951a44aeb599b3cdd0b421b9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf280e61769e14d32b64dee24711b2e8e\"><g class=\"toyplot-Edges\"><path d=\"M 106.045191996 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.209237502 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.209237502 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.045191996 219.728053435 L 160.209237502 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.531486765 152.635973282 L 106.045191996 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.045609264 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.045609264 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 100.531486765 152.635973282 L 118.045609264 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"100.5314867649893\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"106.04519199608569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.20923750156206\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"118.04560926376607\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3cd021dd64e347d8a75d38f36cb32477\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"100.5314867649893\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.04519199608569\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.20923750156206\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.04560926376607\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t92ee819d18e04a08a426f318632cf177\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2013e77b8b9a48b1b077a8454006fc6e\"><g class=\"toyplot-Edges\"><path d=\"M 57.265117481 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.6490884713 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.1466812393 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.1466812393 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.6490884713 219.728053435 L 71.1466812393 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.9137886846 137.726622137 L 62.6490884713 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.9137886846 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 57.265117481 126.544608779 L 57.9137886846 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"57.265117480974027\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"57.913788684632429\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"62.649088471338757\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"71.146681239263799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td9b3cff6600f47cd9080c11fb9d1db27\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.265117480974027\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"57.913788684632429\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"62.649088471338757\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.146681239263799\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb25de3d301ca417c9675c6f8d07e2830\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb77cd23bbd23403285e87dc142def7ce\"><g class=\"toyplot-Edges\"><path d=\"M 124.46745418 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.46745418 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.678168004 152.635973282 L 124.46745418 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.645943078 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.560983566 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.560983566 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.645943078 219.728053435 L 171.560983566 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.678168004 152.635973282 L 127.645943078 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"121.67816800425317\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"124.46745417998427\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"127.64594307791043\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"171.56098356558408\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t34082d8ee1874c6280bc8189f47bee4a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.67816800425317\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.46745417998427\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.64594307791043\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.56098356558408\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4d8e6d4441af4f3c98eb9f85815d4424\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2a7600504aab4b62bc6005eab4b6000d\"><g class=\"toyplot-Edges\"><path d=\"M 131.278501818 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.565380762 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.565380762 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.278501818 219.728053435 L 142.565380762 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.240627893 167.545324427 L 131.278501818 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.240627893 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.164880041 111.635257634 L 130.240627893 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.164880041 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"128.16488004083715\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"130.24062789254401\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"131.27850181839744\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"142.56538076205362\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51c6374162784209ab4961829652ca92\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.16488004083715\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.24062789254401\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.27850181839744\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.56538076205362\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8543947dfe90468ab70770919ec0d513\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfa3d8126723d4052bd56f9a2f5c04efc\"><g class=\"toyplot-Edges\"><path d=\"M 64.7897034434 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.9198549518 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5632944237 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.5632944237 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.9198549518 219.728053435 L 82.5632944237 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.4980100356 137.726622137 L 76.9198549518 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 70.4980100356 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 64.7897034434 126.544608779 L 70.4980100356 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"64.789703443411469\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"70.49801003560539\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"76.919854951823567\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"82.563294423651627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcbcc2a5eac204fbba4fb91b8643d2a1c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"64.789703443411469\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"70.49801003560539\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.919854951823567\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.563294423651627\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t03ec4c0517fe46058e18a5f78dc16c1b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb6ff4b06282741b5a78e1cd4a4bb56d8\"><g class=\"toyplot-Edges\"><path d=\"M 147.754750391 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.403838863 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.403838863 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 219.728053435 L 160.403838863 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.441295521 137.726622137 L 152.295448817 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.441295521 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.754750391 126.544608779 L 149.441295521 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"147.75475039132078\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"149.44129552083263\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"152.29544881692959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.40383886265957\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8d593f5d6cc1411899eb3b6fc5a3abcd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.75475039132078\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.44129552083263\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.29544881692959\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.40383886265957\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfb7ecf0baf4f40d2af62a8705cbfc546\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5d8484bc4dc94e7a923cbc02ebbf7a01\"><g class=\"toyplot-Edges\"><path d=\"M 131.667704541 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.538387568 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.538387568 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.121774383 175.0 L 143.538387568 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.446109985 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.121774383 175.0 L 132.446109985 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.667704541 175.0 L 132.121774383 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.6677045405925\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"132.12177438315337\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.53838756754124\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"132.44610998498257\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0cff89cd6b2a470fa389efdd95836f9a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.6677045405925\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.12177438315337\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.53838756754124\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.44610998498257\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5a2fadf5751e43cca625bb654fd4c4f7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t970190d570c34178bc594cc84f63dc50\"><g class=\"toyplot-Edges\"><path d=\"M 141.527506836 175.0 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.506997177 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.506997177 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.592373957 175.0 L 173.506997177 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.473520447 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.473520447 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.592373957 175.0 L 143.473520447 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.527506836 175.0 L 141.592373957 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"141.52750683620013\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"141.59237395656601\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"173.50699717655922\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.47352044717536\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9070b4959c0e49a390f03a32eba37438\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.52750683620013\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.59237395656601\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.50699717655922\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.47352044717536\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf40ca75bded14fcf838b2f0b41d02c65\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teed65eaa6cfc4f1d942bbfda63b36e8b\"><g class=\"toyplot-Edges\"><path d=\"M 146.262806623 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.295866085 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.295866085 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.327673743 175.0 L 164.295866085 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.052092799 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.052092799 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.327673743 175.0 L 149.052092799 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.262806623 175.0 L 146.327673743 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.26280662290651\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.32767374327236\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"164.29586608461003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.05209279863763\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te720ec3a187e444e813b6b7133c5961c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.26280662290651\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.32767374327236\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.29586608461003\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.05209279863763\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t66817641f61e41c5ae42a4597c2a0489\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdc5f3226d5a54f30a0b9e3ce9ac0a6a5\"><g class=\"toyplot-Edges\"><path d=\"M 153.657658345 156.363311069 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.917126826 137.726622137 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.912312362 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.912312362 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 160.090648855 L 170.912312362 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.917126826 137.726622137 L 154.306329548 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.657658345 156.363311069 L 153.917126826 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.65765834461223\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.91712682607562\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.30632954827064\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"170.91231236192567\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t00ebcce1be894fc7a52879e87ff91cc9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.65765834461223\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.91712682607562\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.30632954827064\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.91231236192567\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4fd45b997bc6463caf155ab1ac2dfceb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t49248e0c302f4132bc03aaf1b01d3156\"><g class=\"toyplot-Edges\"><path d=\"M 147.625016151 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.625016151 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.019450605 160.090648855 L 147.625016151 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.019450605 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.305912281 137.726622137 L 143.019450605 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.305912281 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.786975318 156.363311069 L 142.305912281 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.786975318 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"141.78697531766352\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.30591228059023\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"143.01945060461443\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.62501615058909\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tff6c49f6c6ae4df992ca14afb6fceae9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.78697531766352\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.30591228059023\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.01945060461443\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.62501615058909\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb56a048d415740178515a657194099ea\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta4f64e25fc5049ccbed8cb51009daac7\"><g class=\"toyplot-Edges\"><path d=\"M 92.55283096 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8610540986 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.418699523 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.418699523 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1205225801 219.728053435 L 121.418699523 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.1205225801 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 95.8610540986 137.726622137 L 96.1205225801 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.55283096 126.544608779 L 95.8610540986 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"92.552830959990985\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"95.861054098648822\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"96.12052258011218\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"121.41869952278978\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2af9329ff19f4217b7f8b4034fb241a6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.552830959990985\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"95.861054098648822\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.12052258011218\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.41869952278978\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t897e4ca4110643fb92d76ccede9205f8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t032e5172a9b443128161c37bb2bfad63\"><g class=\"toyplot-Edges\"><path d=\"M 106.304660478 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.89976256 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.89976256 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.953331681 189.909351145 L 120.89976256 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.035563068 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.035563068 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.953331681 189.909351145 L 140.035563068 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.304660478 152.635973282 L 106.953331681 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.30466047754905\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.95333168120746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"120.89976255986306\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"140.03556306778586\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t429103f1e51a448ba9a69ddaca72ca71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.30466047754905\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.95333168120746\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.89976255986306\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.03556306778586\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"teab37ba7fa2b4d1d8172ebbb29973bc2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t117173c4edf7439a801ca70cf02e259c\"><g class=\"toyplot-Edges\"><path d=\"M 132.770445587 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.770445587 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.137052311 152.635973282 L 132.770445587 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.283316283 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.283316283 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.850590635 189.909351145 L 114.283316283 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.850590635 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.137052311 152.635973282 L 105.850590635 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.13705231096395\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"132.7704455868118\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.85059063498821\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"114.28331628254739\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t15829b4cf2a241d38752579637683465\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.13705231096395\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.7704455868118\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.85059063498821\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.28331628254739\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t76709506de8840229d3abba598a5b67f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t79b6ee6013684ee68a0f87d2945029e7\"><g class=\"toyplot-Edges\"><path d=\"M 138.284150818 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.404673398 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.404673398 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.284150818 160.090648855 L 184.404673398 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.429997522 167.545324427 L 138.284150818 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.429997522 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.797438781 141.453959924 L 135.429997522 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.797438781 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.79743878132416\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"135.4299975218112\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"138.28415081790817\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"184.40467339802041\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t80d644222d0d49b8bf221cd231cedc32\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.79743878132416\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.4299975218112\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.28415081790817\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.40467339802041\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb36d1537e6cf42af8b7d79ed8ff62ae6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0c5dac90a400401685253ef30a073bed\"><g class=\"toyplot-Edges\"><path d=\"M 164.360733205 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.340640813 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.340640813 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.944537288 219.728053435 L 208.340640813 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.944537288 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.555334566 137.726622137 L 164.944537288 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.555334566 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.360733205 126.544608779 L 164.555334566 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"164.36073320497584\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"164.55533456607338\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"164.94453728826841\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"208.34064081301534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc1b9b543aa1c4b01977b5e0d371c9e9d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.36073320497584\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.55533456607338\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.94453728826841\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.34064081301534\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2d87bb7410e7424d81c916266b6c297f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb0a4e3d4c3ba4fe9ab0322f52586471c\"><g class=\"toyplot-Edges\"><path d=\"M 171.755584927 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.755584927 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 219.728053435 L 171.755584927 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.019033337 167.545324427 L 137.376011133 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.019033337 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.019033337 111.635257634 L 131.019033337 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.019033337 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"131.01903333693411\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"131.01903333693411\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"137.37601113278643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"171.75558492668162\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t217e815a2b824b738e564e854cd926eb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.01903333693411\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.01903333693411\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.37601113278643\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.75558492668162\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t16ea8510a5654392a96d0de3d959e0e4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td38569e1a6064c689c7933f7a1ca997a\"><g class=\"toyplot-Edges\"><path d=\"M 137.181409772 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.867954901 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.393792667 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.393792667 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.24104516 219.728053435 L 182.393792667 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.24104516 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.867954901 167.545324427 L 142.24104516 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.181409772 111.635257634 L 138.867954901 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.18140977168889\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"138.86795490120073\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"142.24104516022442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"182.39379266667936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t14fc8578d9614c74a90314417b6aa510\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.18140977168889\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.86795490120073\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.24104516022442\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.39379266667936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta6d76cebddb943f8956c3d812b735209\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t52820d858cb84ba19228fd50fce15d98\"><g class=\"toyplot-Edges\"><path d=\"M 92.7474323211 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.667704541 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.667704541 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.828829172 219.728053435 L 131.667704541 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.828829172 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0447747284 137.726622137 L 101.828829172 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.0447747284 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 92.7474323211 126.544608779 L 94.0447747284 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"92.747432321088496\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"94.044774728405315\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"101.8288291723061\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"131.6677045405925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te77e6064d44e451397ed1a0dec5ed8d2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"92.747432321088496\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.044774728405315\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.8288291723061\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.6677045405925\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td6fe751024974a898104209f1d0b9123\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t98c948113e814993ae59dc72c5c37ec7\"><g class=\"toyplot-Edges\"><path d=\"M 90.8662858305 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.137886846 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.137886846 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.072185191 219.728053435 L 129.137886846 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.072185191 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6446912749 137.726622137 L 105.072185191 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 91.6446912749 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 90.8662858305 126.544608779 L 91.6446912749 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"90.866285830479143\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"91.644691274869217\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"105.07218519059811\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"129.13788684632473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcd96c8bef5384bbab146b23ccc5c7987\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"90.866285830479143\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"91.644691274869217\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.07218519059811\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.13788684632473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t4bf3a8a2261d47e1a6d1fbffd0f2659a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t332263a8d94e47639e3220d1fd196d05\"><g class=\"toyplot-Edges\"><path d=\"M 135.624598883 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.624598883 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.423931255 219.728053435 L 135.624598883 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.423931255 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.353415135 167.545324427 L 116.423931255 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.353415135 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.51014257 111.635257634 L 109.353415135 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.51014257 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"108.51014256998764\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"109.35341513474356\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"116.4239312546201\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"135.62459888290874\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5a4e1d20be494671a328716a5f7c6e78\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.51014256998764\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.35341513474356\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.4239312546201\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.62459888290874\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5f0d166f80514e81b4781937db2cf5f0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t25e88be5388e4ebf931942ef5ca4d387\"><g class=\"toyplot-Edges\"><path d=\"M 178.177429843 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.973199554 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 211.973199554 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.588394028 219.728053435 L 211.973199554 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.588394028 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.501765445 137.726622137 L 182.588394028 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.501765445 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.177429843 126.544608779 L 178.501765445 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"178.17742984289973\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"178.50176544472893\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"182.58839402777687\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"211.97319955350238\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8eddace713a246969977a1b38598094e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.17742984289973\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.50176544472893\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.58839402777687\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"211.97319955350238\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e5aa470575140039ce6f70c1ac7aa91\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t445f2b25cdde46bb843b1d23ac9d1ef5\"><g class=\"toyplot-Edges\"><path d=\"M 117.202336699 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.365547669 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.365547669 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 219.728053435 L 147.365547669 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 128.618949883 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 137.726622137 L 128.618949883 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 126.544608779 L 117.202336699 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.202336699 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"117.20233669901017\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"117.20233669901017\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"128.61894988339802\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"147.36554766912576\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t91c734bcb6a944ddac4f677f1fa25d0e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.20233669901017\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.20233669901017\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"128.61894988339802\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.36554766912576\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te2775460afc946d28230e5ecef20d206\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4ebd475782da4482bf79b29391ae975b\"><g class=\"toyplot-Edges\"><path d=\"M 89.4392091824 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.164045505 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.164045505 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4178649874 219.728053435 L 104.164045505 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 97.4178649874 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 89.4392091824 137.726622137 L 97.4178649874 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.1418667751 126.544608779 L 89.4392091824 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 88.1418667751 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"88.141866775113868\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"89.439209182430687\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"97.41786498742897\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"104.16404550547634\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f687e74c93c4136bee7b46a276d9446\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"88.141866775113868\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"89.439209182430687\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"97.41786498742897\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.16404550547634\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t95c8e161c40341dfaadfed1a7513aed9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbec5fe64915f4db7b8ea00b2e9c04828\"><g class=\"toyplot-Edges\"><path d=\"M 114.023847801 148.908635496 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.164462773 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.351521544 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.351521544 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.164462773 189.909351145 L 210.351521544 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.710392931 122.817270992 L 116.164462773 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.710392931 122.817270992 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.023847801 148.908635496 L 115.710392931 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"114.02384780108402\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"115.71039293059586\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"116.16446277315674\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"210.35152154435636\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9da403e8632b4d1495c77779528b5627\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.02384780108402\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.71039293059586\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.16446277315674\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.35152154435636\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td468c2ce63f0489798625b3c409e6388\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t447f8f0b065b42608e3ddc8464765527\"><g class=\"toyplot-Edges\"><path d=\"M 158.847027974 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.512646176 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.512646176 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 219.728053435 L 180.512646176 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.847027974 167.545324427 L 159.755167659 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.668539076 111.635257634 L 158.847027974 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.668539076 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.66853907595328\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"158.84702797387942\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.75516765900119\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"180.51264617607001\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5847caca04fb471f8a6d5090ba9d6656\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.66853907595328\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.84702797387942\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.75516765900119\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.51264617607001\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc28f99b9351d489995cc890c65cc5694\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t18ebeb3249604e28925c13394110ccf9\"><g class=\"toyplot-Edges\"><path d=\"M 164.230998964 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.230998964 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.635479614 197.364026718 L 164.230998964 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.60848642 130.271946565 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.305912281 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.305912281 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.60848642 130.271946565 L 142.305912281 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.635479614 197.364026718 L 138.60848642 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.63547961424979\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"164.23099896424415\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.60848641973737\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.30591228059026\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t39d8356ceacc4419990d684d1ca48dc5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.63547961424979\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.23099896424415\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.60848641973737\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.30591228059026\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc56d3ec62502425eab4fed995ff800c3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf003a41f3ee049a0a7a6e31bdd15e9e7\"><g class=\"toyplot-Edges\"><path d=\"M 159.171363576 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.171363576 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.841378974 152.635973282 L 159.171363576 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.642380417 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.642380417 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.906246095 219.728053435 L 180.642380417 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.906246095 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.841378974 152.635973282 L 151.906246095 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.84137897436875\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"159.17136357570865\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"151.90624609473457\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"180.6423804168017\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe0d11529c704452aada56c755d9d2d6\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.84137897436875\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.17136357570865\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.90624609473457\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.6423804168017\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1862a67eacfb4d0ba9b105e6677bab50\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf9fd2532c41949f691ab8bdfec2bb8e6\"><g class=\"toyplot-Edges\"><path d=\"M 170.847445242 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.847445242 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 189.909351145 L 170.847445242 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.755167659 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.63066515 115.36259542 L 159.755167659 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.63066515 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 189.909351145 L 154.63066515 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"154.30632954827064\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"170.84744524155985\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"154.63066515009982\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"159.75516765900119\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te5772a000720492b9e62dcaec1cd1c71\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.30632954827064\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.84744524155985\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.63066515009982\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.75516765900119\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdfdc942a3dda4ceb8ced62e64fd50f8e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t78f56eb012b3483dbc099ad1c9e4c9d0\"><g class=\"toyplot-Edges\"><path d=\"M 157.679419807 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.263223891 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.706830269 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.652426613 219.728053435 L 168.706830269 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.652426613 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.263223891 167.545324427 L 158.652426613 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.679419807 111.635257634 L 158.263223891 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.67941980729432\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"158.26322389058689\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"158.65242661278191\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"168.70683026948711\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t810eca39b8304f13aae616ebb52aa0db\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.67941980729432\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.26322389058689\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.65242661278191\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.70683026948711\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8fdbcb44f2e14ca2964ed4fc71188dfb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t79a9e0ecf2f14fc6a4b9976d81282bb6\"><g class=\"toyplot-Edges\"><path d=\"M 169.679837075 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.679837075 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.414719594 219.728053435 L 169.679837075 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.414719594 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.970695947 167.545324427 L 162.414719594 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.970695947 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.905828827 111.635257634 L 139.970695947 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.905828827 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.90582882705414\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"139.97069594742001\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"162.41471959400062\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.67983707497473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t88e2ceb6a00d49058477320879ff373a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.90582882705414\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.97069594742001\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.41471959400062\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.67983707497473\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te08ad01b746d452782aa2a571520ca72\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb5b6e08278e541df9cac24fed3e20616\"><g class=\"toyplot-Edges\"><path d=\"M 101.115290848 119.089933206 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.045191996 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.490050178 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.490050178 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.045191996 189.909351145 L 152.490050178 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.720856394 182.454675573 L 106.045191996 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.720856394 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.115290848 119.089933206 L 105.720856394 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"101.11529084828187\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"105.7208563942565\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"106.04519199608572\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"152.49005017802713\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t46ffafbacad644358fdb60580d43b2fc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.11529084828187\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.7208563942565\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.04519199608572\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.49005017802713\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta4d8ce1eaea44ee7bb6df3cc321cc389\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcbf127f3335847dfa4d62b9453759a09\"><g class=\"toyplot-Edges\"><path d=\"M 129.591956689 119.089933206 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.548851031 182.454675573 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.51746064 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.51746064 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.846193439 189.909351145 L 163.51746064 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.846193439 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.548851031 182.454675573 L 134.846193439 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.591956689 119.089933206 L 133.548851031 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"129.59195668888563\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"133.54885103120185\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"134.84619343851867\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"163.51746064021995\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb7259524d56446d88fb1a988649fe097\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.59195668888563\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.54885103120185\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.84619343851867\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.51746064021995\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3ad4ed7302b944e2a67ae2c11e2d220d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t13be625864f44341a0c98b0b738af2f7\"><g class=\"toyplot-Edges\"><path d=\"M 151.192707771 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.084734993 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.149602113 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.880921971 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 200.880921971 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.149602113 219.728053435 L 200.880921971 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.084734993 167.545324427 L 155.149602113 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.192707771 111.635257634 L 155.084734993 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.19270777071034\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.08473499266071\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.14960211302653\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"200.88092197094375\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbd76c5a3b28e4cfdbc52748c9cfcb480\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.19270777071034\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.08473499266071\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.14960211302653\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"200.88092197094375\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t90793c1a16e549c3aeb77e070a2f7627\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2c32d2f4b1db410e9896c2a51ca0e2e3\"><g class=\"toyplot-Edges\"><path d=\"M 146.976344947 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.749935927 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.749935927 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.473937715 204.81870229 L 164.749935927 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.473937715 204.81870229 L 161.247111427 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.976344947 130.271946565 L 155.473937715 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"146.97634494693074\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"155.47393771485577\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"164.74993592717084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"161.24711142741552\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t01b60fea8ad84103bb30dda6b69d7393\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.97634494693074\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.47393771485577\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.74993592717084\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.24711142741552\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8f64b16374e04f1b97741581102dd2d9\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0effd693bbb74b9a9601c21ddf447f11\"><g class=\"toyplot-Edges\"><path d=\"M 146.976344947 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.976344947 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.846193439 189.909351145 L 146.976344947 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.765213855 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.765213855 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.846193439 189.909351145 L 137.765213855 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.781326318 152.635973282 L 134.846193439 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.781326318 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"134.78132631815282\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"134.84619343851867\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"146.97634494693074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"137.76521385498145\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8a0ffbdad4974b29be5739230d9d5a6b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.78132631815282\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.84619343851867\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.97634494693074\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.76521385498145\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t64cab19f4d4848dea93f408b3f7ed627\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6bc3a53cdc354cf5a536433721f1241a\"><g class=\"toyplot-Edges\"><path d=\"M 156.187476039 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.187476039 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.057741798 189.909351145 L 156.187476039 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.469123251 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.469123251 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.057741798 189.909351145 L 172.469123251 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.084734993 152.635973282 L 156.057741798 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.084734993 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"155.08473499266071\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"156.0577417981483\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"156.18747603887999\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"172.46912325070582\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad6ca359d8f947c8891b74fb24f4a93d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.08473499266071\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.0577417981483\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.18747603887999\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.46912325070582\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t09159289ed8e4b0ea3fbf2a50dde85b1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t52f0cae170d54bc78e98abb5fe513bfb\"><g class=\"toyplot-Edges\"><path d=\"M 133.743452392 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.002920874 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.002920874 219.728053435 L 149.31156128 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.743452392 137.726622137 L 134.002920874 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.267621087 126.544608779 L 133.743452392 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.267621087 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"129.2676210870564\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"133.74345239229939\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"134.00292087376275\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"149.31156128010093\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t94ed8ee7089a4dc3afc98ec6aa4dbf37\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.2676210870564\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.74345239229939\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.00292087376275\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.31156128010093\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0ae63c31881142b68b56cfc7819d3852\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t13c639aa88414879ae96c39abadc4044\"><g class=\"toyplot-Edges\"><path d=\"M 194.199608573 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.199608573 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.598022956 182.454675573 L 194.199608573 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.463056984 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.463056984 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.987225678 100.453244275 L 153.463056984 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.987225678 100.453244275 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.598022956 182.454675573 L 148.987225678 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.59802295607673\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"194.19960857326225\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.98722567827176\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"153.46305698351472\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t97d15e7f46b944e3ae3012906beb124b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.59802295607673\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.19960857326225\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.98722567827176\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.46305698351472\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta83442fe44e64e708284d58a252f0462\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td323bc89e1b24c39af26121c9e916853\"><g class=\"toyplot-Edges\"><path d=\"M 156.3820774 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.3820774 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.587142225 175.0 L 156.3820774 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.441295521 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.441295521 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.587142225 175.0 L 149.441295521 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.446527253 175.0 L 146.587142225 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.446527253 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.44652725266297\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"146.58714222473569\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"156.38207739997753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"149.44129552083263\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tce344fc9f01d43dca1dc8ebf73d36ce7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.44652725266297\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.58714222473569\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.38207739997753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.44129552083263\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf69c0dd173de4147ad943231755828bb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8f7039efd08a4b33b53d9288b3b75dd0\"><g class=\"toyplot-Edges\"><path d=\"M 146.522275104 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.522275104 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.327673743 115.36259542 L 146.522275104 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.327673743 115.36259542 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.80873678 189.909351145 L 146.327673743 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.063390798 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.063390798 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.80873678 189.909351145 L 163.063390798 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.80873678034561\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.32767374327236\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"146.52227510436984\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"163.06339079765905\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t42af55c270954f21ae126b8ec96a966b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.80873678034561\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.32767374327236\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.52227510436984\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.06339079765905\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t22744d576a264c54b62fba94cfc16e4b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfb5a2f9e049d4afea5088e562e8a49e2\"><g class=\"toyplot-Edges\"><path d=\"M 149.506162641 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.603671956 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.603671956 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.506162641 189.909351145 L 155.603671956 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.079085993 152.635973282 L 149.506162641 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.273687354 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.273687354 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.079085993 152.635973282 L 148.273687354 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"148.07908599315002\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.50616264119847\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.60367195558743\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"148.2736873542475\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf592119f005e4efc91a137f5696121b3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.07908599315002\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.50616264119847\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.60367195558743\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.2736873542475\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t607fa98032704efa8cb90be5b3deb98f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5489148fd49049a8905f91e0ac4f3eed\"><g class=\"toyplot-Edges\"><path d=\"M 125.894530828 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.289799817 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.289799817 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.894530828 189.909351145 L 145.289799817 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.234978893 152.635973282 L 125.894530828 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.662055541 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.662055541 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.234978893 152.635973282 L 124.662055541 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"123.23497889303331\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"125.89453082803276\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.2897998174189\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"124.66205554108178\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe3070bb95654030b21cd23b3dac6c5a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.23497889303331\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.89453082803276\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.2897998174189\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.66205554108178\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb1a9d4e0d90d4c06a50e95727bc62a8f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc123795388aa4df3bcc2889f9f126574\"><g class=\"toyplot-Edges\"><path d=\"M 162.220118233 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.009404409 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.047695602 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.047695602 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 165.009404409 219.728053435 L 178.047695602 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.944537288 167.545324427 L 165.009404409 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.944537288 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.220118233 111.635257634 L 164.944537288 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"162.2201182329031\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"164.94453728826835\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"165.00940440863425\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"178.04769560216803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7457a08dc508468889cca37ea3d094a5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.2201182329031\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.94453728826835\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"165.00940440863425\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.04769560216803\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6434d2e5a5544346982fec96d45fa6dc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td761e66b01574ab6ab0e62e25e8112d2\"><g class=\"toyplot-Edges\"><path d=\"M 149.116959919 119.089933206 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.322442011 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.068622529 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.399441666 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 189.399441666 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.068622529 189.909351145 L 189.399441666 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.322442011 182.454675573 L 158.068622529 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.116959919 119.089933206 L 151.322442011 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"149.11695991900345\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"151.32244201144201\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"158.06862252948935\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"189.39944166619006\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tda2ec83d66ba4e9d84b233bd01c33ba9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.11695991900345\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.32244201144201\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.06862252948935\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"189.39944166619006\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td9d6f3e24f894196aed1da4fa9c67f0f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t192a6d88f5da447288124c4746fb79ae\"><g class=\"toyplot-Edges\"><path d=\"M 160.403838863 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.669790879 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.669790879 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.620201686 219.728053435 L 191.669790879 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.620201686 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.425600325 137.726622137 L 164.620201686 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.425600325 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.403838863 126.544608779 L 164.425600325 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"160.4038388626596\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.42560032534169\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.62020168643917\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"191.66979087899443\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc751cf3967d249f68a655eb1fec4e31e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.4038388626596\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.42560032534169\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.62020168643917\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.66979087899443\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t346e4189695147cb95ff5d101565f8be\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t66efdf121fad49249b06026cfb0021b3\"><g class=\"toyplot-Edges\"><path d=\"M 121.483566643 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.99810641 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.99810641 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.543202032 189.909351145 L 150.99810641 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.213634698 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.213634698 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.543202032 189.909351145 L 131.213634698 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.483566643 152.635973282 L 126.543202032 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.48356664315563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.54320203169114\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.99810640961283\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"131.21363469803163\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t41f6ba241c2c489696d3f6ffcd8afe5e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.48356664315563\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.54320203169114\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.99810640961283\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.21363469803163\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tddfc886e5d2142a19f22f9d4225e7a88\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbd96a5d3f09449a3ad89d4a025ff73b9\"><g class=\"toyplot-Edges\"><path d=\"M 138.219283698 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.253177695 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.253177695 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.705995734 189.909351145 L 180.253177695 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.068205262 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.068205262 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.705995734 189.909351145 L 146.068205262 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.219283698 152.635973282 L 144.705995734 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"138.21928369754232\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.7059957341263\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"180.25317769460665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"146.068205261809\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3a95aa08dca94df78d029105b035ac59\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.21928369754232\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.7059957341263\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.25317769460665\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.068205261809\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t906635b1fdfa47eb9c5ab307edb1b5cc\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6535dcc5781045b791ffa831cb48fe42\"><g class=\"toyplot-Edges\"><path d=\"M 155.279336354 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.279336354 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 189.909351145 L 155.279336354 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.204423037 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.204423037 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.306329548 189.909351145 L 177.204423037 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.138721382 152.635973282 L 154.306329548 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.138721382 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.13872138168551\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"154.30632954827064\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"155.27933635375825\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"177.20442303741214\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7e5dcddb1456497fb7ba59ffa67ddffb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.13872138168551\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.30632954827064\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.27933635375825\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.20442303741214\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td129d24f34ea49c1a24613e29ccf75c8\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5a0b553e08b74df4b9e88bd1d0f417cd\"><g class=\"toyplot-Edges\"><path d=\"M 155.733406196 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.966298751 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 168.966298751 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.733406196 219.728053435 L 168.966298751 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.149602113 137.726622137 L 155.733406196 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.149602113 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.884484632 126.544608779 L 155.149602113 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.884484632 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"147.88448463205248\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.14960211302656\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.73340619631912\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"168.9662987509505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6b1ba4e270a149e798007501474c64b2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.88448463205248\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.14960211302656\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.73340619631912\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"168.9662987509505\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t7098d95fc5fd4293a14034dfc5cada60\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcdfab1181c944cd8b68292601082a983\"><g class=\"toyplot-Edges\"><path d=\"M 224.752022266 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 224.752022266 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.338554475 160.090648855 L 224.752022266 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.338554475 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.208820234 167.545324427 L 148.338554475 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.208820234 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.435646521 141.453959924 L 148.208820234 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.435646521 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"142.43564652132193\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.20882023388171\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.33855447461337\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"224.75202226557286\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tce6ecfcdc64b443c8e5c9f7492600805\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.43564652132193\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.20882023388171\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.33855447461337\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"224.75202226557286\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbe5c49479f80476c9bf035ce4fb30d1a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3e31a78a5bfc458ebc635c5167f71c5b\"><g class=\"toyplot-Edges\"><path d=\"M 121.872769365 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.699929467 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.668956344 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.668956344 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.699929467 160.090648855 L 167.668956344 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.872769365 167.545324427 L 125.699929467 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.08348319 141.453959924 L 121.872769365 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.08348319 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"119.08348318961956\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"121.87276936535068\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"125.69992946693523\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"167.66895634363368\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3057417314b94c4d821a157022389ebe\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.08348318961956\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.87276936535068\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.69992946693523\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.66895634363368\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t0968af1936864d18a5526ffb1fa08f99\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t74786daf35ce4a6b8e059cabd63fe427\"><g class=\"toyplot-Edges\"><path d=\"M 150.933239289 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.981993946 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.981993946 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.230581697 189.909351145 L 153.981993946 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.031165871 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.031165871 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.230581697 189.909351145 L 169.031165871 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.933239289 152.635973282 L 152.230581697 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"150.93323928924693\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"152.23058169656375\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"153.98199394644143\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.03116587131632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb695c481cb214e5ab4ad3af78e39088b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.93323928924693\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.23058169656375\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.98199394644143\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.03116587131632\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcff4bf97abbe440fab1cba3274bccfc7\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdf715f591bb24076b90d86e79123b475\"><g class=\"toyplot-Edges\"><path d=\"M 142.435646521 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.435646521 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.867954901 152.635973282 L 142.435646521 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.3764284 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.669790879 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.669790879 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.3764284 189.909351145 L 191.669790879 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.867954901 152.635973282 L 149.3764284 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"138.86795490120073\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.43564652132193\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"149.37642840046681\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"191.66979087899449\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9fab6553095349ac9fe9a054de481fbb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.86795490120073\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.43564652132193\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.37642840046681\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.66979087899449\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta1ea97a3d8854629a5533669f25c0a24\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3928270c8e404d3e9d105e0828531a4e\"><g class=\"toyplot-Edges\"><path d=\"M 176.426017593 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.426017593 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.700764002 189.909351145 L 176.426017593 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.322442011 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.322442011 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.700764002 189.909351145 L 151.322442011 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.413885059 152.635973282 L 149.700764002 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.413885059 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"138.41388505863986\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.70076400229601\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"176.42601759302204\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"151.32244201144201\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7c8b242d29404870b4003939931897df\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.41388505863986\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.70076400229601\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.42601759302204\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.32244201144201\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t72207bf1ade44728a3ec8bc5052c6792\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1021b362d3a340b392aa859aa7760adf\"><g class=\"toyplot-Edges\"><path d=\"M 142.695115003 156.363311069 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.05732453 137.726622137 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.646777613 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.646777613 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 160.090648855 L 151.646777613 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.05732453 137.726622137 L 151.452176252 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.695115003 156.363311069 L 144.05732453 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"142.69511500278529\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"144.05732453046795\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"151.4521762521737\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"151.64677761327124\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta159fe9d93ea4954b472132aa1ce6825\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.69511500278529\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.05732453046795\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.4521762521737\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.64677761327124\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta0ea88a4e3164694a5c3f8d93860cc0c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta55d26b539bb4a94b310abe19d7fa6aa\"><g class=\"toyplot-Edges\"><path d=\"M 145.095198456 193.636688931 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.219700965 145.18129771 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.219700965 145.18129771 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.895365363 130.271946565 L 150.219700965 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.895365363 130.271946565 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 212.273377863 L 149.895365363 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.31156128 212.273377863 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.095198456 193.636688931 L 149.31156128 212.273377863\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"145.09519845632138\" cy=\"193.63668893129773\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.31156128010099\" cy=\"212.27337786259545\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"149.89536536339352\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.21970096522276\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tf39ec79c13204d42aa6897514a6b9fb1\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.09519845632138\" cy=\"193.63668893129773\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.31156128010099\" cy=\"212.27337786259545\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.89536536339352\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.21970096522276\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ted985c69a3b149f491548f8a5708f414\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7fc1a32b7bd34539b621214fecfc8f7b\"><g class=\"toyplot-Edges\"><path d=\"M 159.171363576 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.171363576 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.938888289 175.0 L 159.171363576 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.453010788 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.453010788 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.938888289 175.0 L 175.453010788 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.484818446 175.0 L 157.938888289 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.484818446 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.48481844619681\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.93888828875768\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.17136357570865\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"175.45301078753448\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tadb4a3b1e89e45e1aa31b0fc0b9edcf7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.48481844619681\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.93888828875768\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.17136357570865\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.45301078753448\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3653187ae04448e29b4070f15975e443\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8d801e78ae014e19a3615884d62d9d94\"><g class=\"toyplot-Edges\"><path d=\"M 123.040377532 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.948517217 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.440878253 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.440878253 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.948517217 219.728053435 L 137.440878253 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.040377532 167.545324427 L 123.948517217 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.910643291 111.635257634 L 123.040377532 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.910643291 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"122.91064329120408\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"123.04037753193577\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"123.94851721705754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.44087825315222\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t37a166a49a0f4d369cfc9d79e49d3927\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.91064329120408\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.04037753193577\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.94851721705754\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.44087825315222\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t55969a6002514365b7f8d0621c85a1d4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td0920fea1c04495b87f51178d369f927\"><g class=\"toyplot-Edges\"><path d=\"M 150.608903687 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.177847111 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.177847111 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.608903687 219.728053435 L 190.177847111 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.3764284 152.635973282 L 150.608903687 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.738637928 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.738637928 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.3764284 152.635973282 L 150.738637928 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"149.37642840046681\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"150.60890368741775\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"190.17784711058016\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"150.73863792814944\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfa719733ac0a4b8fb049796410b436a8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.37642840046681\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.60890368741775\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.17784711058016\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.73863792814944\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9519d16d510d415da216fee9af26790a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdbad097257ea4a2f910484e0f8eec398\"><g class=\"toyplot-Edges\"><path d=\"M 118.434811986 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.268038355 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.434811986 160.090648855 L 141.268038355 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.786140782 167.545324427 L 118.434811986 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.786140782 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.229329894 141.453959924 L 117.786140782 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.229329894 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"116.22932989352256\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.78614078230274\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.43481198596113\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"141.2680383547368\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t73e17b5b9ca4454599d1933103552a50\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.22932989352256\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.78614078230274\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.43481198596113\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.2680383547368\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t93547ce53c6f40479a0d3a2c778cbeb1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td073a04fc7fc4323a59428d85e9ea4ef\"><g class=\"toyplot-Edges\"><path d=\"M 150.089966724 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.733406196 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.798690584 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.798690584 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 219.728053435 L 167.798690584 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.733406196 167.545324427 L 157.614552687 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.089966724 111.635257634 L 155.733406196 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"150.08996672449106\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"155.73340619631912\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.6145526869285\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"167.79869058436537\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t525bba0f71d4418fab6a85bf20912f38\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.08996672449106\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.73340619631912\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.6145526869285\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.79869058436537\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9532c22b224a4b75b4be722dbec3bc23\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5d88a4d7bc07412ea593bdf4dd8173ce\"><g class=\"toyplot-Edges\"><path d=\"M 126.608069152 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.435229254 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.592791224 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.592791224 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.197522235 219.728053435 L 153.592791224 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.435229254 167.545324427 L 134.197522235 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.608069152 111.635257634 L 130.435229254 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"126.60806915205698\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"130.43522925364155\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"134.19752223486026\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"153.59279122424644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3669c571e59d412f9f122b1b54a91030\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.60806915205698\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.43522925364155\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.19752223486026\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.59279122424644\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3d5b4f1b8a0a4515a2b3a394c238d2a5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7f7217fc3d54473a94a565299b8aaae3\"><g class=\"toyplot-Edges\"><path d=\"M 112.791372514 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.921106755 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.575426958 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.581075958 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.581075958 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.575426958 219.728053435 L 127.581075958 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.921106755 167.545324427 L 120.575426958 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.791372514 111.635257634 L 112.921106755 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"112.79137251413307\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"112.92110675486475\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"120.57542695803386\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"127.58107595754458\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t07c56a08ab33420fba39c6ba34a6c776\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.79137251413307\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.92110675486475\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.57542695803386\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.58107595754458\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t577bb2256b8e4d2cbf998bb7839c29ed\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0fb7c10bea704b699b2588ecb7693d15\"><g class=\"toyplot-Edges\"><path d=\"M 134.067787994 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.456990716 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.889716364 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.333322743 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.333322743 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.889716364 219.728053435 L 153.333322743 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.456990716 167.545324427 L 142.889716364 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.067787994 111.635257634 L 134.456990716 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"134.06778799412857\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"134.45699071632359\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"142.8897163638828\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.33332274278303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2820c2a405714bf2b751b40c27016433\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.06778799412857\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.45699071632359\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.8897163638828\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.33332274278303\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t42a4bdb7dbef420d9a4a7097adcd8090\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4cbef2a9a0134c1cb8455cbb9730db22\"><g class=\"toyplot-Edges\"><path d=\"M 153.657658345 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.928007557 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.50824898 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 209.50824898 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.928007557 219.728053435 L 209.50824898 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.657658345 137.726622137 L 155.928007557 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.841378974 126.544608779 L 153.657658345 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.841378974 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.84137897436875\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.65765834461223\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.92800755741666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"209.50824897960047\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t94041c8fcef54ea589ae3934f5283e23\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.84137897436875\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.65765834461223\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.92800755741666\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"209.50824897960047\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta30054823fc04e2d81264ba957822562\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb65f22557b4b468fb4e5e10b46cbe65e\"><g class=\"toyplot-Edges\"><path d=\"M 178.047695602 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.501765445 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.718128269 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.718128269 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.188310574 219.728053435 L 182.718128269 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.188310574 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.501765445 137.726622137 L 180.188310574 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.047695602 126.544608779 L 178.501765445 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"178.04769560216809\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"178.50176544472893\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"180.1883105742408\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"182.71812826850856\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5d24c0581ff34e079c5638287351362c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.04769560216809\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.50176544472893\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.1883105742408\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.71812826850856\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t44417209bd194d7ca9946c1a6b6852d5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t3621db7eb9f04546ad3621b46c84cd3c\"><g class=\"toyplot-Edges\"><path d=\"M 166.695949538 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 166.695949538 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.036397603 219.728053435 L 166.695949538 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.036397603 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.987642946 137.726622137 L 164.036397603 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.987642946 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.209237502 126.544608779 L 160.987642946 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.209237502 126.544608779 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"160.20923750156211\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"160.98764294595219\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"164.03639760314667\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"166.6959495381461\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te787a6d983934e4cbfac66b372855f6e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.20923750156211\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.98764294595219\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.03639760314667\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"166.6959495381461\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3f06705c994d4af1a3ae9f9d39bc83ea\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teeceddf432e8403d8dd5630f5c0bfb06\"><g class=\"toyplot-Edges\"><path d=\"M 104.228912626 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.656406542 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.656406542 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.434394718 219.728053435 L 117.656406542 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 106.434394718 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.228912626 167.545324427 L 106.434394718 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.996437339 111.635257634 L 104.228912626 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.996437339 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"102.99643733889123\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"104.22891262584218\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"106.43439471828074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"117.65640654157107\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta726b7dc0eaa471fa1160a8b5b3d7c3a\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.99643733889123\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.22891262584218\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"106.43439471828074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.65640654157107\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3f9b405413bc4a2ea3d16e500971472a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tacdf08b9e60047bda118690456f2ce0f\"><g class=\"toyplot-Edges\"><path d=\"M 119.14835031 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.549268299 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.549268299 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.521440569 219.728053435 L 145.549268299 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 122.521440569 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.14835031 167.545324427 L 122.521440569 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.46180518 111.635257634 L 119.14835031 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.46180518 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"117.46180518047356\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"119.14835030998537\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"122.52144056900906\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"145.54926829888223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t45324a7cbc5946978c0e2d1d88d4f6e7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.46180518047356\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.14835030998537\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"122.52144056900906\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.54926829888223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc8a108c6c0ce47c6bdd434cb9e350bc3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t03cbc092a724454eadda7641168d1269\"><g class=\"toyplot-Edges\"><path d=\"M 116.553665495 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.732988929 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.732988929 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.965046948 219.728053435 L 143.732988929 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.965046948 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.553665495 167.545324427 L 132.965046948 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.969861412 111.635257634 L 116.553665495 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.969861412 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"115.96986141205923\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"116.55366549535178\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"132.96504694790931\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"143.73298892863875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f0ccc716ac94d44a27c795f4d8c4df8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.96986141205923\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.55366549535178\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.96504694790931\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.73298892863875\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1b7d7d52372a4ddca1ba4b96fdbf227d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9fed193fd537420f842fc051658e4f14\"><g class=\"toyplot-Edges\"><path d=\"M 131.343368939 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.603254688 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.603254688 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.343368939 160.090648855 L 143.603254688 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.981159411 167.545324427 L 131.343368939 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.981159411 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.656823809 141.453959924 L 129.981159411 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.656823809 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"129.65682380925148\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"129.98115941108063\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"131.34336893876329\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"143.60325468790703\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tff783ef2ce7348568ef3ab91c0523cc8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.65682380925148\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.98115941108063\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.34336893876329\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.60325468790703\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8656c4e7b31744f9ab0fff95a43b2fc4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t78f90996a8b64d69862737492ffe62ad\"><g class=\"toyplot-Edges\"><path d=\"M 163.776929122 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.776929122 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 152.635973282 L 163.776929122 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.729009 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.729009 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.911895094 160.090648855 L 184.729009 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.911895094 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 152.635973282 L 158.911895094 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"157.61455268692848\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"163.77692912168328\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"158.91189509424527\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"184.72900899984958\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t83eac4e7d2c743bbaaf8dc5e5f20f6d7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.61455268692848\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.77692912168328\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.91189509424527\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.72900899984958\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t97da9b99cd8b4a269f1e8c521ac9ac53\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t585936e1760144a4895e5ff65e48952e\"><g class=\"toyplot-Edges\"><path d=\"M 150.154833845 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.44694452 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.94976902 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.626267954 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.626267954 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.94976902 160.090648855 L 183.626267954 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 156.44694452 167.545324427 L 159.94976902 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.154833845 141.453959924 L 156.44694452 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.15483384485691\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"156.44694452034338\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.94976902009876\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"183.62626795363033\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t64a0dd5e819240bc964f9871d4224c89\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.15483384485691\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"156.44694452034338\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.94976902009876\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.62626795363033\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t25257b3821db46d6b8ae0e8b55a04d4e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t4579aa5f7f264464962acbb9f1d0600a\"><g class=\"toyplot-Edges\"><path d=\"M 144.251925892 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.523526907 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.523526907 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.819617512 189.909351145 L 182.523526907 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.987225678 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.987225678 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.819617512 189.909351145 L 148.987225678 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.251925892 152.635973282 L 147.819617512 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"144.25192589156543\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.81961751168663\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"182.52352690741105\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"148.98722567827176\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb489ee7c501949c6a8773784707aabdc\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.25192589156543\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.81961751168663\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.52352690741105\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.98722567827176\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdaa9669a92a14e61bf5b9f8edf3a6c33\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t699b2fb619134a93a26636bfaa2aed48\"><g class=\"toyplot-Edges\"><path d=\"M 134.392123596 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.392123596 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.35424967 175.0 L 134.392123596 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 152.295448817 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.35424967 175.0 L 152.295448817 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.056907263 175.0 L 133.35424967 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.056907263 175.0 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"132.05690726278749\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"133.35424967010431\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"134.39212359595774\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"152.29544881692959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f508075a6b244aa9fab25d18c41c9bb\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.05690726278749\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.35424967010431\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.39212359595774\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"152.29544881692959\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcaa82cead08047b984bb4efac388e65e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb34692c2611643f38ed628f2f3195c84\"><g class=\"toyplot-Edges\"><path d=\"M 71.6007510818 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 71.6007510818 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.3243356018 189.909351145 L 71.6007510818 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9633778772 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 84.9633778772 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.3243356018 189.909351145 L 84.9633778772 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 152.635973282 L 50.3243356018 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 50.0 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"50.0\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"50.324335601829191\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"71.600751081824711\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"84.963377877187739\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tdb761f4f17b540ec94e88ba06e0f5e84\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.0\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"50.324335601829191\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"71.600751081824711\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"84.963377877187739\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8361ab2b06e044f4889879084732020f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9b19233007ce45a8a271d9b2ce06dea5\"><g class=\"toyplot-Edges\"><path d=\"M 104.358646867 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.358646867 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.515374302 100.453244275 L 104.358646867 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.515374302 100.453244275 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.385640061 182.454675573 L 103.515374302 100.453244275\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.856239634 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.856239634 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 103.385640061 182.454675573 L 112.856239634 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.38564006108629\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"103.51537430181796\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.35864686657388\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"112.85623963449892\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t48a68aed66e6404380a5ef746c85380b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.38564006108629\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"103.51537430181796\" cy=\"100.45324427480915\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.35864686657388\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.85623963449892\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te014da10b62b4459b93f8273891b1ca5\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf28301dc0a114288b72bb004ae72b1f1\"><g class=\"toyplot-Edges\"><path d=\"M 142.17617804 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.17617804 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.224098162 219.728053435 L 142.17617804 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.224098162 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.629413347 152.635973282 L 121.224098162 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.824014708 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.824014708 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.629413347 152.635973282 L 118.824014708 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"118.62941334705864\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.22409816169227\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"142.17617803985857\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"118.82401470815617\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t788ee8254b504c4fa95aa2e009462f8f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.62941334705864\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.22409816169227\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.17617803985857\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.82401470815617\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t34601baa3ea847a6a138a9e16b066a20\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td7542d8ad5e548849144b138d87e9bd0\"><g class=\"toyplot-Edges\"><path d=\"M 157.874021168 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.36156774 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 188.36156774 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.874021168 189.909351145 L 188.36156774 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 122.817270992 L 157.874021168 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.614552687 122.817270992 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.290217085 148.908635496 L 157.614552687 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.290217085 148.908635496 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.2902170850993\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.61455268692848\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"157.87402116839183\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"188.36156774033662\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tcdeaec5bfbcd4fa7a40434a74a18e74d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.2902170850993\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.61455268692848\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.87402116839183\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"188.36156774033662\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3abf143951704c769b42fd69ca711d8c\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t50c2e5657aee4171b045c88037d09f36\"><g class=\"toyplot-Edges\"><path d=\"M 141.397772595 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.397772595 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.657658345 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.657658345 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.397772595 160.090648855 L 153.657658345 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.397772595 137.726622137 L 141.397772595 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.749101392 156.363311069 L 141.397772595 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.749101392 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"140.74910139181009\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.3977725954685\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"141.3977725954685\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.65765834461223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51250d78a5d0483d8b32ef6197c3ca6e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.74910139181009\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.3977725954685\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.3977725954685\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.65765834461223\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e008fd82652432a83c4c1813c05b3be\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tdabd8779b3a743f4847195fe09db6677\"><g class=\"toyplot-Edges\"><path d=\"M 151.12784065 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.12784065 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.316793012 197.364026718 L 151.12784065 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.511394373 130.271946565 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.868372169 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.868372169 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.511394373 130.271946565 L 150.868372169 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 144.316793012 197.364026718 L 144.511394373 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"144.31679301193128\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"151.12784065034447\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"144.51139437302879\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"150.86837216888111\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f0184493bc14ba08d9e5e96ce3d8435\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.31679301193128\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.12784065034447\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"144.51139437302879\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.86837216888111\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t19f06aeb70ed49cc8dc6e96097e7b01d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9707520bb08943c1a459537eb238a388\"><g class=\"toyplot-Edges\"><path d=\"M 133.808319513 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.808319513 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 204.81870229 L 133.808319513 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.003338141 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.003338141 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 204.81870229 L 146.003338141 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 130.271946565 L 132.705578466 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"132.70557846644596\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"132.70557846644596\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.80831951266524\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"146.00333814144312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta68bf3f4e07043c8ad8b738d2b9eab2d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.70557846644596\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.70557846644596\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.80831951266524\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.00333814144312\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t576efb49b5094f31b5432d837263bb52\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"teb902ce9a5804fe0a638ca1a02160456\"><g class=\"toyplot-Edges\"><path d=\"M 179.604506491 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.604506491 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.950186288 152.635973282 L 179.604506491 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.209654769 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.329342814 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.329342814 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.209654769 189.909351145 L 194.329342814 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.950186288 152.635973282 L 172.209654769 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"171.9501862877791\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"179.60450649094821\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"172.20965476924246\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.32934281399392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t220e721569864f16b3359fc75281fb4c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.9501862877791\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.60450649094821\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.20965476924246\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.32934281399392\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t14d035ac857248899537e9b29a52427f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7863c2ef366f49109db01a68abdba4d6\"><g class=\"toyplot-Edges\"><path d=\"M 133.224515429 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.132655114 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.036397603 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.036397603 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.078668725 219.728053435 L 164.036397603 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.078668725 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 134.132655114 167.545324427 L 136.078668725 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.224515429 111.635257634 L 134.132655114 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"133.22451542937264\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"134.13265511449441\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"136.07866872546961\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"164.03639760314664\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7983d162ddfd47b5ac15ec133bf218ca\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.22451542937264\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"134.13265511449441\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.07866872546961\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.03639760314664\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tebd98422e1704ad6a3ffcc26482b3526\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t62558b12b9b940f9aa52e8b9f8e916cb\"><g class=\"toyplot-Edges\"><path d=\"M 110.131820579 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.494864642 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 135.494864642 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.845358903 189.909351145 L 135.494864642 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.845358903 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 110.131820579 182.454675573 L 110.845358903 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.612883616 119.089933206 L 110.131820579 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 109.612883616 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"109.61288361620689\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"110.13182057913363\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"110.84535890315783\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"135.49486464217702\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t5e58556de2d243ebb09003ed47570092\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"109.61288361620689\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.13182057913363\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"110.84535890315783\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"135.49486464217702\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcbbef08903804ab3b0158cb966347f55\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t2efb05cfc30842dfbb6efcd15504825b\"><g class=\"toyplot-Edges\"><path d=\"M 120.96462968 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.089966724 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.089966724 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.548433764 160.090648855 L 150.089966724 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.548433764 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.029496801 137.726622137 L 121.548433764 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.96462968 156.363311069 L 121.029496801 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"120.96462968022891\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.02949680059473\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"121.54843376352144\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"150.08996672449106\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t773d7ab23448405d826d76ba31fda60e\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.96462968022891\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.02949680059473\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.54843376352144\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.08996672449106\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te50fe75b0e5947ddbb43bfc7de43a8e3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t32c8e560b57a4fb495861c3f665062b5\"><g class=\"toyplot-Edges\"><path d=\"M 117.915875023 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.100430188 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.100430188 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.915875023 160.090648855 L 140.100430188 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.164462773 167.545324427 L 117.915875023 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.164462773 167.545324427 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.034728532 141.453959924 L 116.164462773 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.034728532 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.03472853242508\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.16446277315674\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"117.91587502303443\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"140.10043018815168\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb2dffa778d844a94afe2dcc4729efb13\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.03472853242508\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.16446277315674\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.91587502303443\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.10043018815168\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tc6ffe94f144a4d97b1d7451ce535e1d1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te589655ad6f041e6ba68cc57a7899e66\"><g class=\"toyplot-Edges\"><path d=\"M 61.7409487862 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.4544871102 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.4544871102 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.4544871102 204.81870229 L 62.4544871102 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.4117987202 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 78.4117987202 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 62.4544871102 204.81870229 L 78.4117987202 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 61.7409487862 130.271946565 L 62.4544871102 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"61.74094878621699\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"62.454487110241232\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"62.454487110241232\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"78.411798720237854\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t47d983b939514648aa3c76efd9cc1827\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"61.74094878621699\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"62.454487110241232\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"62.454487110241232\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"78.411798720237854\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcf6da2cd695f4032bcc48f0ebe7b2ccb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta2d258eb293348919c98db527f4011b3\"><g class=\"toyplot-Edges\"><path d=\"M 172.144787649 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.144787649 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.830498243 189.909351145 L 172.144787649 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.171363576 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.171363576 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.095615724 115.36259542 L 159.171363576 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.095615724 115.36259542 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.830498243 189.909351145 L 157.095615724 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.83049824302771\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.14478764887664\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"157.09561572400179\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.17136357570865\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbd2835328ec64ae49ce03832ded05ef3\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.83049824302771\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.14478764887664\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.09561572400179\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.17136357570865\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9dcd714046114e02b9a8a3b2c1c59f15\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te920cb8d598c49c3986c888e69213bac\"><g class=\"toyplot-Edges\"><path d=\"M 173.961067019 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.961067019 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 189.909351145 L 173.961067019 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.73822066 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.73822066 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.830080975 115.36259542 L 138.73822066 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.830080975 115.36259542 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.376011133 189.909351145 L 137.830080975 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.37601113278637\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"173.96106701912015\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"137.8300809753473\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"138.73822066046904\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td92cf2168ce54be5a6af55c2ff679ac7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.37601113278637\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.96106701912015\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.8300809753473\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.73822066046904\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb020685c21bb429184cf547d9028caae\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te87e9db901364b85a1aa34cf2ad388ee\"><g class=\"toyplot-Edges\"><path d=\"M 170.198774038 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.198774038 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.69553227 197.364026718 L 170.198774038 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.533573103 130.271946565 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.809571316 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.809571316 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.533573103 130.271946565 L 169.809571316 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.69553227 197.364026718 L 160.533573103 130.271946565\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"154.69553227046569\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"170.19877403790144\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"160.53357310339126\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"169.80957131570639\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbd4881dee9024309bb343aaafef3a465\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.69553227046569\" cy=\"197.36402671755724\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.19877403790144\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.53357310339126\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.80957131570639\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta5784d9b993c4c0da3f4b09bb9dad05e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfa760cb8e794475695813caef52e6c5d\"><g class=\"toyplot-Edges\"><path d=\"M 169.290634353 152.635973282 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.783412657 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.783412657 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.874438436 189.909351145 L 194.783412657 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.61015549 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 186.61015549 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.874438436 189.909351145 L 186.61015549 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.290634353 152.635973282 L 169.874438436 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.2906343527797\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"169.87443843607227\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"194.78341265655482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"186.61015549045899\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t285d52f54b3c493eb46f753deef1bd7b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.2906343527797\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.87443843607227\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.78341265655482\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"186.61015549045899\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t1f0c2ee198944f9b872d182841219fa1\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td131275d147d4d2abd26047762c57381\"><g class=\"toyplot-Edges\"><path d=\"M 159.8849019 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.8849019 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.056489995 175.0 L 159.8849019 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.315958477 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.315958477 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.056489995 175.0 L 120.315958477 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.110476384 175.0 L 120.056489995 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.110476384 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"118.11047638413194\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.05648999510717\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"159.88490189973288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"120.31595847657053\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2916b96d366347d1a2391112c41cdfaa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.11047638413194\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.05648999510717\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.88490189973288\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.31595847657053\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf49a945d57274838ac2a5371c9a2466a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td124811e4a3347ef989519dce30dfb8a\"><g class=\"toyplot-Edges\"><path d=\"M 163.128257918 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.322859279 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.583162296 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.583162296 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.420368594 160.090648855 L 187.583162296 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 169.420368594 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.322859279 137.726622137 L 169.420368594 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.128257918 156.363311069 L 163.322859279 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.1282579180249\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.32285927912238\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"169.42036859351137\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"187.58316229594655\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"td9db2c417f1c4df8ae2e8a1975f84633\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.1282579180249\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.32285927912238\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"169.42036859351137\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.58316229594655\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tdc6fd9d604354a59a532a4ebff9ec851\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te558d4d6614e4cb9a86559bdedbff989\"><g class=\"toyplot-Edges\"><path d=\"M 121.224098162 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.337719939 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.58797676 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 170.58797676 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.337719939 219.728053435 L 170.58797676 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.743035125 167.545324427 L 124.337719939 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.743035125 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 121.224098162 111.635257634 L 121.743035125 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.22409816169223\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"121.74303512461896\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"124.33771993925254\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"170.58797676009647\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tbe58e2bf4edc40c3a5591216a2c85221\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.22409816169223\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"121.74303512461896\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.33771993925254\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"170.58797676009647\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbeaf95d20ac74cff9c39605ba5afc6df\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t075d12d6d2ec499ca4aede150adeb436\"><g class=\"toyplot-Edges\"><path d=\"M 150.738637928 119.089933206 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.803505049 182.454675573 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 189.909351145 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.01463614 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.01463614 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.452176252 189.909351145 L 160.01463614 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.803505049 182.454675573 L 151.452176252 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.738637928 119.089933206 L 150.803505049 182.454675573\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.73863792814944\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"150.80350504851529\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"151.45217625217367\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"160.01463614046455\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t55782b445cb742089918ebf85a6001b4\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.73863792814944\" cy=\"119.08993320610688\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.80350504851529\" cy=\"182.45467557251908\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.45217625217367\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.01463614046455\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8e3616129aa141d3ac382f8e28f3978d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf3c2f38f89d34fdc8da7f5d20dd653bf\"><g class=\"toyplot-Edges\"><path d=\"M 172.793458853 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.571864297 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.79387612 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.79387612 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.571864297 160.090648855 L 184.79387612 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.793458853 167.545324427 L 173.571864297 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.598857491 141.453959924 L 172.793458853 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.598857491 141.453959924 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.59885749143751\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"172.79345885253503\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"173.5718642969251\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"184.79387612021543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8ee77face3924492b1fab97b1f5736f7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.59885749143751\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.79345885253503\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.5718642969251\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.79387612021543\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t19f8edffc4fe49519d6ff38bc16ba4b4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta3a66811298349fa975e3945c1c5da06\"><g class=\"toyplot-Edges\"><path d=\"M 190.696784074 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.61580449 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.027185943 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 210.027185943 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 193.61580449 219.728053435 L 210.027185943 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.475189518 167.545324427 L 193.61580449 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 191.475189518 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 190.696784074 111.635257634 L 191.475189518 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"190.6967840735069\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"191.47518951789695\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"193.61580448996966\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"210.02718594252718\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t16d43f8d121b44a19c287156fab6c868\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"190.6967840735069\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"191.47518951789695\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"193.61580448996966\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"210.02718594252718\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t05f54dc40fba471fb80f372d44c4f5f6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tbbcc7e9bb0024638b65c535fc893ec43\"><g class=\"toyplot-Edges\"><path d=\"M 171.560983566 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.052927334 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.275773693 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 208.275773693 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 173.052927334 219.728053435 L 208.275773693 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.469123251 167.545324427 L 173.052927334 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 172.469123251 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 171.560983566 111.635257634 L 172.469123251 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"171.56098356558408\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"172.46912325070582\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"173.05292733399838\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"208.27577369264949\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tb56fd6e6adc54740af4b1b6a261e72e0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"171.56098356558408\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"172.46912325070582\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"173.05292733399838\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"208.27577369264949\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t89478c430bfc40c695b6655cbaeb907a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfaf533ffa48a4083a300f06c5b65c71b\"><g class=\"toyplot-Edges\"><path d=\"M 161.247111427 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.247111427 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 219.728053435 L 161.247111427 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 140.295031549 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 167.545324427 L 140.295031549 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.776094586 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.516626105 111.635257634 L 139.776094586 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 139.516626105 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.51662610485911\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"139.77609458632247\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"140.29503154924919\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"161.24711142741549\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t85eece78ca2646be921806dd285dec87\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.51662610485911\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"139.77609458632247\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"140.29503154924919\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.24711142741549\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t143ab10f56a346df8a6dbcb157c5cbda\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tfe2a5e8f25ba40e69e9ce9b66e0f8314\"><g class=\"toyplot-Edges\"><path d=\"M 164.230998964 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.230998964 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.582327761 189.909351145 L 164.230998964 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.469957786 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.469957786 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.582327761 189.909351145 L 196.469957786 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.674188075 152.635973282 L 163.582327761 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.674188075 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"162.67418807546397\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"163.58232776058577\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.23099896424415\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"196.46995778606663\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te66bab50df2245c2b2a3876d9d9c35c2\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.67418807546397\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.58232776058577\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.23099896424415\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.46995778606663\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t5c1dfdc67c604058a1289f4c7fd6c530\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1d2b1d69c2c645a28d88834a18c21159\"><g class=\"toyplot-Edges\"><path d=\"M 151.971113215 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.544453835 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.544453835 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.046861067 160.090648855 L 162.544453835 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.046861067 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.971113215 167.545324427 L 154.046861067 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.625016151 141.453959924 L 151.971113215 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.625016151 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"147.62501615058912\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"151.97111321510042\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"154.04686106680728\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"162.54445383473231\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8598bcf466a64165a940c8711bedbe14\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.62501615058912\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.97111321510042\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.04686106680728\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.54445383473231\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t47b7c4def3504a6d91b7af687d31aae0\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t19d48e952d61425bbf27e9e77dbc40a4\"><g class=\"toyplot-Edges\"><path d=\"M 141.786975318 148.908635496 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.565380762 122.817270992 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.527924104 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.527924104 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.630247882 189.909351145 L 153.527924104 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.630247882 189.909351145 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.565380762 122.817270992 L 142.630247882 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 141.786975318 148.908635496 L 142.565380762 122.817270992\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"141.78697531766352\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"142.56538076205362\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"142.63024788241944\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"153.52792410388059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0f53711af1014f5489e51c0fc5fe7aaf\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"141.78697531766352\" cy=\"148.90863549618319\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.56538076205362\" cy=\"122.8172709923664\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.63024788241944\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.52792410388059\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t9be59fabe9784477bb5b463b50890cbb\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"td4aacc71bcc14d1583ca2da0844f6c57\"><g class=\"toyplot-Edges\"><path d=\"M 196.924027629 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.924027629 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.874855704 160.090648855 L 196.924027629 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.874855704 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.058576334 167.545324427 L 181.874855704 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 180.058576334 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.928842093 141.453959924 L 180.058576334 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.928842093 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"179.92884209277744\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"180.05857633350914\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"181.87485570375262\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"196.92402762862753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t66fc5e9dcd7d407eaee3305977b131d9\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.92884209277744\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"180.05857633350914\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.87485570375262\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.92402762862753\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t578189e0fe2a4e66b13b92f1310f2d64\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te61c72f4784542e88e8db67b192625e5\"><g class=\"toyplot-Edges\"><path d=\"M 149.635896882 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.895365363 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.599692027 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 196.599692027 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.895365363 219.728053435 L 196.599692027 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.635896882 167.545324427 L 149.895365363 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.727757197 111.635257634 L 149.635896882 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.727757197 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"148.7277571968084\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.63589688193017\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"149.89536536339349\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"196.59969202679829\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tad131a23d304418bb5ba3b949a4ef461\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.7277571968084\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.63589688193017\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.89536536339349\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"196.59969202679829\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t05d809fea43e4615a74de1e5e8c83a27\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf6a3631f2a2f479fac7ed7f278553eec\"><g class=\"toyplot-Edges\"><path d=\"M 151.192707771 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.192707771 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.484401179 152.635973282 L 151.192707771 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.414302326 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.08515226 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.08515226 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 150.414302326 160.090648855 L 167.08515226 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.484401179 152.635973282 L 150.414302326 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.48440117851641\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"151.19270777071034\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"150.41430232632024\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"167.08515226034109\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t51581a772c76409f8ad657e062c59ebd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.48440117851641\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.19270777071034\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"150.41430232632024\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.08515226034109\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t24509b282a424ce7945d7ed0d608127f\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t81059153ac14454fa0adefe540553973\"><g class=\"toyplot-Edges\"><path d=\"M 124.207985699 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.154416577 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 138.154416577 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 124.207985699 219.728053435 L 138.154416577 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.510559838 167.545324427 L 124.207985699 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.510559838 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.121357115 111.635257634 L 120.510559838 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 120.121357115 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"120.12135711547296\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"120.510559837668\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"124.2079856985209\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"138.15441657717651\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t351db5d223c34a259d5a4e002acd10c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.12135711547296\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"120.510559837668\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"124.2079856985209\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"138.15441657717651\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t2aa6591b1ec841658278775f0882fbaf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t1a5c731de1ca4f5ea3bd42b64613c0b3\"><g class=\"toyplot-Edges\"><path d=\"M 133.35424967 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.246276892 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.480003982 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.480003982 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.246276892 219.728053435 L 174.480003982 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.35424967 137.726622137 L 137.246276892 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.835312707 126.544608779 L 133.35424967 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.835312707 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"132.83531270717759\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"133.35424967010431\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"137.24627689205471\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"174.48000398204681\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfec05b1d19a2481a952142191e5f87ec\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.83531270717759\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.35424967010431\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.24627689205471\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.48000398204681\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t926252ec758c445f9c89e569d5b2bbf6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t5ab6eeaa05e4434f8a50feeb2639f373\"><g class=\"toyplot-Edges\"><path d=\"M 142.889716364 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.51746064 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.51746064 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 142.889716364 219.728053435 L 163.51746064 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.959815216 167.545324427 L 142.889716364 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.959815216 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.959815216 111.635257634 L 137.959815216 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.959815216 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.95981521607897\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"137.95981521607897\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"142.88971636388283\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"163.51746064021992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2104d587659d4288a923d85b93fdb7c5\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.95981521607897\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.95981521607897\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"142.88971636388283\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.51746064021992\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tf05591d57e1a45fc9b412c65a3e52e0d\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t06c89e6f1c7a4f7f84634ec5d99f2389\"><g class=\"toyplot-Edges\"><path d=\"M 174.674605343 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.047695602 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.469540518 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.469540518 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 178.047695602 219.728053435 L 184.469540518 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.063808065 137.726622137 L 178.047695602 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.063808065 137.726622137 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.674605343 126.544608779 L 175.063808065 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"174.67460534314438\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"175.06380806533943\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"178.04769560216809\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"184.46954051838622\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t3eafcc99ef9042e4b937c46f41e8be5c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.67460534314438\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.06380806533943\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"178.04769560216809\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.46954051838622\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t16660467e18345d0be8c54fb305a5057\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t594a607323b94a35b06e1f0e73d2f6f1\"><g class=\"toyplot-Edges\"><path d=\"M 179.539639371 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.496533713 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.388560935 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.588811295 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.588811295 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 187.388560935 219.728053435 L 194.588811295 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 183.496533713 167.545324427 L 187.388560935 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.539639371 111.635257634 L 183.496533713 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"179.53963937058242\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"183.49653371289861\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"187.38856093484898\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"194.58881129545725\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t37448807b618417f89246807c1265b4b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.53963937058242\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"183.49653371289861\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"187.38856093484898\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.58881129545725\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t30066e68b67e4d1cb08f2996143571f4\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t35b670e89dcc41cbbfdafb5270acc662\"><g class=\"toyplot-Edges\"><path d=\"M 153.138721382 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 167.545324427 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.393792667 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.393792667 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.527924104 219.728053435 L 182.393792667 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.527924104 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.203588502 167.545324427 L 153.527924104 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.138721382 111.635257634 L 153.203588502 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.13872138168551\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.20358850205136\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"153.52792410388054\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"182.39379266667936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t703ff8a2eb92489ebe03c717a3f8af36\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.13872138168551\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.20358850205136\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.52792410388054\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.39379266667936\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t3dc037d66f6045ec8a25638ce9a24243\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb7d335e40a0b4b64a130146e705710fd\"><g class=\"toyplot-Edges\"><path d=\"M 159.171363576 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 159.171363576 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.917126826 152.635973282 L 159.171363576 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.868789437 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 162.868789437 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.084734993 219.728053435 L 162.868789437 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 155.084734993 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 153.917126826 152.635973282 L 155.084734993 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"153.91712682607562\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"159.17136357570868\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"155.08473499266074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"162.86878943656157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6c2b86fadc4a4242853f584acbe7f165\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"153.91712682607562\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"159.17136357570868\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"155.08473499266074\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"162.86878943656157\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tbb56bf2781ab47c2b1871a6eca39ebef\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t91585508e7534d039e6830bd461099c7\"><g class=\"toyplot-Edges\"><path d=\"M 164.036397603 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.036397603 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.598440224 152.635973282 L 164.036397603 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.258409426 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.258409426 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.539222103 219.728053435 L 175.258409426 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 167.539222103 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 160.598440224 152.635973282 L 167.539222103 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"160.59844022375711\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"164.03639760314664\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"167.53922210290202\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"175.25840942643697\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tfb78c5aec3a44b829fb7ebffae74701c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"160.59844022375711\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.03639760314664\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"167.53922210290202\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.25840942643697\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te49ef848058349ef938364a3c85be43e\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t9b4dc7c92e1c4f24acf6087de02846c4\"><g class=\"toyplot-Edges\"><path d=\"M 174.025934139 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.394209934 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 194.394209934 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.393792667 219.728053435 L 194.394209934 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 182.393792667 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.97194775 137.726622137 L 182.393792667 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.97194775 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.025934139 126.544608779 L 175.97194775 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"174.025934139486\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"175.9719477504612\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"182.39379266667936\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"194.39420993435976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t0607bd4e10b54a2ba545038e28ae870d\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.025934139486\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.9719477504612\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"182.39379266667936\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"194.39420993435976\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t78902d9ab0f343558fe030d5e8457198\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t6d68eaed9e534363a37eaaa993ea2c7f\"><g class=\"toyplot-Edges\"><path d=\"M 118.240210625 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.376845668 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.376845668 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.240210625 219.728053435 L 161.376845668 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.802253245 152.635973282 L 118.240210625 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.499679106 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 118.499679106 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.802253245 152.635973282 L 118.499679106 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"114.80225324547412\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.24021062486366\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"161.37684566814721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"118.49967910632702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2aa9d84b4ed24546975389d2e5e4329f\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.80225324547412\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.24021062486366\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.37684566814721\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"118.49967910632702\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t8780d8dddb06464abf5f205ca5d3a784\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tc38f9300249c4baba69427d6f93a79db\"><g class=\"toyplot-Edges\"><path d=\"M 157.549685567 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.620201686 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 164.620201686 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.549685567 219.728053435 L 164.620201686 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.137469579 152.635973282 L 157.549685567 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.786140782 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.786140782 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.137469579 152.635973282 L 117.786140782 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"117.13746957864434\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.54968556656263\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"164.62020168643917\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"117.78614078230274\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4bbcbd09bf054794839e693b57b35464\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.13746957864434\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.54968556656263\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"164.62020168643917\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.78614078230274\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tce0649baa38a475c8238429dc7640167\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8010a4f7ed3d43bb8724c06cb22ce624\"><g class=\"toyplot-Edges\"><path d=\"M 117.656406542 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.494447374 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.710810198 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.889299096 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.889299096 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.710810198 219.728053435 L 130.889299096 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 123.494447374 137.726622137 L 127.710810198 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 117.656406542 126.544608779 L 123.494447374 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"117.65640654157107\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"123.49444737449667\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"127.71081019827626\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"130.88929909620245\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t083f8b7156ff439d9f1f7f03985971a7\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"117.65640654157107\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"123.49444737449667\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.71081019827626\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.88929909620245\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"te3a8b735de8448918d92d5fa0179fb06\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0ea5736b118948b1b4e26fe7b635acf5\"><g class=\"toyplot-Edges\"><path d=\"M 112.467036912 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.348183403 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.635062347 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.19835677 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 158.19835677 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 125.635062347 219.728053435 L 158.19835677 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.348183403 137.726622137 L 125.635062347 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.467036912 126.544608779 L 114.348183403 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"112.46703691230385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.34818340291321\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"125.63506234656938\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"158.19835677022104\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"te37ed64e94ad4db9a596a6ee1c04e2c8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.46703691230385\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.34818340291321\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"125.63506234656938\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"158.19835677022104\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta2c41729a5794ed791d88b2d25cd1de2\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb3ed215581ca48d89115d7fb96490a3b\"><g class=\"toyplot-Edges\"><path d=\"M 94.1745089691 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.899345292 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 108.899345292 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.0556554597 189.909351145 L 108.899345292 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.212800163 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 107.212800163 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 96.0556554597 189.909351145 L 107.212800163 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 94.1745089691 152.635973282 L 96.0556554597 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"94.174508969137008\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"96.055655459746362\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"108.89934529218269\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"107.21280016267085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t938da5fed2eb476d9faf504ffb013d9b\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"94.174508969137008\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"96.055655459746362\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"108.89934529218269\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"107.21280016267085\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcc5feacd3e624bb6a71dbda8138f3dff\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"ta00699b92dd8431eb1ed5cbf7f0ea141\"><g class=\"toyplot-Edges\"><path d=\"M 115.256323088 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.991622875 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.991622875 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.861888634 189.909351145 L 119.991622875 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.5379703 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.5379703 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.861888634 189.909351145 L 131.5379703 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 115.256323088 152.635973282 L 119.861888634 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"115.25632308803499\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"119.8618886340096\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"119.99162287474132\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"131.53797029986083\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t2803d4a159c8455c84491a242c3e52aa\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"115.25632308803499\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.8618886340096\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.99162287474132\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.53797029986083\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tff4dcecf30974d3aacf8359a577e756b\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te0ee0bc7b4424822bdb47a38a30f945e\"><g class=\"toyplot-Edges\"><path d=\"M 149.571029762 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.571029762 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.78655805 175.0 L 149.571029762 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.938053753 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 133.938053753 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.78655805 175.0 L 133.938053753 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.802670513 175.0 L 129.78655805 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.802670513 175.0 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"126.80267051315448\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"129.78655804998311\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"149.57102976156429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"133.93805375339684\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"ta228d4a8e2b14bba8f2ccd79a852cb39\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.80267051315448\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.78655804998311\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.57102976156429\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"133.93805375339684\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td9199ca454ac4a5498f90d8a348db849\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t10b334045ee94b9085eb86d480de34ad\"><g class=\"toyplot-Edges\"><path d=\"M 82.4984273033 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.506579909 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 161.506579909 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6660354699 219.728053435 L 161.506579909 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 83.6660354699 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 82.4984273033 167.545324427 L 83.6660354699 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.0765823871 111.635257634 L 82.4984273033 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 76.0765823871 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"76.076582387067646\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"82.498427303285808\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"83.66603546987092\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"161.50657990887888\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t477fe41892fe403b8f60f239aec157db\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"76.076582387067646\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"82.498427303285808\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"83.66603546987092\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"161.50657990887888\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb3f3358b919943a8bd50125f92bfd3ba\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t49523b83196d4787a44674e79e87c8e2\"><g class=\"toyplot-Edges\"><path d=\"M 204.513480711 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 204.513480711 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.485652982 219.728053435 L 204.513480711 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 181.485652982 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.84221351 152.635973282 L 181.485652982 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.296283352 85.5438931298 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.296283352 85.5438931298 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.84221351 152.635973282 L 176.296283352 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"175.8422135097295\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"181.48565298155756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"204.51348071143079\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"176.29628335229037\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t30ff19ee37ac4b628209851fe0a08818\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.8422135097295\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"181.48565298155756\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"204.51348071143079\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.29628335229037\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t363837b3ecac4759a9634afd2cd04429\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tcad8d6cc092e4c0ebad78081f619b79e\"><g class=\"toyplot-Edges\"><path d=\"M 105.201919431 85.5438931298 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 105.201919431 85.5438931298 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.812716709 152.635973282 L 105.201919431 85.5438931298\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.225349965 264.45610687 L 304.084510473 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.225349965 264.45610687 L 304.084510473 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.337302672 219.728053435 L 157.225349965 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.337302672 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 104.812716709 152.635973282 L 112.337302672 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"104.81271670913478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"105.2019194313298\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"112.33730267157222\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"157.22534996473348\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t4e2dcb6ee9654e95b8d69ec78d061753\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"104.81271670913478\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"105.2019194313298\" cy=\"85.543893129770993\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.33730267157222\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.22534996473348\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t58c4631340314a38bdd5693b13830974\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7adc2054257441ee8937cd31bbc72d81\"><g class=\"toyplot-Edges\"><path d=\"M 199.713313804 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 199.713313804 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.591956689 219.728053435 L 199.713313804 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.591956689 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.202753967 137.726622137 L 129.591956689 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.202753967 137.726622137 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.202753967 126.544608779 L 129.202753967 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 129.202753967 126.544608779 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"129.20275396669058\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"129.20275396669058\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"129.5919566888856\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"199.71331380435859\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tc45e841857a44c289b38d9ebcf640de8\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.20275396669058\" cy=\"126.54460877862596\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.20275396669058\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"129.5919566888856\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"199.71331380435859\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tb68dcaaa0da043cd980ab8fad1a2c344\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t893b08d63d7c43c0a3272575350b566a\"><g class=\"toyplot-Edges\"><path d=\"M 116.683399736 115.36259542 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 116.683399736 115.36259542 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.218449162 115.36259542 L 116.683399736 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 114.218449162 115.36259542 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.791372514 189.909351145 L 114.218449162 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.861888634 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 119.861888634 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 112.791372514 189.909351145 L 119.861888634 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"112.79137251413303\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"114.21844916218151\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"116.68339973608346\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"119.8618886340096\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t21b3f5ac8c5c4320855b7cbf153c6ccd\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"112.79137251413303\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"114.21844916218151\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"116.68339973608346\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"119.8618886340096\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299508\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"ta042cf82a1314a9299f4aea58316c0e6\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tb9be7b39fb7b40409e4b55b3672e4d52\"><g class=\"toyplot-Edges\"><path d=\"M 102.931570219 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.516208837 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.516208837 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.931570219 160.090648855 L 127.516208837 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.153164774 167.545324427 L 102.931570219 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 102.153164774 167.545324427 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.958563413 141.453959924 L 102.153164774 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 101.958563413 141.453959924 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"101.95856341303779\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"102.15316477413532\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"102.93157021852538\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"127.51620883717877\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:rgb(40%,76.1%,64.7%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t8b95ff841c364e999d3e0d96dcf6c349\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"101.95856341303779\" cy=\"141.45395992366412\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.15316477413532\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"102.93157021852538\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.51620883717877\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t6bf5d192a6544079b9c9737ac48e134a\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te878e475fc4d443da58989fc121bbcfa\"><g class=\"toyplot-Edges\"><path d=\"M 154.63066515 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 154.63066515 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.467871448 204.81870229 L 154.63066515 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.959815216 145.18129771 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 137.959815216 145.18129771 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.467871448 204.81870229 L 137.959815216 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.403004327 130.271946565 L 136.467871448 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 136.403004327 130.271946565 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.40300432729882\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"136.46787144766466\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"154.63066515009982\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"137.95981521607897\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(98.8%,55.3%,38.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(98.8%,55.3%,38.4%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t290f5011cdce40ccb04736e04b0fedca\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.40300432729882\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"136.46787144766466\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"154.63066515009982\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"137.95981521607897\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"td60414ac36fd466ea53a73e33eb98830\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t8c11f1420f954c46bf1c6e3390a4bf48\"><g class=\"toyplot-Edges\"><path d=\"M 157.679419807 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 157.679419807 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.262806623 204.81870229 L 157.679419807 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 145.18129771 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 147.56014903 145.18129771 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 146.262806623 204.81870229 L 147.56014903 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.289799817 130.271946565 L 146.262806623 204.81870229\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.289799817 130.271946565 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"145.2897998174189\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"146.26280662290651\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"157.67941980729438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"147.5601490302233\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(55.3%,62.7%,79.6%);fill-opacity:1.0;opacity:1.0;stroke:rgb(55.3%,62.7%,79.6%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t83e9a31c81264350b1073c7c5c9bc324\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.2897998174189\" cy=\"130.27194656488552\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"146.26280662290651\" cy=\"204.81870229007632\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"157.67941980729438\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"147.5601490302233\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tfd8b2f0eec5841be8157721d5c559ccf\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t0ea94831ae094ec0852889bbfe3ee5e2\"><g class=\"toyplot-Edges\"><path d=\"M 145.030331336 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.517877908 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 175.517877908 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.662890076 219.728053435 L 175.517877908 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.662890076 219.728053435 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 145.030331336 167.545324427 L 148.662890076 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.92759029 111.635257634 L 145.030331336 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 143.92759029 111.635257634 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"143.92759028973626\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"145.03033133595551\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"148.66289007644258\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"175.51787790790033\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(90.6%,54.1%,76.5%);fill-opacity:1.0;opacity:1.0;stroke:rgb(90.6%,54.1%,76.5%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t7825321234044e7e81b73e45b9e076c0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"143.92759028973626\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"145.03033133595551\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.66289007644258\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"175.51787790790033\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299519\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t054ce818f272499eb45f063dca5fa9c3\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t7ce715519128436f95ac816c5c593251\"><g class=\"toyplot-Edges\"><path d=\"M 127.191873235 167.545324427 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.500096374 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.500096374 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.386474596 219.728053435 L 130.500096374 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.386474596 219.728053435 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 127.191873235 167.545324427 L 127.386474596 219.728053435\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.089132189 111.635257634 L 127.191873235 167.545324427\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 126.089132189 111.635257634 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"126.08913218913025\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"127.19187323534955\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"127.38647459644706\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"130.50009637400737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(65.1%,84.7%,32.9%);fill-opacity:1.0;opacity:1.0;stroke:rgb(65.1%,84.7%,32.9%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t495609dcc792477aa8d5d7565a4708a0\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"126.08913218913025\" cy=\"111.6352576335878\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.19187323534955\" cy=\"167.54532442748092\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"127.38647459644706\" cy=\"219.72805343511448\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.50009637400737\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t24614cd472304638a6dd6daacd9ae997\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"t69c4cd941f134fa1b685288c63a222b5\"><g class=\"toyplot-Edges\"><path d=\"M 130.629830615 152.635973282 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.544871102 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 174.544871102 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.862305902 189.909351145 L 174.544871102 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 115.36259542 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 132.705578466 115.36259542 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 131.862305902 189.909351145 L 132.705578466 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 130.629830615 152.635973282 L 131.862305902 189.909351145\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"130.62983061473903\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"131.86230590168998\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"174.54487110241269\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"132.7055784664459\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(100%,85.1%,18.4%);fill-opacity:1.0;opacity:1.0;stroke:rgb(100%,85.1%,18.4%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t6f8a5e76f4ef4c36b299ded5610c178c\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"130.62983061473903\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"131.86230590168998\" cy=\"189.90935114503816\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"174.54487110241269\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"132.7055784664459\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tac3ceea27c664a619ec110025756b5dd\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"te2fe9bccd97140cf994ff0540d1b346f\"><g class=\"toyplot-Edges\"><path d=\"M 149.830498243 160.090648855 L 304.084510473 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.776929122 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 163.776929122 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 149.830498243 160.090648855 L 163.776929122 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.403421595 152.635973282 L 149.830498243 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.776511854 145.18129771 L 304.084510473 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 151.776511854 145.18129771 L 304.084510473 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 148.403421595 152.635973282 L 151.776511854 145.18129771\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"148.40342159497919\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"149.83049824302771\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"163.77692912168328\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"151.77651185400288\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(89.8%,76.9%,58%);fill-opacity:1.0;opacity:1.0;stroke:rgb(89.8%,76.9%,58%);stroke-opacity:1.0\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"t9d55ad481d244992afe57959ea858c28\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"148.40342159497919\" cy=\"152.63597328244276\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"149.83049824302771\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"163.77692912168328\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"151.77651185400288\" cy=\"145.18129770992368\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.08451047299513\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"tcc5ef1c2617c46bba17c62d71fadb329\" style=\"-toyplot-anchor-shift:0px;alignment-baseline:middle;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"></g></g><g class=\"toyplot-mark-Graph\" id=\"tf1ab72b012d1480aadffd31d0a743fb2\"><g class=\"toyplot-Edges\"><path d=\"M 179.215303769 160.090648855 L 304.149377593 55.7251908397\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.729009 264.45610687 L 304.149377593 234.63740458\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 184.729009 264.45610687 L 304.149377593 294.27480916\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 179.215303769 160.090648855 L 184.729009 264.45610687\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.399024399 137.726622137 L 179.215303769 160.090648855\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 177.399024399 137.726622137 L 304.149377593 115.36259542\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.750353195 156.363311069 L 177.399024399 137.726622137\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path><path d=\"M 176.750353195 156.363311069 L 304.149377593 175.0\" style=\"fill:none;opacity:0.01;stroke:rgb(16.1%,15.3%,14.1%);stroke-linecap:round;stroke-opacity:1.0;stroke-width:2\"></path></g><g class=\"toyplot-Vertices\"><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"176.7503531948513\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"177.39902439850968\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"179.21530376875322\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"184.72900899984964\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(70.2%,70.2%,70.2%);fill-opacity:1.0;opacity:1.0;stroke:rgb(70.2%,70.2%,70.2%);stroke-opacity:1.0\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Scatterplot\" id=\"tec319c2c001348098eb9e8fcc7b32991\" style=\"\"><g class=\"toyplot-Series\"><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"176.7503531948513\" cy=\"156.36331106870227\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"177.39902439850968\" cy=\"137.7266221374046\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"179.21530376875322\" cy=\"160.09064885496184\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"184.72900899984964\" cy=\"264.45610687022901\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"294.27480916030532\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"234.63740458015266\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"175.0\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"115.36259541984731\" r=\"0.0\"></circle></g><g class=\"toyplot-Datum\" style=\"fill:rgb(40%,76.1%,64.7%);fill-opacity:1.0;opacity:1.0;stroke:none\"><circle cx=\"304.14937759336101\" cy=\"55.725190839694662\" r=\"0.0\"></circle></g></g></g><g class=\"toyplot-mark-Text\" id=\"t44fe683adcdf43468329c9a39099a487\" style=\"-toyplot-anchor-shift:12px;alignment-baseline:middle;fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-size:12px;font-weight:normal;stroke:none;text-anchor:start\"><g class=\"toyplot-Series\"><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,294.27480916030532)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">glabrata</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,234.63740458015266)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">insipida</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,175.0)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">yoponensis</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,115.36259541984731)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">maxima</tspan></text><text class=\"toyplot-Datum\" style=\"fill:rgb(16.1%,15.3%,14.1%);fill-opacity:1.0;font-weight:normal;opacity:1.0;stroke:none;text-anchor:start\" transform=\"translate(304.14937759336101,55.725190839694662)translate(12.0,3.375)\"><tspan style=\"font-size:12.0px\">tonduzii</tspan></text></g></g></g><g class=\"toyplot-coordinates-Axis\" id=\"t1945f97dba564a0ab6498ac0f9997a9f\" transform=\"translate(50.0,300.0)translate(0,10.0)\"><line style=\"\" x1=\"0\" x2=\"254.14937759336098\" y1=\"0\" y2=\"0\"></line><g><line style=\"\" x1=\"254.14937759336098\" x2=\"254.14937759336098\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"156.84869704460104\" x2=\"156.84869704460104\" y1=\"0\" y2=\"-5\"></line><line style=\"\" x1=\"59.54801649584107\" x2=\"59.54801649584107\" y1=\"0\" y2=\"-5\"></line></g><g><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(254.14937759336098,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">0.0</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(156.84869704460104,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">1.5</tspan></text><text style=\"font-weight:normal;stroke:none;text-anchor:middle\" transform=\"translate(59.54801649584107,6)translate(0,7.5)\"><tspan style=\"font-size:10.0px\">3.0</tspan></text></g><text style=\"font-weight:bold;stroke:none;text-anchor:middle\" transform=\"translate(175.0,22)translate(0,9.0)\"><tspan style=\"font-size:12.0px\">Divergence time (substitutions/site x 10</tspan><tspan dy=\"-3.6\" style=\"font-size:8.4px\">-3</tspan><tspan dy=\"3.6\" style=\"font-size:12.0px\">)</tspan></text><g class=\"toyplot-coordinates-Axis-coordinates\" style=\"visibility:hidden\" transform=\"\"><line style=\"stroke:rgb(43.9%,50.2%,56.5%);stroke-opacity:1.0;stroke-width:1.0\" x1=\"0\" x2=\"0\" y1=\"-3.0\" y2=\"4.5\"></line><text style=\"alignment-baseline:alphabetic;fill:rgb(43.9%,50.2%,56.5%);fill-opacity:1.0;font-size:10px;font-weight:normal;stroke:none;text-anchor:middle\" x=\"0\" y=\"-6\"></text></g></g></g></svg><div class=\"toyplot-interactive\"><ul class=\"toyplot-mark-popup\" onmouseleave=\"this.style.visibility='hidden'\" style=\"background:rgba(0%,0%,0%,0.75);border:0;border-radius:6px;color:white;cursor:default;list-style:none;margin:0;padding:5px;position:fixed;visibility:hidden\">\n",
       "            <li class=\"toyplot-mark-popup-title\" style=\"color:lightgray;cursor:default;padding:5px;list-style:none;margin:0\"></li>\n",
       "            <li class=\"toyplot-mark-popup-save-csv\" onmouseout=\"this.style.color='white';this.style.background='steelblue'\" onmouseover=\"this.style.color='steelblue';this.style.background='white'\" style=\"border-radius:3px;padding:5px;list-style:none;margin:0\">\n",
       "                Save as .csv\n",
       "            </li>\n",
       "        </ul><script>\n",
       "        (function()\n",
       "        {\n",
       "          var data_tables = [{\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcb4ab3e6a5804e96921f56a77428d922\", \"columns\": [[-0.002408, -0.002399, -0.002378, -0.002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf89b126053b0469fbde7fce68f1307ac\", \"columns\": [[-0.002359, -0.002327, -0.002319, -0.001518, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb740cf48c85542bea0eb05052e3cfe36\", \"columns\": [[-0.002686, -0.002676, -0.002584, -0.001778, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta7523ed7b76c4f1ba787996b43cd87ab\", \"columns\": [[-0.0028820000000000004, -0.0028380000000000002, -0.0027940000000000005, -0.0025080000000000007, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7baacfa72d8443e29a15edc8fd12521e\", \"columns\": [[-0.0025700000000000002, -0.0025510000000000003, -0.0024720000000000002, -0.002128, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8c2e780133094e789c8ede72b1de6cd5\", \"columns\": [[-0.0029549999999999997, -0.002868, -0.002829, -0.0022829999999999994, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0a1853da1b574e3dae2b33277c60a75d\", \"columns\": [[-0.002604, -0.002596, -0.002593, -0.00247, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9fb106c4094943d7a0b331d56a674b45\", \"columns\": [[-0.003223, -0.0032080000000000003, -0.003108, -0.0021070000000000004, -8.673617379884035e-19, -8.673617379884035e-19, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbcaea97815c144169f78c17373527953\", \"columns\": [[-0.0028480000000000003, -0.0027930000000000003, -0.002439, -0.0027270000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t24d75f0cd475418e86d94b2c80fafc34\", \"columns\": [[-0.0030830000000000002, -0.0030570000000000003, -0.00302, -0.0020610000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4e1e9abc6ead4d4c8cb878c4f3504337\", \"columns\": [[-0.002628, -0.002595, -0.002487, -0.00248, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t966069a16516411fb2f2e773ec943022\", \"columns\": [[-0.002423, -0.002414, -0.002405, -0.002358, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.6875, 2.375, 0.75, 1.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te0a3cdf773104cedb7384ba07e41538b\", \"columns\": [[-0.003049, -0.002993, -0.002904, -0.003013, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te0051eee2ba843a98ba1f3f1253cb38a\", \"columns\": [[-0.002706, -0.002662, -0.002614, -0.002537, 0.0, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a2243d7a1cd4bcfb72f41669c180883\", \"columns\": [[-0.003271, -0.003192, -0.002536, -0.003258, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8d5cd5f3b0f44e6e80f88ef3abb26c39\", \"columns\": [[-0.0033740000000000003, -0.0028070000000000005, -0.003343, -0.0033230000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e25a84a2b9246e3b1fb8252f65bde04\", \"columns\": [[-0.002122, -0.002111, -0.002079, -0.0016150000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb5b838e210ac45dab1fb0a559fe2c831\", \"columns\": [[-0.002162, -0.002101, -0.00209, -0.002005, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1521677cbe9e426d8a1eb26c40e462aa\", \"columns\": [[-0.001832, -0.0017590000000000001, -0.001722, -0.001525, -1.0000000000003496e-06, -1.0000000000003496e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6a93f58ff77b4098a65da6b54a8efa7a\", \"columns\": [[-0.002473, -0.002456, -0.00245, -0.002168, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfc83ec4121a24bb992bc7a6beb485f79\", \"columns\": [[-0.002926, -0.002925, -0.002915, -0.0028850000000000004, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3362e804467f427180c5499a24d1a366\", \"columns\": [[-0.003084, -0.002582, -0.003065, -0.0030529999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf8527572233a46ad9739fe44619f0929\", \"columns\": [[-0.002975, -0.002908, -0.002841, -0.0024490000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7771375322b64cde98ca7697ab9bed35\", \"columns\": [[-0.002964, -0.002956, -0.0029230000000000003, -0.002647, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8095949b0da64eeb89622c24fcee7f2c\", \"columns\": [[-0.002203, -0.002138, -0.002163, -0.0014620000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7f7691a6df8e423da73027b53a97e83b\", \"columns\": [[-0.0016539999999999999, -0.0015199999999999999, -0.001604, -0.001416, 0.0, 0.0, 0.0, -9.999999999999159e-07, -9.999999999999159e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta8dc84c5005147638644f243389b0473\", \"columns\": [[-0.0020900000000000003, -0.0020670000000000003, -0.002063, -0.0019730000000000004, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t57f67e14fb9d4cf88e965043ea30087e\", \"columns\": [[-0.00255, -0.0025310000000000003, -0.0024470000000000004, -0.00254, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te831b3f27c07475db0814a2cae4ea46d\", \"columns\": [[-0.0026349999999999998, -0.002316, -0.0026279999999999997, -0.002623, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -9.99999999999699e-07], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t17e243127e774e279d5ec5d313f0aa9a\", \"columns\": [[-0.002434, -0.002427, -0.002398, -0.001905, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tecda846db5ff4887908b30fab08d39a1\", \"columns\": [[-0.002436, -0.002346, -0.002169, -0.0019259999999999998, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4dd4040990234709a6e7623bc835c46f\", \"columns\": [[-0.001783, -0.001778, -0.001722, -0.001663, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad5c79db74c04322b3b8d161338dec71\", \"columns\": [[-0.002242, -0.002196, -0.002186, -0.001737, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8522cc8bd8bb442080fe8a6019c8f5d9\", \"columns\": [[-0.002523, -0.002496, -0.0024460000000000003, -0.0023870000000000002, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, -9.99999999999699e-07], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a724495bb934098ac57e90e3a15a924\", \"columns\": [[-0.0035730000000000002, -0.003527, -0.0035150000000000003, -0.003399, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t577f8f2fe6a74fb7b2a9fd02d45f37b0\", \"columns\": [[-0.0025380000000000003, -0.002491, -0.002354, -0.0019480000000000005, 0.0, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc0dda3efcb56450b8f6e832d50b87b3a\", \"columns\": [[-0.002532, -0.002394, -0.002143, -0.002388, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t776898e471c547c98b1b0658f4eb5186\", \"columns\": [[-0.002486, -0.002351, -0.002345, -0.001879, 0.0, 0.0, -9.99999999999699e-07, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t256ec74e7e3340d9b9c4bfddd53d4294\", \"columns\": [[-0.0028280000000000002, -0.0027630000000000003, -0.0022440000000000003, -0.002732, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t37c662eceba1402da3ec33144ac67637\", \"columns\": [[-0.0035130000000000005, -0.0034140000000000004, -0.0031020000000000006, -0.0026420000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4bb1968479a94dee9dc07067361c881c\", \"columns\": [[-0.002632, -0.002574, -0.002571, -0.002065, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t63d5bcdc0c7549d790cc0e708ef4967b\", \"columns\": [[-0.003282, -0.0021260000000000003, -0.0032430000000000002, -0.003091, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e450a8d87954402bddbe334b1358a32\", \"columns\": [[-0.0028910000000000003, -0.00289, -0.002782, -0.002746, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d4f0fd6cba44b18938a2b253bba2822\", \"columns\": [[-0.0027300000000000002, -0.0026430000000000004, -0.002706, -0.002658, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03e7312e0b78483cb59052825afc464a\", \"columns\": [[-0.002791, -0.002156, -0.0027530000000000002, -0.0027140000000000003, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -1.0000000000001327e-06], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td5154ba298d341bc9977c3eb5413025b\", \"columns\": [[-0.002353, -0.002088, -0.002337, -0.001897, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t18d34f9184c84a3292773f2f48245123\", \"columns\": [[-0.003133, -0.003129, -0.003003, -0.002397, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5a25f7ab080c4315a098a5bba28fe71d\", \"columns\": [[-0.002823, -0.002811, -0.002647, -0.002386, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta4a81d713e494194b7d2bfb068d8ad3e\", \"columns\": [[-0.002711, -0.002708, -0.002195, -0.001977, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t573476f02ce74382a82ea936ba448708\", \"columns\": [[-0.001699, -0.001663, -0.001629, -0.001572, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.999999999999159e-07, 0.0, -9.999999999999159e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe05d5fab744432c86c39c90454a41f6\", \"columns\": [[-0.002601, -0.002554, -0.002572, -0.001861, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t035b8baad399461e887316b76049127d\", \"columns\": [[-0.00233, -0.002329, -0.002192, -0.001958, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6d484777d5ad4ce89e2ed07861dc19fe\", \"columns\": [[-0.002567, -0.002564, -0.002542, -0.0022489999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf213ec57873540f7ba17ed9eab990ed6\", \"columns\": [[-0.0022240000000000003, -0.002207, -0.0020750000000000005, -0.0019820000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4843d4727d8a43b9a6d1dbec6063bc56\", \"columns\": [[-0.0022600000000000003, -0.002226, -0.002216, -0.0016570000000000003, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3b7d68900de5412b91865b7f3c8c2be8\", \"columns\": [[-0.0025220000000000004, -0.0024990000000000004, -0.002478, -0.0021140000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5cafd5d7f6e34666b6991edbebb939c1\", \"columns\": [[-0.003086, -0.002993, -0.0028850000000000004, -0.0029600000000000004, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td7de2986b01b41a180dcdf3064fa5002\", \"columns\": [[-0.0022630000000000003, -0.0021820000000000003, -0.002132, -0.0018540000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta323a59bb82d4812b4a1f0ec18314322\", \"columns\": [[-0.002823, -0.0028, -0.002795, -0.002679, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t03a63c86d7fe4458ba8151d90980293b\", \"columns\": [[-0.0028510000000000002, -0.002831, -0.002756, -0.002553, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tceac2107729b4fe0a20b2b1b569d9873\", \"columns\": [[-0.0030800000000000003, -0.002929, -0.0028880000000000004, -0.002209, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t987b5cdea8884ddab5887beda4d55027\", \"columns\": [[-0.002865, -0.00275, -0.0027099999999999997, -0.002224, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t20b7486b916a48efb0e2d4634cd2dd8a\", \"columns\": [[-0.0026660000000000004, -0.0026520000000000003, -0.0025990000000000006, -0.0024670000000000004, 0.0, 0.0, 0.0, -1.0000000000005664e-06, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbee76d47e73a4635b555747413ad8f61\", \"columns\": [[-0.00285, -0.002842, -0.002761, -0.0017740000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t964e28dbcd7543319272a86fd6617c98\", \"columns\": [[-0.0025210000000000002, -0.002435, -0.002429, -0.0024010000000000004, 0.0, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te85a3bcae2c94ceeadd1d4a7668196e4\", \"columns\": [[-0.0020930000000000002, -0.002092, -0.0019530000000000003, -0.0019050000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.25, 3.5, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2b45d44c43ef4161a4bacbf86502e83a\", \"columns\": [[-0.0025560000000000005, -0.0025220000000000004, -0.0024390000000000006, -0.0020510000000000007, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta871c9068ded4eb381cb4b04c6e7ed78\", \"columns\": [[-0.0023920000000000005, -0.0022080000000000003, -0.0019680000000000006, -0.0023270000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4ea1b8d5848e461487b76e56735f8692\", \"columns\": [[-0.003071, -0.003064, -0.002796, -0.002851, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba52006f52554f2182b501ad3271d136\", \"columns\": [[-0.00262, -0.002497, -0.002472, -0.002414, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t62e389c565af41bd8a91245803d81ff4\", \"columns\": [[-0.002764, -0.002729, -0.002534, -0.0023309999999999997, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t53b4d04ed5574244ae925a2712c8fd0a\", \"columns\": [[-0.0024530000000000003, -0.002184, -0.0024140000000000003, -0.0014470000000000004, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdbff8780a92e4ec6b565606eb6a25b95\", \"columns\": [[-0.0022730000000000003, -0.002233, -0.0022250000000000004, -0.0015920000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5a001d7495a046eca982df696dc62b81\", \"columns\": [[-0.002354, -0.002229, -0.00234, -0.0019790000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t888d78ae7fe44b819f378fc9f902381e\", \"columns\": [[-0.0028269999999999997, -0.00274, -0.0027279999999999995, -0.0026589999999999995, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7f1f7e944ad24431a952b090a0495a7c\", \"columns\": [[-0.001749, -0.001684, -0.001668, -0.001591, 0.0, 0.0, 0.0, -9.999999999999159e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8c24725298d74fe48c55e270606ac5d8\", \"columns\": [[-0.001976, -0.0019409999999999998, -0.0016179999999999999, -0.0019399999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3b587181a354443fb0cd8239d9175517\", \"columns\": [[-0.002103, -0.002049, -0.001977, -0.0018039999999999998, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfa25f29826644bab8d17df30b29e6f0e\", \"columns\": [[-0.0021160000000000003, -0.002092, -0.0020570000000000002, -0.0019450000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7efbf92d255c46e496cc844488071f4d\", \"columns\": [[-0.0023740000000000002, -0.0023610000000000003, -0.002324, -0.0021330000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0697fb21aba34821bb0ca17eeff239ed\", \"columns\": [[-0.003209, -0.003149, -0.003123, -0.002927, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0451f875a4ae46c5b0457bce744b4047\", \"columns\": [[-0.002293, -0.002288, -0.002028, -0.0022589999999999997, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfa183cd31cd34e23afd28ce49711787f\", \"columns\": [[-0.0025340000000000002, -0.002513, -0.002511, -0.001988, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te6d5b05df517449bb39aeea6d08d3fff\", \"columns\": [[-0.0017950000000000002, -0.001793, -0.0017840000000000002, -0.0011030000000000002, 0.0, 0.0, 0.0, -2.168404344971009e-19, -2.168404344971009e-19], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tacfabb4f5ea84e84a291a8d8ca1ec7f1\", \"columns\": [[-0.00301, -0.002954, -0.002698, -0.0028220000000000003, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8d9222d3c628426396f775324a6522ab\", \"columns\": [[-0.0022579999999999996, -0.002204, -0.0021879999999999994, -0.0018369999999999997, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t409eec5c963048129fe73d09212cac97\", \"columns\": [[-0.00245, -0.002411, -0.002396, -0.002053, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t71f6a603a547428c8ced1febc6f8caf3\", \"columns\": [[-0.0024460000000000003, -0.002406, -0.0021390000000000003, -0.002389, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"teef6a5d0ce494fc78fffd13360cc71ae\", \"columns\": [[-0.002674, -0.002647, -0.002536, -0.0021260000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t355a5d7e6c104c348452339fccd1bd70\", \"columns\": [[-0.0022370000000000003, -0.00223, -0.0020290000000000004, -0.0014610000000000003, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td5a4642f3d62418dacc5e2d90874c361\", \"columns\": [[-0.001958, -0.001955, -0.0017980000000000001, -0.0014230000000000002, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfaf9a783319c49328ffdfad9aae2a5d5\", \"columns\": [[-0.001787, -0.00167, -0.0016619999999999998, -0.001436, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t61e8a5032e3a42d5bc556482222f2680\", \"columns\": [[-0.002755, -0.002686, -0.0026060000000000002, -0.002408, 0.0, 0.0, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t26c53287b37342b3afe882a608050fcb\", \"columns\": [[-0.002737, -0.002652, -0.002571, -0.002463, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t92c2924aad5b4f18b2d08cff169dd9b1\", \"columns\": [[-0.0022270000000000002, -0.0021730000000000005, -0.0021620000000000003, -0.002011, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1b6d68e1c8204a9aac1f714fbfc4d3be\", \"columns\": [[-0.002668, -0.002656, -0.002614, -0.0017019999999999997, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3dcc4af55bf0484b82b945e0a9b3e204\", \"columns\": [[-0.002961, -0.002945, -0.002774, -0.001845, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9ffb23586d4741748441f57f7e178b28\", \"columns\": [[-0.0033510000000000002, -0.003337, -0.00283, -0.002501, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tac1830ad9beb4f74881dd099e04eacd5\", \"columns\": [[-0.003272, -0.0032040000000000003, -0.0015790000000000003, -0.0031490000000000003, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t838f8832959b4c599d2b1a797418b458\", \"columns\": [[-0.002506, -0.002278, -0.002267, -0.001933, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t50264c9590fa42fc8c10c6aa6083d90e\", \"columns\": [[-0.0022760000000000002, -0.002183, -0.0021550000000000002, -0.0016370000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t99a5dc8b72cc4641aef170899b763a8d\", \"columns\": [[-0.00223, -0.0021140000000000004, -0.0016160000000000002, -0.0020770000000000003, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbfa236d1d6944e2594fb5b539e0636d7\", \"columns\": [[-0.003037, -0.003029, -0.0030210000000000002, -0.0025980000000000005, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t02b13640615b49889228db67f06e46bd\", \"columns\": [[-0.002882, -0.002879, -0.00222, -0.0028280000000000002, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t39417a80eb79483399da3fa18818ba37\", \"columns\": [[-0.003, -0.002382, -0.002816, -0.002762, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3ab999117fde41d89eff2642569a7e9a\", \"columns\": [[-0.002321, -0.002304, -0.00222, -0.0017740000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta28f7442cf8f481793c7064814a21512\", \"columns\": [[-0.002445, -0.002419, -0.0023910000000000003, -0.001601, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t269397f8209f48f79cc1513e34a63af2\", \"columns\": [[-0.002724, -0.002708, -0.0022779999999999996, -0.0016649999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc1d4c53d6ba841029c6a5d21d4c35960\", \"columns\": [[-0.0028020000000000002, -0.0027530000000000002, -0.002706, -0.0020310000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t25575074cf084db090ea293f4a333eb9\", \"columns\": [[-0.0026290000000000003, -0.002595, -0.00255, -0.002294, 0.0, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8723e2acd7414209b33d8fd57d601def\", \"columns\": [[-0.003807, -0.003663, -0.001979, -0.003621, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc9c9be043526479195a65402a0280e33\", \"columns\": [[-0.002566, -0.002556, -0.0025440000000000003, -0.0009310000000000002, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td0f864a8ab0e467fbaff0338e03273e2\", \"columns\": [[-0.00306, -0.002966, -0.002913, -0.002701, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tea7db6d72a4d4c28bae0a7338b15743d\", \"columns\": [[-0.0025470000000000002, -0.002393, -0.002327, -0.0019290000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4092919c278b4559b1e18af65fc8f3d6\", \"columns\": [[-0.003255, -0.003207, -0.003037, -0.00292, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5d5d761f347f465db0e8a4650f6a4410\", \"columns\": [[-0.002596, -0.002574, -0.0024669999999999996, -0.002436, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5f97c30e4f6e431cb4201efaeb204ade\", \"columns\": [[-0.003283, -0.003242, -0.0032389999999999997, -0.00266, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbbc13552d4ef4ba6873fd4494b40c65b\", \"columns\": [[-0.002464, -0.002441, -0.002433, -0.001767, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td9201040d42e4797a8e34d6e7eca036c\", \"columns\": [[-0.002295, -0.002291, -0.0018590000000000002, -0.00217, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td547ad8953bf4cbba2985aed9def5fa7\", \"columns\": [[-0.002798, -0.0027860000000000003, -0.002752, -0.0024400000000000003, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8bf556fae81c42e1a9e5cbb8988b2288\", \"columns\": [[-0.0022890000000000002, -0.002279, -0.002066, -0.002039, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7d464c54d9584034a82f08ebb4027ce2\", \"columns\": [[-0.002556, -0.00254, -0.00233, -0.002399, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tde91271adeef49d19afc19f7cb6f4d13\", \"columns\": [[-0.002805, -0.0027730000000000003, -0.0027570000000000003, -0.0026200000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf2a3f3ab7d90488dbe1c9c212c522a8d\", \"columns\": [[-0.001693, -0.001662, -0.00158, -0.001564, 0.0, 0.0, -9.999999999999159e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t743583982f4147adae76fbeb5b0e6525\", \"columns\": [[-0.002479, -0.002473, -0.002244, -0.001485, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4c0bd42e65c34af99cb2040b6ba8b418\", \"columns\": [[-0.002914, -0.002859, -0.002735, -0.001893, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51c194deed4f438cb729e65266ca69bf\", \"columns\": [[-0.00231, -0.002088, -0.002044, -0.001888, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t06dcb52787394a42be74c1c5525b23e4\", \"columns\": [[-0.0029450000000000006, -0.0029250000000000005, -0.002522000000000001, -0.0022790000000000006, 0.0, 0.0, -1.0000000000005664e-06, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6697ed3988ad488389a09cd7d58ee490\", \"columns\": [[-0.00272, -0.00264, -0.0026190000000000002, -0.0017180000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4efd863dab7543c382d239447574d0e3\", \"columns\": [[-0.002416, -0.002363, -0.0023030000000000004, -0.002341, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t598b36847e884909932858b0b969ff5c\", \"columns\": [[-0.002894, -0.002872, -0.002131, -0.002735, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcbaefbeadc49444d8bb29dbb938f0d31\", \"columns\": [[-0.002344, -0.0023120000000000003, -0.0011360000000000003, -0.002256, -4.336808689942018e-19, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7d4e54bbf268437c99a5989a0d80a2d7\", \"columns\": [[-0.0022540000000000004, -0.0021360000000000003, -0.0021290000000000002, -0.0018060000000000003, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t615238e7f8134206824a7c775c030c24\", \"columns\": [[-0.002854, -0.0027410000000000004, -0.002683, -0.00232, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5bff39c3d3dd4a299732dc033d50b6f3\", \"columns\": [[-0.002437, -0.002347, -0.00219, -0.001996, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te16e78c69f9346dc9c9b87a206d5dd08\", \"columns\": [[-0.003267, -0.003221, -0.003183, -0.002774, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0a84708320f1462ba61bd0d4a4806cc1\", \"columns\": [[-0.002128, -0.002084, -0.002007, -0.0010450000000000001, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t072fa7ebf7ff4dbc9248a47c92a7db60\", \"columns\": [[-0.002313, -0.002294, -0.002275, -0.002067, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tabfe903b073742328e267895d4275602\", \"columns\": [[-0.003268, -0.003223, -0.003063, -0.003161, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1d486cac24934ab88e048b5ba6e5da2f\", \"columns\": [[-0.002774, -0.002724, -0.002718, -0.002094, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t19544e77f37d431fba707ba25606578d\", \"columns\": [[-0.002432, -0.002403, -0.0022080000000000003, -0.002001, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tae831de7aa2f41e4b469e1d4249f81c0\", \"columns\": [[-0.003103, -0.003065, -0.002982, -0.002203, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4c6eb49f492645118500526f43d9b201\", \"columns\": [[-0.002539, -0.002527, -0.002454, -0.002038, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t936c1a9d96b543a8bf1dd466988ec01b\", \"columns\": [[-0.002882, -0.00286, -0.00286, -0.002645, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t85063605203e458fb02d652877281dea\", \"columns\": [[-0.002384, -0.002185, -0.0017889999999999998, -0.002368, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5596c346aa714d3a974a2b1fbee7ece1\", \"columns\": [[-0.0021260000000000003, -0.002096, -0.001965, -0.0020360000000000005, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb77e951b97bc4d849d9824221749ea11\", \"columns\": [[-0.002924, -0.002896, -0.002852, -0.0028929999999999997, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, -9.99999999999699e-07], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7b71602bd1b1450cb7a5dc8a6bbaf45f\", \"columns\": [[-0.003065, -0.003027, -0.002773, -0.003019, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f939f0ed6d84ecea6008334b09a1fc7\", \"columns\": [[-0.00333, -0.003295, -0.003291, -0.0028610000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t68031a409e2f4388b0ba4d9d2bdf4993\", \"columns\": [[-0.002265, -0.0019590000000000002, -0.002264, -0.002245, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcf2e800c0e144c58801cacaf44e6fe1c\", \"columns\": [[-0.002432, -0.002431, -0.002389, -0.002209, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc7ab9a89ca2c4bbdbdbfb246fdc6a9cf\", \"columns\": [[-0.002277, -0.002249, -0.002203, -0.002049, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t27300aab0f2b404aaeb87c09f0e5020c\", \"columns\": [[-0.003467, -0.003461, -0.003085, -0.003219, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1a1b6c49de57403da245027f820b3af0\", \"columns\": [[-0.002311, -0.002282, -0.002009, -0.002145, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tacb0779d71914f54b892c908c92b38a9\", \"columns\": [[-0.002147, -0.002144, -0.002137, -0.0020800000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1f6b28f5cb614feaaa4e9342df3b7c8f\", \"columns\": [[-0.002602, -0.002599, -0.002592, -0.0024400000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3b41702bf61e4300a7ff598856ee3720\", \"columns\": [[-0.00313, -0.003129, -0.003127, -0.003008, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tca1316753d5548fa9fb260ce42e858f5\", \"columns\": [[-0.002724, -0.002672, -0.002558, -0.002715, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t81324dfd73144047af159b849b8c313b\", \"columns\": [[-0.002481, -0.002452, -0.002467, -0.00222, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7e8ab13f5f4745a0b16806b745ed95b9\", \"columns\": [[-0.002836, -0.002832, -0.002679, -0.0022459999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tffa3f5300f2441448371db30a081b6e5\", \"columns\": [[-0.002403, -0.002337, -0.002373, -0.002184, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te3fce30d19c9498c97c700d19b538746\", \"columns\": [[-0.002615, -0.0025870000000000003, -0.0025770000000000003, -0.0013510000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td41f3e8a10d447d7be56ec29e9b47ab9\", \"columns\": [[-0.003306, -0.003219, -0.0029389999999999998, -0.0030859999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t38eb81f4c8114d008b3acf22f71f00da\", \"columns\": [[-0.003205, -0.003144, -0.003039, -0.0031219999999999998, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t40d770f6ba0a4ecfb66b995858012592\", \"columns\": [[-0.003382, -0.003381, -0.003087, -0.003339, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2a8797ecbf0142f7b1bd5c98538c94ac\", \"columns\": [[-0.002455, -0.002451, -0.002376, -0.001752, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbba276f8b4b34d928bb258ceb6323d2b\", \"columns\": [[-0.002201, -0.0021579999999999998, -0.002136, -0.0020489999999999996, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9963c96fc12542508b38d4b1e751bb98\", \"columns\": [[-0.002463, -0.002458, -0.002408, -0.0018379999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2860e75f57bd4f74bdcebf75d9639bec\", \"columns\": [[-0.002511, -0.002501, -0.002415, -0.0023030000000000004, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbc1d5e40f750457495bb73670f5863c6\", \"columns\": [[-0.00278, -0.002719, -0.00233, -0.002709, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t27606161fd3548e9a23e74585170ee0b\", \"columns\": [[-0.002624, -0.002598, -0.002325, -0.002228, -1.0000000000005664e-06, -1.0000000000005664e-06, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f27186b249048d9bca3a95e3745fa22\", \"columns\": [[-0.002796, -0.002783, -0.002696, -0.002569, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7d4e4ea122c648d0a1e54a0f641b625a\", \"columns\": [[-0.002937, -0.002908, -0.002934, -0.001395, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0a3d8ddf6f0d48af833eb59468c27fab\", \"columns\": [[-0.002628, -0.002568, -0.002454, -0.002337, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te9b1d2824dd04a54b6350dd2d946d14f\", \"columns\": [[-0.002696, -0.00266, -0.002212, -0.002626, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta9b905ae28fd4ea68036dc0f6c02458c\", \"columns\": [[-0.003053, -0.0030440000000000003, -0.0028840000000000003, -0.00285, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t098ca9567c744e2b918b2fa26387b38b\", \"columns\": [[-0.002425, -0.002422, -0.002394, -0.0019270000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf049ced147334cc9921120a334e500bc\", \"columns\": [[-0.0029490000000000002, -0.002919, -0.002915, -0.002746, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6121bbde3a6b4e8ba5a911cc462caad1\", \"columns\": [[-0.002804, -0.00266, -0.002797, -0.002564, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te4055f5fd7d7448d9b4994920973b8f9\", \"columns\": [[-0.0026820000000000004, -0.0026720000000000003, -0.002589, -0.00219, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc8780756f0b94da3b60a497f2812a083\", \"columns\": [[-0.002422, -0.002362, -0.002359, -0.002226, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e13dafc1c294a47aaa9551d90308418\", \"columns\": [[-0.002579, -0.002578, -0.002572, -0.0022440000000000003, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf5fb96f37dde4ff286697582a6b6485c\", \"columns\": [[-0.002625, -0.0026200000000000004, -0.0026160000000000003, -0.002527, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcf881502cfbd4ece9db08171b6c71936\", \"columns\": [[-0.003607, -0.003595, -0.0035759999999999998, -0.0030210000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2609c1a89b4d4086886dd877bf9a9f17\", \"columns\": [[-0.002515, -0.002509, -0.0024779999999999997, -0.0020169999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba9a94e1d1c348dbb8d1595108a6a4ac\", \"columns\": [[-0.00233, -0.002043, -0.00231, -0.001917, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td1a9c64d415e4393804a485086d63950\", \"columns\": [[-0.002691, -0.002666, -0.0025489999999999996, -0.002459, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td2ccc4a24f7a459cbe1dfee6add8ad2c\", \"columns\": [[-0.002628, -0.002614, -0.002415, -0.0023020000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta3ea95f43113489695e4a7e0a3fbd043\", \"columns\": [[-0.003014, -0.00298, -0.002823, -0.002965, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t80b8fe0d5ddf4a9d92e4da2d252ade68\", \"columns\": [[-0.002185, -0.002162, -0.00215, -0.001663, 0.0, 0.0, -9.99999999999699e-07, -1.0000000000001327e-06, -9.99999999999699e-07], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t809e1fdbbf5049edbd5d067fd96a899a\", \"columns\": [[-0.002826, -0.002821, -0.0027949999999999997, -0.002287, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t582d6e7fdf00472db239a4bc5bfb5e5f\", \"columns\": [[-0.002478, -0.002344, -0.0024400000000000003, -0.001971, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te8b9a3f6db8c4cc8ae94d63208027a9b\", \"columns\": [[-0.002974, -0.002954, -0.002953, -0.002803, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tefbaf281efe34eb99d9ae0670815da73\", \"columns\": [[-0.002732, -0.002728, -0.002647, -0.002162, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3309b6e0d1cc40c482a4a2d4d6b6dbd0\", \"columns\": [[-0.002601, -0.002584, -0.002571, -0.002179, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f670e4036b945b99b10cbfed0c2901b\", \"columns\": [[-0.002359, -0.002347, -0.00228, -0.0017690000000000002, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te503e1b3f65440ca901703514211bb84\", \"columns\": [[-0.002869, -0.002822, -0.002781, -0.002138, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td478de6548a3444995f71dae3676d740\", \"columns\": [[-0.0027749999999999997, -0.002766, -0.0027119999999999996, -0.0021799999999999996, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t204887e62cd14082928e3ccded187d19\", \"columns\": [[-0.002132, -0.002132, -0.002125, -0.0020740000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tafcbdbc13fba46dd8bba97e9f736e6b5\", \"columns\": [[-0.002616, -0.0025849999999999996, -0.002459, -0.0022519999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc1ee50c9dd7249d8a28adb1d5de5a62c\", \"columns\": [[-0.002371, -0.002329, -0.002277, -0.0019219999999999999, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t809138d615bb4a75b8ea204489c7ba93\", \"columns\": [[-0.002272, -0.0021390000000000003, -0.002131, -0.001853, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9197531bef574b569a4391814acdcd5a\", \"columns\": [[-0.002138, -0.0021160000000000003, -0.002083, -0.001991, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 1.5, 2.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbae1468f0bb24afc89942df5dbdcdfe1\", \"columns\": [[-0.002289, -0.002286, -0.002224, -0.0020159999999999996, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8a7a26621253413d86989056ad02d3b0\", \"columns\": [[-0.003113, -0.003108, -0.002833, -0.0015389999999999998, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2d7f1f03f63c4432b0473068c5189a33\", \"columns\": [[-0.002791, -0.002784, -0.002474, -0.002084, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6267aa7dac8a461896b0d60cdce3b93a\", \"columns\": [[-0.0023030000000000004, -0.0023020000000000002, -0.0021900000000000005, -0.0021690000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdf795808b4984aa184973997524c7364\", \"columns\": [[-0.002709, -0.002706, -0.002688, -0.002322, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf1a35314b2a643ed8350bf732f0ce21f\", \"columns\": [[-0.0029240000000000004, -0.002867, -0.0028240000000000006, -0.0025010000000000006, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8a393260cabc4d8e9b8ecf224aa98b75\", \"columns\": [[-0.002418, -0.002411, -0.001639, -0.002393, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t39f56e2b37f6405bb3b722debfd9739c\", \"columns\": [[-0.002813, -0.002804, -0.002748, -0.001716, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tabcebfbd18c349e2b3f4af5be716a5c3\", \"columns\": [[-0.002951, -0.002951, -0.002844, -0.002541, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t23c994a83b0c4863a170206ccb423cbc\", \"columns\": [[-0.003526, -0.003487, -0.003386, -0.002513, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc520ebfd8bc04d8b80916d660c3e50a0\", \"columns\": [[-0.00349, -0.00347, -0.0030960000000000002, -0.003062, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tccde41fef4c4454cb400ab2ceb1888ed\", \"columns\": [[-0.0034150000000000005, -0.0034040000000000003, -0.0027240000000000003, -0.0033730000000000006, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5fe152366b644a65babe101271377703\", \"columns\": [[-0.002842, -0.002729, -0.002497, -0.002594, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t325ec7fb5b9f48afb8244a514d1f6950\", \"columns\": [[-0.002524, -0.0024720000000000002, -0.002465, -0.0011470000000000002, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td543cfcd6fc7433eac4a69e7f6274984\", \"columns\": [[-0.0025970000000000003, -0.002563, -0.0025710000000000004, -0.002465, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t976db5041bd5497a8798a4575082f2f8\", \"columns\": [[-0.002627, -0.002627, -0.002609, -0.002507, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t69f21cf8855344059ad45d72e82db2eb\", \"columns\": [[-0.002517, -0.002047, -0.002511, -0.0024140000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfcf1f3d318b742d3a04c33a169428d4a\", \"columns\": [[-0.002511, -0.0025050000000000003, -0.002494, -0.002487, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.25, 2.5, 1.0, 2.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1faf976f0a204f7eb2d9fe8fe013b668\", \"columns\": [[-0.0024820000000000003, -0.002478, -0.002468, -0.0021590000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfd8bce800e944e57aa5b37b4ab6081a9\", \"columns\": [[-0.002323, -0.002318, -0.002297, -0.002205, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8988d6086bfe46aeb5af52c9d4c04f83\", \"columns\": [[-0.003025, -0.002971, -0.002787, -0.001737, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4d8e8281370441668775e61a3e313ce6\", \"columns\": [[-0.002456, -0.002408, -0.002242, -0.002222, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.75, 2.5, 1.0, 1.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1e1dc74ca35d49758d52b51e6ac9276b\", \"columns\": [[-0.002662, -0.002584, -0.002436, -0.0023309999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t29b81a12126a4712be8babd51f636368\", \"columns\": [[-0.002547, -0.002482, -0.002326, -0.0019359999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8f9c670d9c3444ec9ee58b1249796383\", \"columns\": [[-0.001992, -0.001927, -0.00188, -0.001829, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6898e48126d146a9b2d3174a116cb376\", \"columns\": [[-0.00245, -0.002391, -0.002352, -0.002214, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t745c5340b6dd458cb042e382b8181ba0\", \"columns\": [[-0.002623, -0.002526, -0.002521, -0.002401, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t974eca2486c141bab50717263e040d04\", \"columns\": [[-0.003326, -0.003153, -0.003043, -0.003119, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td0dd62d60ceb41959258b8c8e49f9a5a\", \"columns\": [[-0.002984, -0.002804, -0.0026360000000000003, -0.001634, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb5a3c6ced1754ebaa66849f8dfc19566\", \"columns\": [[-0.0031060000000000003, -0.002697, -0.002442, -0.0022760000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8a0b23295352410da8d35e2a3be76574\", \"columns\": [[-0.002722, -0.002703, -0.0026810000000000002, -0.0022040000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7b343d8435ad41f8b8c1ce40e9551c71\", \"columns\": [[-0.002908, -0.002904, -0.00282, -0.002749, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7c40c64828dd42cd8634615d54b20ade\", \"columns\": [[-0.002253, -0.002198, -0.002176, -0.0019529999999999999, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"taa9bcedecf744a3d9f17c8e7288b4fe6\", \"columns\": [[-0.0029230000000000003, -0.0028850000000000004, -0.0028780000000000003, -0.002514, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta9193079d1be49ba9e81c20018ef89d0\", \"columns\": [[-0.003099, -0.0030090000000000004, -0.003004, -0.0026170000000000004, -1.000000000001e-06, -1.000000000001e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1358d5b1567e437dbc21dbe4dd3665e9\", \"columns\": [[-0.002953, -0.002925, -0.0029159999999999998, -0.002715, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tba78511214a74ddcb44cbe0f750b516b\", \"columns\": [[-0.002261, -0.002254, -0.002239, -0.002139, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t19de438bafb84546b9ea187d79bd9973\", \"columns\": [[-0.0027830000000000003, -0.0026650000000000003, -0.002661, -0.0022740000000000004, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7834a7a186694398bf3a7bbae82614b3\", \"columns\": [[-0.002135, -0.002088, -0.002086, -0.0019560000000000003, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5d18c795dfb14dd0a81a11046dc3281d\", \"columns\": [[-0.002515, -0.002456, -0.001597, -0.002456, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t277ca948102c4c638a611c8b39f253e0\", \"columns\": [[-0.00243, -0.00243, -0.002332, -0.0018809999999999999, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8dc3e7789b804d65944bab5ef52e2bfa\", \"columns\": [[-0.002354, -0.002354, -0.00233, -0.0019290000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0195d69655f2434c8d92962195719ef6\", \"columns\": [[-0.00223, -0.0022, -0.0018410000000000002, -0.0017870000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7a57201115544f31b58c8446dce0e2ea\", \"columns\": [[-0.002514, -0.00247, -0.002399, -0.0012960000000000003, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc21ed502def84c60aca3a9e67c2c98d4\", \"columns\": [[-0.002412, -0.002367, -0.002341, -0.002262, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf20558c6ed5d45669b43f53bea23ef5e\", \"columns\": [[-0.002528, -0.002513, -0.002121, -0.002077, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t644309dec5004a8ba681dec71a0dcb11\", \"columns\": [[-0.002384, -0.002372, -0.002228, -0.0017949999999999997, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3058827de7944eb3bacaf6f069abffd9\", \"columns\": [[-0.003071, -0.00306, -0.002874, -0.002406, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tea2e87c9a2d2401a8d29ef806f46b3ce\", \"columns\": [[-0.003251, -0.003211, -0.003186, -0.002611, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta45bd2e4f48b4135a1b2439fab6c5796\", \"columns\": [[-0.002796, -0.002793, -0.002732, -0.002584, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t1f444d7ecbd14d60ac93db1fd7078b01\", \"columns\": [[-0.002823, -0.00282, -0.002702, -0.002387, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t19ef25a3c7a548e5a9d5ad30d565ebf0\", \"columns\": [[-0.002905, -0.002902, -0.002854, -0.001731, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21c6905accb74527bbd190542ca60742\", \"columns\": [[-0.002778, -0.002768, -0.002558, -0.002033, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5eca242e624a40638d19f70e1d6ac468\", \"columns\": [[-0.002526, -0.002511, -0.002461, -0.0017109999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8ea52e607b744767a6c6ff5205b4fc51\", \"columns\": [[-0.002019, -0.001958, -0.001645, -0.001255, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb54dac17b0a742cda55b42a13c5b888b\", \"columns\": [[-0.003449, -0.003421, -0.003333, -0.0030859999999999998, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb9262a51592c4e46b24430052d7712de\", \"columns\": [[-0.0025420000000000004, -0.0025340000000000002, -0.0025260000000000005, -0.0018540000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb2886836733d4882ab6c9dcfea0793f7\", \"columns\": [[-0.002538, -0.002526, -0.002502, -0.001798, 0.0, 0.0, 0.0, 0.0, 0.0], [1.625, 2.75, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t34d5a4acd81c4e37b4e41c49bde7db80\", \"columns\": [[-0.002751, -0.002747, -0.002725, -0.0020800000000000003, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, 0.0], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc2a7f225061047c9a320ea450c05b4e5\", \"columns\": [[-0.002509, -0.002455, -0.002436, -0.0017889999999999998, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e3880587348413692ecd8747fa3347d\", \"columns\": [[-0.0027, -0.0026950000000000003, -0.002563, -0.002667, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3cd021dd64e347d8a75d38f36cb32477\", \"columns\": [[-0.0031390000000000003, -0.0030540000000000003, -0.0022190000000000005, -0.0028690000000000005, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td9b3cff6600f47cd9080c11fb9d1db27\", \"columns\": [[-0.0038060000000000004, -0.0037960000000000003, -0.003723, -0.003592, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t34082d8ee1874c6280bc8189f47bee4a\", \"columns\": [[-0.002813, -0.00277, -0.002721, -0.002044, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51c6374162784209ab4961829652ca92\", \"columns\": [[-0.002713, -0.0026810000000000002, -0.0026650000000000003, -0.002491, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcbcc2a5eac204fbba4fb91b8643d2a1c\", \"columns\": [[-0.00369, -0.003602, -0.003503, -0.003416, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8d593f5d6cc1411899eb3b6fc5a3abcd\", \"columns\": [[-0.0024110000000000004, -0.0023850000000000004, -0.002341, -0.0022160000000000005, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0cff89cd6b2a470fa389efdd95836f9a\", \"columns\": [[-0.002659, -0.002652, -0.002476, -0.002647, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9070b4959c0e49a390f03a32eba37438\", \"columns\": [[-0.0025070000000000005, -0.0025060000000000004, -0.0020140000000000006, -0.0024770000000000005, 0.0, 0.0, -1.0000000000005664e-06, -4.336808689942018e-19, -4.336808689942018e-19], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te720ec3a187e444e813b6b7133c5961c\", \"columns\": [[-0.002434, -0.002433, -0.002156, -0.002391, 0.0, 0.0, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t00ebcce1be894fc7a52879e87ff91cc9\", \"columns\": [[-0.00232, -0.002316, -0.00231, -0.0020540000000000003, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tff6c49f6c6ae4df992ca14afb6fceae9\", \"columns\": [[-0.0025030000000000005, -0.0024950000000000003, -0.0024840000000000005, -0.0024130000000000006, -1.0000000000001327e-06, -1.0000000000001327e-06, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2af9329ff19f4217b7f8b4034fb241a6\", \"columns\": [[-0.003262, -0.0032110000000000003, -0.003207, -0.002817, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t429103f1e51a448ba9a69ddaca72ca71\", \"columns\": [[-0.00305, -0.00304, -0.0028250000000000003, -0.00253, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t15829b4cf2a241d38752579637683465\", \"columns\": [[-0.003068, -0.002642, -0.003057, -0.002927, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t80d644222d0d49b8bf221cd231cedc32\", \"columns\": [[-0.002657, -0.002601, -0.0025570000000000002, -0.001846, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc1b9b543aa1c4b01977b5e0d371c9e9d\", \"columns\": [[-0.002155, -0.002152, -0.002146, -0.0014769999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t217e815a2b824b738e564e854cd926eb\", \"columns\": [[-0.002669, -0.002669, -0.002571, -0.002041, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t14fc8578d9614c74a90314417b6aa510\", \"columns\": [[-0.002574, -0.002548, -0.002496, -0.001877, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te77e6064d44e451397ed1a0dec5ed8d2\", \"columns\": [[-0.003259, -0.003239, -0.0031190000000000002, -0.002659, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcd96c8bef5384bbab146b23ccc5c7987\", \"columns\": [[-0.003288, -0.0032760000000000003, -0.003069, -0.0026980000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5a4e1d20be494671a328716a5f7c6e78\", \"columns\": [[-0.003016, -0.003003, -0.002894, -0.002598, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8eddace713a246969977a1b38598094e\", \"columns\": [[-0.001942, -0.001937, -0.001874, -0.001421, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t91c734bcb6a944ddac4f677f1fa25d0e\", \"columns\": [[-0.002882, -0.002882, -0.002706, -0.002417, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f687e74c93c4136bee7b46a276d9446\", \"columns\": [[-0.00333, -0.00331, -0.003187, -0.0030830000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9da403e8632b4d1495c77779528b5627\", \"columns\": [[-0.002931, -0.002905, -0.002898, -0.001446, 0.0, 0.0, 0.0, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5847caca04fb471f8a6d5090ba9d6656\", \"columns\": [[-0.0022890000000000002, -0.0022400000000000002, -0.002226, -0.0019060000000000001, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t39d8356ceacc4419990d684d1ca48dc5\", \"columns\": [[-0.002567, -0.002157, -0.002552, -0.002495, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe0d11529c704452aada56c755d9d2d6\", \"columns\": [[-0.002348, -0.002235, -0.0023469999999999997, -0.0019039999999999999, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te5772a000720492b9e62dcaec1cd1c71\", \"columns\": [[-0.00231, -0.002055, -0.002305, -0.002226, 0.0, 0.0, 0.0, 0.0, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t810eca39b8304f13aae616ebb52aa0db\", \"columns\": [[-0.002258, -0.002249, -0.002243, -0.002088, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t88e2ceb6a00d49058477320879ff373a\", \"columns\": [[-0.0025320000000000004, -0.0025310000000000003, -0.0021850000000000003, -0.002073, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t46ffafbacad644358fdb60580d43b2fc\", \"columns\": [[-0.00313, -0.003059, -0.003054, -0.002338, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb7259524d56446d88fb1a988649fe097\", \"columns\": [[-0.002691, -0.00263, -0.00261, -0.002168, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbd76c5a3b28e4cfdbc52748c9cfcb480\", \"columns\": [[-0.0023580000000000003, -0.002298, -0.0022970000000000004, -0.001592, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t01b60fea8ad84103bb30dda6b69d7393\", \"columns\": [[-0.0024230000000000002, -0.002292, -0.0021490000000000003, -0.002203, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -4.336808689942018e-19], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8a0ffbdad4974b29be5739230d9d5a6b\", \"columns\": [[-0.002611, -0.00261, -0.0024230000000000002, -0.002565, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad6ca359d8f947c8891b74fb24f4a93d\", \"columns\": [[-0.002298, -0.0022830000000000003, -0.002281, -0.00203, 0.0, 0.0, -1.0000000000005664e-06, 0.0, -1.0000000000005664e-06], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t94ed8ee7089a4dc3afc98ec6aa4dbf37\", \"columns\": [[-0.002696, -0.002627, -0.002623, -0.0023870000000000002, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t97d15e7f46b944e3ae3012906beb124b\", \"columns\": [[-0.002398, -0.001695, -0.002392, -0.002323, 0.0, 0.0, 0.0, 0.0, 0.0], [1.875, 0.5, 3.25, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tce344fc9f01d43dca1dc8ebf73d36ce7\", \"columns\": [[-0.002462, -0.002429, -0.002278, -0.0023850000000000004, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t42af55c270954f21ae126b8ec96a966b\", \"columns\": [[-0.002441, -0.002433, -0.00243, -0.002175, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf592119f005e4efc91a137f5696121b3\", \"columns\": [[-0.002406, -0.0023840000000000003, -0.0022900000000000004, -0.002403, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe3070bb95654030b21cd23b3dac6c5a\", \"columns\": [[-0.002789, -0.002748, -0.002449, -0.002767, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7457a08dc508468889cca37ea3d094a5\", \"columns\": [[-0.0021880000000000003, -0.0021460000000000003, -0.002145, -0.0019440000000000002, 0.0, 0.0, 0.0, -4.336808689942018e-19, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tda2ec83d66ba4e9d84b233bd01c33ba9\", \"columns\": [[-0.00239, -0.002356, -0.002252, -0.0017690000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc751cf3967d249f68a655eb1fec4e31e\", \"columns\": [[-0.002216, -0.002154, -0.002151, -0.001734, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t41f6ba241c2c489696d3f6ffcd8afe5e\", \"columns\": [[-0.002816, -0.002738, -0.002361, -0.002666, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3a95aa08dca94df78d029105b035ac59\", \"columns\": [[-0.002558, -0.002458, -0.0019099999999999998, -0.002437, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7e5dcddb1456497fb7ba59ffa67ddffb\", \"columns\": [[-0.002328, -0.0023100000000000004, -0.002295, -0.0019570000000000004, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6b1ba4e270a149e798007501474c64b2\", \"columns\": [[-0.002409, -0.002297, -0.002288, -0.002084, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tce6ecfcdc64b443c8e5c9f7492600805\", \"columns\": [[-0.002493, -0.002404, -0.002402, -0.0012239999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3057417314b94c4d821a157022389ebe\", \"columns\": [[-0.002853, -0.00281, -0.002751, -0.002104, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb695c481cb214e5ab4ad3af78e39088b\", \"columns\": [[-0.0023620000000000004, -0.0023420000000000003, -0.0023150000000000002, -0.002083, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9fab6553095349ac9fe9a054de481fbb\", \"columns\": [[-0.002548, -0.002493, -0.002386, -0.0017339999999999999, 0.0, 0.0, 0.0, -1.0000000000001327e-06, 0.0], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7c8b242d29404870b4003939931897df\", \"columns\": [[-0.002555, -0.002381, -0.0019690000000000003, -0.002356, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta159fe9d93ea4954b472132aa1ce6825\", \"columns\": [[-0.002489, -0.0024679999999999997, -0.0023539999999999998, -0.002351, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tf39ec79c13204d42aa6897514a6b9fb1\", \"columns\": [[-0.0024519999999999998, -0.002387, -0.002378, -0.0023729999999999997, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06], [1.6875, 1.375, 2.75, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tadb4a3b1e89e45e1aa31b0fc0b9edcf7\", \"columns\": [[-0.002261, -0.002254, -0.002235, -0.001984, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t37a166a49a0f4d369cfc9d79e49d3927\", \"columns\": [[-0.002794, -0.002792, -0.002778, -0.0025700000000000002, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfa719733ac0a4b8fb049796410b436a8\", \"columns\": [[-0.002386, -0.002367, -0.001757, -0.002365, 0.0, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t73e17b5b9ca4454599d1933103552a50\", \"columns\": [[-0.0028970000000000003, -0.002873, -0.002863, -0.002511, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t525bba0f71d4418fab6a85bf20912f38\", \"columns\": [[-0.002375, -0.002288, -0.0022589999999999997, -0.0021019999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3669c571e59d412f9f122b1b54a91030\", \"columns\": [[-0.002737, -0.002678, -0.00262, -0.0023209999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t07c56a08ab33420fba39c6ba34a6c776\", \"columns\": [[-0.00295, -0.002948, -0.00283, -0.002722, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2820c2a405714bf2b751b40c27016433\", \"columns\": [[-0.002622, -0.0026160000000000003, -0.0024860000000000004, -0.0023250000000000002, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t94041c8fcef54ea589ae3934f5283e23\", \"columns\": [[-0.002348, -0.00232, -0.0022849999999999997, -0.0014589999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5d24c0581ff34e079c5638287351362c\", \"columns\": [[-0.001944, -0.001937, -0.001911, -0.001872, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te787a6d983934e4cbfac66b372855f6e\", \"columns\": [[-0.0022189999999999996, -0.0022069999999999998, -0.0021599999999999996, -0.002119, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta726b7dc0eaa471fa1160a8b5b3d7c3a\", \"columns\": [[-0.003101, -0.003082, -0.003048, -0.002875, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t45324a7cbc5946978c0e2d1d88d4f6e7\", \"columns\": [[-0.002878, -0.002852, -0.0028, -0.002445, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f0ccc716ac94d44a27c795f4d8c4df8\", \"columns\": [[-0.002901, -0.002892, -0.002639, -0.002473, -1.0000000000001327e-06, -1.0000000000001327e-06, -9.99999999999699e-07, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tff783ef2ce7348568ef3ab91c0523cc8\", \"columns\": [[-0.00269, -0.0026850000000000003, -0.002664, -0.002475, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t83eac4e7d2c743bbaaf8dc5e5f20f6d7\", \"columns\": [[-0.002259, -0.002164, -0.002239, -0.0018410000000000002, 0.0, 0.0, 0.0, 0.0, -1.0000000000001327e-06], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t64a0dd5e819240bc964f9871d4224c89\", \"columns\": [[-0.002374, -0.002277, -0.0022229999999999997, -0.0018579999999999998, 0.0, 0.0, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb489ee7c501949c6a8773784707aabdc\", \"columns\": [[-0.002465, -0.0024100000000000002, -0.0018750000000000001, -0.002392, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f508075a6b244aa9fab25d18c41c9bb\", \"columns\": [[-0.0026530000000000004, -0.0026330000000000004, -0.0026170000000000004, -0.002341, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [2.0, 2.0, 3.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tdb761f4f17b540ec94e88ba06e0f5e84\", \"columns\": [[-0.003918, -0.003913, -0.0035849999999999996, -0.0033789999999999996, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.999999999992654e-07, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t48a68aed66e6404380a5ef746c85380b\", \"columns\": [[-0.0030949999999999997, -0.003093, -0.00308, -0.002949, 0.0, 0.0, 0.0, 0.0, 0.0], [1.875, 3.25, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t788ee8254b504c4fa95aa2e009462f8f\", \"columns\": [[-0.00286, -0.00282, -0.002497, -0.002857, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tcdeaec5bfbcd4fa7a40434a74a18e74d\", \"columns\": [[-0.002264, -0.002259, -0.002255, -0.001785, 0.0, 0.0, 0.0, 0.0, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51250d78a5d0483d8b32ef6197c3ca6e\", \"columns\": [[-0.002519, -0.002509, -0.002509, -0.00232, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f0184493bc14ba08d9e5e96ce3d8435\", \"columns\": [[-0.002464, -0.002359, -0.002461, -0.002363, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta68bf3f4e07043c8ad8b738d2b9eab2d\", \"columns\": [[-0.002643, -0.002643, -0.002626, -0.002438, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t220e721569864f16b3359fc75281fb4c\", \"columns\": [[-0.0020380000000000003, -0.0019200000000000003, -0.0020340000000000002, -0.0016930000000000003, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 3.0, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7983d162ddfd47b5ac15ec133bf218ca\", \"columns\": [[-0.002635, -0.002621, -0.002591, -0.00216, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t5e58556de2d243ebb09003ed47570092\", \"columns\": [[-0.0029990000000000004, -0.002991, -0.0029800000000000004, -0.0026000000000000003, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t773d7ab23448405d826d76ba31fda60e\", \"columns\": [[-0.002824, -0.002823, -0.0028150000000000002, -0.002375, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb2dffa778d844a94afe2dcc4729efb13\", \"columns\": [[-0.0029, -0.002898, -0.002871, -0.002529, 0.0, 0.0, -1.0000000000001327e-06, -9.99999999999699e-07, -9.99999999999699e-07], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t47d983b939514648aa3c76efd9cc1827\", \"columns\": [[-0.0037370000000000003, -0.003726, -0.003726, -0.0034800000000000005, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.75, 1.5, 2.5, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbd2835328ec64ae49ce03832ded05ef3\", \"columns\": [[-0.002379, -0.002035, -0.002267, -0.002235, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td92cf2168ce54be5a6af55c2ff679ac7\", \"columns\": [[-0.0025710000000000004, -0.002007, -0.0025640000000000003, -0.00255, 0.0, 0.0, 0.0, -4.336808689942018e-19, 0.0], [1.75, 0.5, 3.0, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbd4881dee9024309bb343aaafef3a465\", \"columns\": [[-0.002304, -0.002065, -0.0022140000000000003, -0.002071, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [1.625, 0.5, 2.75, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t285d52f54b3c493eb46f753deef1bd7b\", \"columns\": [[-0.0020789999999999997, -0.00207, -0.0016859999999999996, -0.0018119999999999998, 0.0, 0.0, 0.0, -9.99999999999699e-07, 0.0], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2916b96d366347d1a2391112c41cdfaa\", \"columns\": [[-0.002868, -0.002838, -0.002224, -0.0028339999999999997, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -9.99999999999699e-07, -9.99999999999699e-07], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"td9db2c417f1c4df8ae2e8a1975f84633\", \"columns\": [[-0.002174, -0.002171, -0.0020770000000000003, -0.0017970000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, -1.0000000000001327e-06], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tbe58e2bf4edc40c3a5591216a2c85221\", \"columns\": [[-0.0028200000000000005, -0.0028120000000000003, -0.0027720000000000006, -0.0020590000000000005, 0.0, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t55782b445cb742089918ebf85a6001b4\", \"columns\": [[-0.0023650000000000003, -0.002364, -0.002354, -0.0022220000000000005, 0.0, 0.0, 0.0, 0.0, -4.336808689942018e-19], [2.9375, 1.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8ee77face3924492b1fab97b1f5736f7\", \"columns\": [[-0.002028, -0.002025, -0.002013, -0.0018399999999999998, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -9.99999999999699e-07, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t16d43f8d121b44a19c287156fab6c868\", \"columns\": [[-0.001749, -0.0017369999999999998, -0.001704, -0.0014509999999999998, -9.999999999999159e-07, -9.999999999999159e-07, -9.99999999999699e-07, -9.999999999999159e-07, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tb56fd6e6adc54740af4b1b6a261e72e0\", \"columns\": [[-0.0020440000000000002, -0.00203, -0.0020210000000000002, -0.0014780000000000001, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t85eece78ca2646be921806dd285dec87\", \"columns\": [[-0.0025380000000000003, -0.0025340000000000002, -0.0025260000000000005, -0.0022030000000000005, 0.0, 0.0, -1.0000000000001327e-06, -4.336808689942018e-19, -4.336808689942018e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te66bab50df2245c2b2a3876d9d9c35c2\", \"columns\": [[-0.002181, -0.002167, -0.002157, -0.0016600000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8598bcf466a64165a940c8711bedbe14\", \"columns\": [[-0.002413, -0.002346, -0.002314, -0.002183, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0f53711af1014f5489e51c0fc5fe7aaf\", \"columns\": [[-0.002503, -0.002491, -0.00249, -0.002322, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, 0.0], [2.4375, 2.875, 1.75, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t66fc5e9dcd7d407eaee3305977b131d9\", \"columns\": [[-0.001915, -0.001913, -0.001885, -0.001653, -9.999999999999159e-07, -9.999999999999159e-07, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tad131a23d304418bb5ba3b949a4ef461\", \"columns\": [[-0.002396, -0.002382, -0.0023780000000000003, -0.0016580000000000002, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t51581a772c76409f8ad657e062c59ebd\", \"columns\": [[-0.0024460000000000003, -0.0023580000000000003, -0.00237, -0.0021130000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0], [2.375, 2.5, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t351db5d223c34a259d5a4e002acd10c0\", \"columns\": [[-0.002837, -0.002831, -0.002774, -0.002559, 0.0, 0.0, -1.0000000000001327e-06, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfec05b1d19a2481a952142191e5f87ec\", \"columns\": [[-0.0026410000000000006, -0.0026330000000000004, -0.0025730000000000006, -0.0019990000000000008, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, -4.336808689942018e-19, -4.336808689942018e-19], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2104d587659d4288a923d85b93fdb7c5\", \"columns\": [[-0.002562, -0.002562, -0.002486, -0.0021680000000000002, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t3eafcc99ef9042e4b937c46f41e8be5c\", \"columns\": [[-0.001996, -0.00199, -0.001944, -0.0018449999999999999, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0, -1.0000000000001327e-06], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t37448807b618417f89246807c1265b4b\", \"columns\": [[-0.0019210000000000002, -0.00186, -0.0018000000000000002, -0.0016890000000000002, -2.168404344971009e-19, -2.168404344971009e-19, -2.168404344971009e-19, 0.0, -2.168404344971009e-19], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t703ff8a2eb92489ebe03c717a3f8af36\", \"columns\": [[-0.002328, -0.002327, -0.0023220000000000003, -0.0018770000000000002, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6c2b86fadc4a4242853f584acbe7f165\", \"columns\": [[-0.0023159999999999995, -0.0022349999999999996, -0.0022979999999999997, -0.0021779999999999994, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tfb78c5aec3a44b829fb7ebffae74701c\", \"columns\": [[-0.002213, -0.00216, -0.0021060000000000002, -0.001987, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t0607bd4e10b54a2ba545038e28ae870d\", \"columns\": [[-0.002006, -0.001976, -0.001877, -0.001692, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2aa9d84b4ed24546975389d2e5e4329f\", \"columns\": [[-0.0029189999999999997, -0.0028659999999999996, -0.002201, -0.0028619999999999995, 0.0, 0.0, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4bbcbd09bf054794839e693b57b35464\", \"columns\": [[-0.002883, -0.0022600000000000003, -0.002151, -0.002873, 0.0, 0.0, -4.336808689942018e-19, 0.0, 0.0], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t083f8b7156ff439d9f1f7f03985971a7\", \"columns\": [[-0.002875, -0.002785, -0.0027199999999999998, -0.0026709999999999998, 0.0, 0.0, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"te37ed64e94ad4db9a596a6ee1c04e2c8\", \"columns\": [[-0.002955, -0.002926, -0.002752, -0.0022500000000000003, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t938da5fed2eb476d9faf504ffb013d9b\", \"columns\": [[-0.003237, -0.003208, -0.0030099999999999997, -0.0030359999999999996, 0.0, 0.0, 0.0, 0.0, 0.0], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t2803d4a159c8455c84491a242c3e52aa\", \"columns\": [[-0.002912, -0.002841, -0.002839, -0.002661, 0.0, 0.0, -4.336808689942018e-19, 0.0, -4.336808689942018e-19], [2.375, 1.75, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"ta228d4a8e2b14bba8f2ccd79a852cb39\", \"columns\": [[-0.0027340000000000003, -0.0026880000000000003, -0.0023830000000000006, -0.0026240000000000005, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.0, 2.0, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t477fe41892fe403b8f60f239aec157db\", \"columns\": [[-0.003516, -0.003417, -0.003399, -0.0021990000000000004, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t30ff19ee37ac4b628209851fe0a08818\", \"columns\": [[-0.001978, -0.001891, -0.001536, -0.001971, 0.0, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 1.25, 0.5, 3.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t4e2dcb6ee9654e95b8d69ec78d061753\", \"columns\": [[-0.0030729999999999998, -0.003067, -0.0029569999999999996, -0.0022649999999999997, -9.99999999999699e-07, -9.99999999999699e-07, -9.99999999999699e-07, 0.0, 0.0], [2.375, 3.5, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tc45e841857a44c289b38d9ebcf640de8\", \"columns\": [[-0.002697, -0.002697, -0.0026910000000000002, -0.0016100000000000003, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19, 0.0, 0.0], [2.8125, 2.625, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t21b3f5ac8c5c4320855b7cbf153c6ccd\", \"columns\": [[-0.0029500000000000004, -0.0029280000000000005, -0.00289, -0.002841, 0.0, 0.0, -1.0000000000005664e-06, -1.0000000000005664e-06, -1.0000000000005664e-06], [1.75, 3.0, 3.0, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t8b95ff841c364e999d3e0d96dcf6c349\", \"columns\": [[-0.003117, -0.003114, -0.003102, -0.0027229999999999997, 0.0, 0.0, 0.0, 0.0, 0.0], [2.5625, 2.125, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t290f5011cdce40ccb04736e04b0fedca\", \"columns\": [[-0.002586, -0.002585, -0.002305, -0.002562, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t83e9a31c81264350b1073c7c5c9bc324\", \"columns\": [[-0.002449, -0.002434, -0.0022579999999999996, -0.002414, 0.0, 0.0, 0.0, 0.0, 0.0], [2.75, 1.5, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t7825321234044e7e81b73e45b9e076c0\", \"columns\": [[-0.00247, -0.002453, -0.002397, -0.001983, 0.0, 0.0, -9.99999999999699e-07, 0.0, -1.0000000000001327e-06], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t495609dcc792477aa8d5d7565a4708a0\", \"columns\": [[-0.002745, -0.002728, -0.002725, -0.002677, 0.0, 0.0, 0.0, 0.0, 0.0], [3.0625, 2.125, 1.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t6f8a5e76f4ef4c36b299ded5610c178c\", \"columns\": [[-0.0026750000000000003, -0.0026560000000000004, -0.001998, -0.0026430000000000004, 0.0, 0.0, -4.336808689942018e-19, -4.336808689942018e-19, -4.336808689942018e-19], [2.375, 1.75, 0.5, 3.0, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"t9d55ad481d244992afe57959ea858c28\", \"columns\": [[-0.002401, -0.002379, -0.002164, -0.002349, 0.0, 0.0, -1.0000000000001327e-06, -1.0000000000001327e-06, -1.0000000000001327e-06], [2.375, 2.25, 0.5, 2.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}, {\"title\": \"Scatterplot Data\", \"names\": [\"x\", \"y0\"], \"id\": \"tec319c2c001348098eb9e8fcc7b32991\", \"columns\": [[-0.001964, -0.001954, -0.001926, -0.001841, 0.0, 0.0, 0.0, 0.0, 0.0], [2.3125, 2.625, 2.25, 0.5, 0.0, 1.0, 2.0, 3.0, 4.0]], \"filename\": \"toyplot\"}];\n",
       "\n",
       "          function save_csv(data_table)\n",
       "          {\n",
       "            var uri = \"data:text/csv;charset=utf-8,\";\n",
       "            uri += data_table.names.join(\",\") + \"\\n\";\n",
       "            for(var i = 0; i != data_table.columns[0].length; ++i)\n",
       "            {\n",
       "              for(var j = 0; j != data_table.columns.length; ++j)\n",
       "              {\n",
       "                if(j)\n",
       "                  uri += \",\";\n",
       "                uri += data_table.columns[j][i];\n",
       "              }\n",
       "              uri += \"\\n\";\n",
       "            }\n",
       "            uri = encodeURI(uri);\n",
       "\n",
       "            var link = document.createElement(\"a\");\n",
       "            if(typeof link.download != \"undefined\")\n",
       "            {\n",
       "              link.href = uri;\n",
       "              link.style = \"visibility:hidden\";\n",
       "              link.download = data_table.filename + \".csv\";\n",
       "\n",
       "              document.body.appendChild(link);\n",
       "              link.click();\n",
       "              document.body.removeChild(link);\n",
       "            }\n",
       "            else\n",
       "            {\n",
       "              window.open(uri);\n",
       "            }\n",
       "          }\n",
       "\n",
       "          function open_popup(data_table)\n",
       "          {\n",
       "            return function(e)\n",
       "            {\n",
       "              var popup = document.querySelector(\"#t15e45dc1a0e747a8b3bf2d73487b654f .toyplot-mark-popup\");\n",
       "              popup.querySelector(\".toyplot-mark-popup-title\").innerHTML = data_table.title;\n",
       "              popup.querySelector(\".toyplot-mark-popup-save-csv\").onclick = function() { popup.style.visibility = \"hidden\"; save_csv(data_table); }\n",
       "              popup.style.left = (e.clientX - 50) + \"px\";\n",
       "              popup.style.top = (e.clientY - 20) + \"px\";\n",
       "              popup.style.visibility = \"visible\";\n",
       "              e.stopPropagation();\n",
       "              e.preventDefault();\n",
       "            }\n",
       "\n",
       "          }\n",
       "\n",
       "          for(var i = 0; i != data_tables.length; ++i)\n",
       "          {\n",
       "            var data_table = data_tables[i];\n",
       "            var event_target = document.querySelector(\"#\" + data_table.id);\n",
       "            event_target.oncontextmenu = open_popup(data_table);\n",
       "          }\n",
       "        })();\n",
       "        </script><script>\n",
       "        (function()\n",
       "        {\n",
       "            function _sign(x)\n",
       "            {\n",
       "                return x < 0 ? -1 : x > 0 ? 1 : 0;\n",
       "            }\n",
       "\n",
       "            function _mix(a, b, amount)\n",
       "            {\n",
       "                return ((1.0 - amount) * a) + (amount * b);\n",
       "            }\n",
       "\n",
       "            function _log(x, base)\n",
       "            {\n",
       "                return Math.log(Math.abs(x)) / Math.log(base);\n",
       "            }\n",
       "\n",
       "            function _in_range(a, x, b)\n",
       "            {\n",
       "                var left = Math.min(a, b);\n",
       "                var right = Math.max(a, b);\n",
       "                return left <= x && x <= right;\n",
       "            }\n",
       "\n",
       "            function inside(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.min, range, segment.range.max))\n",
       "                        return true;\n",
       "                }\n",
       "                return false;\n",
       "            }\n",
       "\n",
       "            function to_domain(range, projection)\n",
       "            {\n",
       "                for(var i = 0; i != projection.length; ++i)\n",
       "                {\n",
       "                    var segment = projection[i];\n",
       "                    if(_in_range(segment.range.bounds.min, range, segment.range.bounds.max))\n",
       "                    {\n",
       "                        if(segment.scale == \"linear\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            return _mix(segment.domain.min, segment.domain.max, amount)\n",
       "                        }\n",
       "                        else if(segment.scale[0] == \"log\")\n",
       "                        {\n",
       "                            var amount = (range - segment.range.min) / (segment.range.max - segment.range.min);\n",
       "                            var base = segment.scale[1];\n",
       "                            return _sign(segment.domain.min) * Math.pow(base, _mix(_log(segment.domain.min, base), _log(segment.domain.max, base), amount));\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            function display_coordinates(e)\n",
       "            {\n",
       "                var current = svg.createSVGPoint();\n",
       "                current.x = e.clientX;\n",
       "                current.y = e.clientY;\n",
       "\n",
       "                for(var axis_id in axes)\n",
       "                {\n",
       "                    var axis = document.querySelector(\"#\" + axis_id);\n",
       "                    var coordinates = axis.querySelector(\".toyplot-coordinates-Axis-coordinates\");\n",
       "                    if(coordinates)\n",
       "                    {\n",
       "                        var projection = axes[axis_id];\n",
       "                        var local = current.matrixTransform(axis.getScreenCTM().inverse());\n",
       "                        if(inside(local.x, projection))\n",
       "                        {\n",
       "                            var domain = to_domain(local.x, projection);\n",
       "                            coordinates.style.visibility = \"visible\";\n",
       "                            coordinates.setAttribute(\"transform\", \"translate(\" + local.x + \")\");\n",
       "                            var text = coordinates.querySelector(\"text\");\n",
       "                            text.textContent = domain.toFixed(2);\n",
       "                        }\n",
       "                        else\n",
       "                        {\n",
       "                            coordinates.style.visibility= \"hidden\";\n",
       "                        }\n",
       "                    }\n",
       "                }\n",
       "            }\n",
       "\n",
       "            var root_id = \"t15e45dc1a0e747a8b3bf2d73487b654f\";\n",
       "            var axes = {\"t1945f97dba564a0ab6498ac0f9997a9f\": [{\"domain\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 0.0014776457142857144, \"min\": -0.003918}, \"range\": {\"bounds\": {\"max\": Infinity, \"min\": -Infinity}, \"max\": 350.0, \"min\": 0.0}, \"scale\": \"linear\"}]};\n",
       "\n",
       "            var svg = document.querySelector(\"#\" + root_id + \" svg\");\n",
       "            svg.addEventListener(\"click\", display_coordinates);\n",
       "        })();\n",
       "        </script></div></div>"
      ]
     },
     "metadata": {},
     "output_type": "display_data"
    }
   ],
   "source": [
    "mtre = toytree.multitree(\n",
    "    \"analysis-bpp/pharma-loci50-bb10-r9.mcmc.txt\",\n",
    "    fixed_order=boo.tree.get_leaf_names(),\n",
    "    treeslice=(1000, 5000, 10),\n",
    "    )\n",
    "\n",
    "plotit(mtre);"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 2",
   "language": "python",
   "name": "python2"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 2
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython2",
   "version": "2.7.13"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 1
}